public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 10/33] libtirpc: upgrade 1.3.4 -> 1.3.5
Date: Mon, 29 Jul 2024 09:09:45 +0800	[thread overview]
Message-ID: <1722215408-27541-10-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1722215408-27541-1-git-send-email-wangmy@fujitsu.com>

From: Wang Mingyu <wangmy@fujitsu.com>

ipv6.patch
removed since it's included in 1.3.5

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../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?= <joerg.sommer@navimatix.de>
-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 <joerg.sommer@navimatix.de>
-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<pver>\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"
 
-- 
2.34.1



  parent reply	other threads:[~2024-07-29  1:10 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-29  1:09 [OE-core] [PATCH 01/33] asciidoc: upgrade 10.2.0 -> 10.2.1 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 02/33] cryptodev-linux: upgrade 1.13 -> 1.14 wangmy
2024-07-31 14:10   ` Alexandre Belloni
2024-07-29  1:09 ` [OE-core] [PATCH 03/33] glslang: upgrade 1.3.283.0 -> 1.3.290.0 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 04/33] gsettings-desktop-schemas: upgrade 46.0 -> 46.1 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 05/33] kexec-tools: upgrade 2.0.28 -> 2.0.29 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 06/33] libnl: upgrade 3.9.0 -> 3.10.0 wangmy
2024-07-30  8:51   ` Joao Marcos Costa
2024-07-29  1:09 ` [OE-core] [PATCH 07/33] libproxy: upgrade 0.5.7 -> 0.5.8 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 08/33] librsvg: upgrade 2.58.1 -> 2.58.2 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 09/33] libsolv: upgrade 0.7.29 -> 0.7.30 wangmy
2024-07-29  1:09 ` wangmy [this message]
2024-07-29  1:09 ` [OE-core] [PATCH 11/33] orc: upgrade 0.4.38 -> 0.4.39 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 12/33] python3-bcrypt: upgrade 4.1.3 -> 4.2.0 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 13/33] python3-dbusmock: upgrade 0.31.1 -> 0.32.1 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 14/33] python3-hypothesis: upgrade 6.105.1 -> 6.108.4 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 15/33] python3-importlib-metadata: upgrade 8.0.0 -> 8.2.0 wangmy
2024-07-29  1:09 ` [PATCH 16/33] python3-jsonschema: upgrade 4.22.0 -> 4.23.0 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 17/33] python3-pytest-subtests: upgrade 0.13.0 -> 0.13.1 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 18/33] python3-pytest: upgrade 8.2.2 -> 8.3.1 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 19/33] python3-setuptools: upgrade 70.3.0 -> 71.1.0 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 20/33] python3-sphinx: upgrade 7.3.7 -> 7.4.7 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 21/33] python3-sphinxcontrib-htmlhelp: upgrade 2.0.5 -> 2.0.6 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 22/33] python3-sphinxcontrib-qthelp: upgrade 1.0.7 -> 1.0.8 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 23/33] spirv-headers: upgrade 1.3.283.0 -> 1.3.290.0 wangmy
2024-07-29  1:09 ` [OE-core] [PATCH 24/33] spirv-tools: " wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 25/33] strace: upgrade 6.9 -> 6.10 wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 26/33] sysklogd: upgrade 2.5.2 -> 2.6.0 wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 27/33] vulkan-headers: upgrade 1.3.283.0 -> 1.3.290.0 wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 28/33] vulkan-loader: " wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 29/33] vulkan-tools: " wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 30/33] vulkan-utility-libraries: " wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 31/33] vulkan-validation-layers: " wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 32/33] vulkan-volk: " wangmy
2024-07-29  1:10 ` [OE-core] [PATCH 33/33] xwayland: upgrade 24.1.0 -> 24.1.1 wangmy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722215408-27541-10-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox