From patchwork Fri Aug 9 11:23:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7959 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM432Q3wz3x5y for ; Fri, 9 Aug 2024 11:23:47 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM413BVPz60R; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM412hnZz340x; Fri, 9 Aug 2024 11:23:45 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3q6kRVz340m for ; Fri, 9 Aug 2024 11:23:35 +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 4WgM3q5F7Lz4Md; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202615; 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=9yiJL2G8wOB+n2ULPrYdtacfmjXPNXQyypu01pINJUM=; b=IYyhMAfgO6137Da+O6sTdvXueSJB4Z5PxR0m0bdgVcYCI7Rlu6jaUrb781vXr1DcLZAhcP Nj5QIL6q3cw6+uAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202615; 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=9yiJL2G8wOB+n2ULPrYdtacfmjXPNXQyypu01pINJUM=; b=gv3t49DpOpTgQUUSEfYfxaVysPyDXD/U9yLE8W57+X3DjrB7kd6Xtw6VvJjv/T3L4Y0dxq ivmFFMg53Dcq27+H9SihZrpuj6ylxqkp2tNPOyFlC4cAU3kUa3vQmz6vwplO0zmSEN5ZFm INRibqRaCE9RJ52mGZDy9sq4TB/A83OVnfhvDEWQlUj+q0DeUKc7gbzu7Pn1WiIvI6JWMj 5HYa0jXzKezYLFGGUFZr1VhxKWbGgTR3Rrsk6OK+EPGi6L91rDbiWH7cyyOY8DHIB1VHS6 4wSUD96XONZ/wb9iHLWB/5PQWnMtcdLkQuX/+7z0pHT9g3ikq8fmFGcnPhlb2Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 09/15] nfs: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:20 +0200 Message-ID: <20240809112326.8475-9-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MQKEP3NTJS2XKAUELAUPOQVIBT6VJGHI X-Message-ID-Hash: MQKEP3NTJS2XKAUELAUPOQVIBT6VJGHI X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/nfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index 713dbeacd..9e6130871 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 22 +PAK_VER = 23 DEPS = rpcbind