From patchwork Wed Sep 17 11:09:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9111 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdj1Rt1z3x7R for ; Wed, 17 Sep 2025 11:10:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cRbdb69tyz3xN for ; Wed, 17 Sep 2025 11:09:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cRbdY4Kkhz32fr for ; Wed, 17 Sep 2025 11:09:53 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdT0q18z32cx for ; Wed, 17 Sep 2025 11:09:49 +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 4cRbdR3nPGz3xw; Wed, 17 Sep 2025 11:09:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758107387; 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=5qpKqvlGyzfvedVtxxJRSKX6bUREb9UywHJAslAIi6A=; b=pF+BZE9L6gcuXqXptZ8wVoJ5a2TkAvraIvP85/GtOlELQQDn4Jm7AiFVmgjhQgmAX+TaDS 1MM7kMcUfmkROwCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758107387; 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=5qpKqvlGyzfvedVtxxJRSKX6bUREb9UywHJAslAIi6A=; b=eN6OObUKia3FbWS/eZxivohdAqehv5oZB9v4F8lZVQC9/fPDlmKrAGhfxF5tjjICLpPOOM ePxK6m4l3I+SGyPlfVTh3Od7jnLPOADjnXwU8jiDJDVgLyPXxi/KyppgsJNIn9yQRpPFlW F+6S6uzVgJGqhhdz6VE/MNUUNaQaFViMz9Z46ObiRJ6ttVbuxtJ/Yq+n7f/NJfFG5HnjiI plwregHDRWe0GqAHK2yYe1ElzZcciGzfbJ/kd8b2b9dsHpv8lE//eT1ltSF36CIAQVKXJC P92KdmjSNlnQ2LaL+WgZIy+LPh5pM+Fsz5Wpzonb27UJg6nEVzVUxK4i6SOrGQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nfs: Update to version 2.8.4 Date: Wed, 17 Sep 2025 13:09:40 +0200 Message-ID: <20250917110940.3378937-10-adolf.belka@ipfire.org> In-Reply-To: <20250917110940.3378937-1-adolf.belka@ipfire.org> References: <20250917110940.3378937-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 - Update from version 2.8.3 to 2.8.4 - Update of rootfile not required - Changelog is just a list of the commits. The details can be found in the changelog at https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.4/ Signed-off-by: Adolf Belka --- lfs/nfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index 5f3f8190e..f2bafe019 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -26,7 +26,7 @@ include Config SUMMARY = Support Utilities for Kernel nfsd -VER = 2.8.3 +VER = 2.8.4 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 = 27 +PAK_VER = 28 DEPS = rpcbind @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 70fbba171697e13e0050cb146ff7e30ce53937d37882e4f53be62ee2792e8afee451a74e81d3b739a4d3c76ef444c5602a7a6a2a1e1148829a50f27e5da18533 +$(DL_FILE)_BLAKE2 = 4c4319facaadb4a8cb1319efde1c6a1086dcbecb7c093c6edd64c23ae3ead85e6e6209e69279f47a73ef92410f59278f56f472ae0a28493936e2f2d681b40dea install : $(TARGET)