From patchwork Mon Mar 22 07:28:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3969 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4F3mMb4BdQz40Qq for ; Mon, 22 Mar 2021 07:28:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4F3mMb26BRz5QS; Mon, 22 Mar 2021 07:28:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F3mMb1WbDz2xyg; Mon, 22 Mar 2021 07:28:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F3mMZ56VJz2x9X for ; Mon, 22 Mar 2021 07:28:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4F3mMZ1tB9z5QR; Mon, 22 Mar 2021 07:28:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616398138; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XOB1hiw+2pGG8nHzt4hyXKaR65lJGEicjFlGKL+6SGc=; b=xxw7XJRx4k/GSGAPHD38DLSZaJZHvlJOvb22yP9panP7bgR4KKPN3t5T7HacypEV7re1Ga /AsjHTBimYpJkcBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616398138; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XOB1hiw+2pGG8nHzt4hyXKaR65lJGEicjFlGKL+6SGc=; b=PETvfOvzYDzBWNkfKXFwY00tRkZltdLjO9+qMJLulTwENFrnqFui5oTjTph9iexjWj6kDL R6aDdd3lG365hnYBBDs5OvBQKwgY5YBm6gESUOxeNOto/ycP+ylstFLqaML1a2l48OuCUY eOdZL1X0174TmLgVugFxjbSXgZqeCVVUXqk7teBwrsicIpoJeZzcCoAQT59C6E28q3aRxa 7LZYsKIxHGjtjlHVC4rUiYr0QoZ9doFXGjfHLwK20KaSVHmy3uwr9gVcs0NnHHR17OTm6U VT0C5OuCbjCMeAB1quCyPXnJjE4voYlXnV7odtkPDioMjjhW0fGecmdeG7+wDQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/4] libtirpc: Update to 1.3.1 Date: Mon, 22 Mar 2021 08:28:55 +0100 Message-Id: <20210322072855.1562-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 1.0.2 to 1.3.1 - libtirpc-1.0.2-glibc-2.26.patch no longer needed as changes are now included in the tarball - Updated rootfile - Dependency of rpcbind addon which is a dependency for the nfs addon - Changelog No changelog file provided anymore. Only git commits available See http://git.linux-nfs.org/?p=steved/libtirpc.git;a=log for details Signed-off-by: Adolf Belka --- config/rootfiles/packages/libtirpc | 1 + lfs/libtirpc | 7 +++---- src/patches/libtirpc-1.0.2-glibc-2.26.patch | 12 ------------ 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 src/patches/libtirpc-1.0.2-glibc-2.26.patch diff --git a/config/rootfiles/packages/libtirpc b/config/rootfiles/packages/libtirpc index e19756373..ed7f33242 100644 --- a/config/rootfiles/packages/libtirpc +++ b/config/rootfiles/packages/libtirpc @@ -1,3 +1,4 @@ +etc/bindresvport.blacklist etc/netconfig #usr/include/tirpc #usr/include/tirpc/netconfig.h diff --git a/lfs/libtirpc b/lfs/libtirpc index 1938ab771..0b529724c 100644 --- a/lfs/libtirpc +++ b/lfs/libtirpc @@ -24,7 +24,7 @@ include Config -VER = 1.0.2 +VER = 1.3.1 THISAPP = libtirpc-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libtirpc -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d5a37f1dccec484f9cabe2b97e54e9a6 +$(DL_FILE)_MD5 = f222e258c129c6da2f8f9cfe7f1ed745 install : $(TARGET) @@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libtirpc-1.0.2-glibc-2.26.patch cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-gssapi --disable-ipv6 cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install diff --git a/src/patches/libtirpc-1.0.2-glibc-2.26.patch b/src/patches/libtirpc-1.0.2-glibc-2.26.patch deleted file mode 100644 index 6d583e614..000000000 --- a/src/patches/libtirpc-1.0.2-glibc-2.26.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c -index d23fbd1..79d6707 100644 ---- a/src/xdr_sizeof.c -+++ b/src/xdr_sizeof.c -@@ -39,6 +39,7 @@ - #include - #include - #include -+#include - #include "un-namespace.h" - - /* ARGSUSED */