From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zjxyx4J5Qz33gS for ; Thu, 24 Apr 2025 13:44:09 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zjxyq536mz33Hs for ; Thu, 24 Apr 2025 13:44:03 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Zjxyp4hrbz3GV; Thu, 24 Apr 2025 13:44:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745502242; 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: in-reply-to:in-reply-to:references:references; bh=AT4RkvRVc9aBihse6By8HL/6OFi4FSMbwEd8e/D04Lg=; b=6i0w7q8K2srS+CYrp7BpwYXgD2Y5dVgv4gXGWxQpwIugaZljpgzRdds7cfC0je9Xnw65Uj rxfDFmS/ycOdBgAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745502242; 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: in-reply-to:in-reply-to:references:references; bh=AT4RkvRVc9aBihse6By8HL/6OFi4FSMbwEd8e/D04Lg=; b=qMOCP5DhoArqvdHZwXUB8URpDJyaHzMhLJouNXmN5N6lwcm8FF7nNQkUZxVZBukfTx7oQ/ AV/MdvcIJ6n3tdVZ53FLphPraa6AlIyd5obbcNRe/98PScg5FMGqiDDKB4OzVSLMxcKEFB lHqcWUt1Qlkcu163NNHyARntAw6EQRMwuTTr//tMriBJSNxjAVIfDqxl4swrWjzsAIQv17 Kvdz2ov022Vb202LmGD4k+q25K9Skg91W7u2eKVB8bDPT/ON9cN2hmjSUlXWBZEjwtmUwm l5Pu6VzmM6J5JetiGrEVTq895DqCt9Sa6Q6s8hs+a620vvtzW4/zKh/WN2KNow== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nfs: Update to version 2.8.3 Date: Thu, 24 Apr 2025 15:43:52 +0200 Message-ID: <20250424134354.3440212-10-adolf.belka@ipfire.org> In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org> References: <20250424134354.3440212-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 2.8.2 to 2.8.3 - Update of rootfile not required - Changelog is just a list of the commits and is over 500 lines long. The details can be found in the changelog at https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.3/ Signed-off-by: Adolf Belka --- lfs/nfs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index 645aca302..5f3f8190e 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -26,7 +26,7 @@ include Config SUMMARY = Support Utilities for Kernel nfsd -VER = 2.8.2 +VER = 2.8.3 THISAPP = nfs-utils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 26 +PAK_VER = 27 DEPS = rpcbind @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b3b876dd1b4c745f4fe26b6ae9ec4690f7a946f5616276ce543a7cf0504156408e59682499b80aca4d09fe819de75c6499a11726bec0a392a277685199b56ac6 +$(DL_FILE)_BLAKE2 = 70fbba171697e13e0050cb146ff7e30ce53937d37882e4f53be62ee2792e8afee451a74e81d3b739a4d3c76ef444c5602a7a6a2a1e1148829a50f27e5da18533 install : $(TARGET) @@ -82,11 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-gss \ - --without-tcp-wrappers \ - --disable-ipv6 + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-gss \ + --without-tcp-wrappers \ + --disable-ipv6 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.49.0