From patchwork Thu Aug 1 18:27:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 47174 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59017C54752 for ; Thu, 1 Aug 2024 18:27:13 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.75757.1722536831520848830 for ; Thu, 01 Aug 2024 11:27:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=SE71L0D8; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=e9sXKxaB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101910f3226bf-ff196156-64e7-400f-8661-225d3b63d804-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1722536831; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=1VfHrv2DH2AkJyEqg7pityM/xRlIdRSXSPnh/uNehL0=; b=SE71L0D8ylo9k7pVjOM42kr2xXfAHGQqGjemOa9uFv+9PE3ICYO+h8TJi9ZmcKpp tAm7TKsRzESQn4o7R2aiF87eA3nCZbfSUsQ7PrUT2sly34JVv5DEd6zx/KR/cx9EwyO Xg6DBHKRR2eYgt8BbX1jfoDOtYXyAWjJY+KAMARg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536831; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=1VfHrv2DH2AkJyEqg7pityM/xRlIdRSXSPnh/uNehL0=; b=e9sXKxaB7myiEw+fZX5l2xbgnOcLJCvX3dngTz+JXGlHgzjlc9jkaHI+dI4Noh6F AbOcaPc+tYMcd81T5rqxuqSR77Y/aRll6YcfRYTay893xcSX4JKlH0W/SH1ep+DrAaJ 2KA2Sm65AKUeLHjx3WyyAr2Z6/0J/kzT3AQ3pgO8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libtirpc: upgrading to 1.3.5 SUCCEEDED Message-ID: <010101910f3226bf-ff196156-64e7-400f-8661-225d3b63d804-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.01-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Aug 2024 18:27:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202835 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libtirpc* to *1.3.5* has Succeeded. Next steps: - apply the patch: git am 0001-libtirpc-upgrade-1.3.4-1.3.5.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 5b12f0abe8af7be0669bf5f166ae52e16b32de39 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 11:52:49 +0000 Subject: [PATCH] libtirpc: upgrade 1.3.4 -> 1.3.5 --- .../libtirpc/libtirpc/ipv6.patch | 52 ------------------- .../{libtirpc_1.3.4.bb => libtirpc_1.3.5.bb} | 6 +-- 2 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/ipv6.patch rename meta/recipes-extended/libtirpc/{libtirpc_1.3.4.bb => libtirpc_1.3.5.bb} (86%) diff --git a/meta/recipes-extended/libtirpc/libtirpc/ipv6.patch b/meta/recipes-extended/libtirpc/libtirpc/ipv6.patch deleted file mode 100644 index f746f986f4..0000000000 --- a/meta/recipes-extended/libtirpc/libtirpc/ipv6.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 077bbd32e8b7474dc5f153997732e1e6aec7fad6 Mon Sep 17 00:00:00 2001 -Message-Id: <077bbd32e8b7474dc5f153997732e1e6aec7fad6.1697120796.git.joerg.sommer@navimatix.de> -From: =?UTF-8?q?J=C3=B6rg=20Sommer?= -Date: Thu, 12 Oct 2023 16:22:59 +0200 -Subject: [PATCH] netconfig: remove tcp6, udp6 on --disable-ipv6 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -If the configuration for IPv6 is disabled, the netconfig should not contain -settings for tcp6 and udp6. - -The test for the configure option didn't work, because it check the wrong -variable. - -Signed-off-by: Jörg Sommer -Upstream-Status: Submitted [libtirpc-devel@lists.sourceforge.net] -Upstream-Status: Submitted [linux-nfs@vger.kernel.org] ---- - configure.ac | 2 +- - doc/Makefile.am | 5 +++++ - 2 files changed, 6 insertions(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index fe6c517..b687f8d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -64,7 +64,7 @@ fi - AC_ARG_ENABLE(ipv6, - [AC_HELP_STRING([--disable-ipv6], [Disable IPv6 support @<:@default=no@:>@])], - [],[enable_ipv6=yes]) --AM_CONDITIONAL(INET6, test "x$disable_ipv6" != xno) -+AM_CONDITIONAL(INET6, test "x$enable_ipv6" != xno) - if test "x$enable_ipv6" != xno; then - AC_DEFINE(INET6, 1, [Define to 1 if IPv6 is available]) - fi -diff --git a/doc/Makefile.am b/doc/Makefile.am -index d42ab90..b9678f6 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -2,3 +2,8 @@ dist_sysconf_DATA = netconfig bindresvport.blacklist - - CLEANFILES = cscope.* *~ - DISTCLEANFILES = Makefile.in -+ -+if ! INET6 -+install-exec-hook: -+ $(SED) -i '/^tcp6\|^udp6/d' "$(DESTDIR)$(sysconfdir)"/netconfig -+endif --- -2.34.1 - diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.5.bb similarity index 86% rename from meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb rename to meta/recipes-extended/libtirpc/libtirpc_1.3.5.bb index aa526e9e1c..d4cd24ec0c 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.5.bb @@ -9,12 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ PROVIDES = "virtual/librpc" -SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ - file://ipv6.patch \ -" +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2" UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)/" -SRC_URI[sha256sum] = "1e0b0c7231c5fa122e06c0609a76723664d068b0dba3b8219b63e6340b347860" +SRC_URI[sha256sum] = "9b31370e5a38d3391bf37edfa22498e28fe2142467ae6be7a17c9068ec0bf12f" CVE_STATUS[CVE-2021-46828] = "fixed-version: fixed in 1.3.3rc1 so not present in 1.3.3"