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 4ZHPrj2Yg0z37Qb for ; Tue, 18 Mar 2025 21:20:37 +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 4ZHPrd1FmHz37HB for ; Tue, 18 Mar 2025 21:20:33 +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 4ZHPrb3KPFz5cX; Tue, 18 Mar 2025 21:20:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332831; 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=VXs8ZIOvv1/n3gbzHDf4mnZqJNGmDwLMTq6GkW9Htm4=; b=2jVC3+RmlpZBf9n+1Nu+Euvy+smH6RtFCfMqpzu+9ZWpeUlBxgC3318RLoyanmk4Qu6amt EX/4a9lxAq1LngCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332831; 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=VXs8ZIOvv1/n3gbzHDf4mnZqJNGmDwLMTq6GkW9Htm4=; b=OS17q2/Ly1uCzN4gus0vsJW+jq6J07xMaRq3mECcH4SiZJgdnPFxucQlfOfSmLytduDJsR GjyTfjWeHqosJsbIzijfSE+nfuwXqrXrqtemgQvmv5MdHEp/sJ3Quox5RAIJBLPU/HGnGV Q1clRzHcbWHCL0MeMM0UU6TRSaO47/mH/pQX3c9gH9DhBBOkKmO85vdidps7hunpyumnem bucpblrKziXheZVojb/JFDgvovKgsqW8Ljs1+ApBXaEYV0RkVvWF/8H5Y9QuJ0yKRViP94 yorW+DSadvNn2c3uPuPLGT3r0+4aHeHoqrfD8enjfsfsJD05LKjcjttPhh+q9A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libcap: Update to version 2.75 Date: Tue, 18 Mar 2025 22:20:13 +0100 Message-ID: <20250318212018.3324141-10-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-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.73 to 2.75 - Update of rootfile - Changelog 2.75 This release is devoted to a fix for Bug 219838 reported by Frank. 2.74 ERRATA Bug 219838 the psx go package fails to build standalone. You can work around this by go mod vendor in your code tree or upgrade your package reference to psx/v1.2.75. This release addresses Bug 219687 reported by David Runge. Code at HEAD (tagged {cap,psx}/v1.2.74-rc5) fixes it for {x86,arm,mips}x{32-bit,64-bit}, ppc64, s390x and riscv. The mips32 support requires a more modern Go compiler than the default provided by Debian. For successfully testing I used go1.24.0. May be fixed for loongarch, but no system to test this with (derived from mips, so perhaps it is fixed). Group syntax parsing bugfix for pam_cap from Tianjia Zhang. Doc typo fix for cap_get_proc.3 from Tianjia Zhang. Fix transitive include in capsh.c from Leo. Go package documentation updates, including more cap examples. Signed-off-by: Adolf Belka --- config/rootfiles/common/libcap | 4 ++-- lfs/libcap | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap index dc411f3e5..65d423ac7 100644 --- a/config/rootfiles/common/libcap +++ b/config/rootfiles/common/libcap @@ -6,10 +6,10 @@ sbin/setcap #usr/include/sys/psx_syscall.h #usr/lib/libcap.so usr/lib/libcap.so.2 -usr/lib/libcap.so.2.73 +usr/lib/libcap.so.2.75 #usr/lib/libpsx.so #usr/lib/libpsx.so.2 -usr/lib/libpsx.so.2.73 +usr/lib/libpsx.so.2.75 #usr/lib/pkgconfig/libcap.pc #usr/lib/pkgconfig/libpsx.pc #usr/lib/security diff --git a/lfs/libcap b/lfs/libcap index 99fd26bb7..b3bbda4d0 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 # @@ -24,7 +24,7 @@ include Config -VER = 2.73 +VER = 2.75 THISAPP = libcap-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c8ea9b8accc4034adfd31295ec9356dcce3ae46b3e532e089248c20d0f148de17c9a0525e9f15ac839f83351cdff9e0f9e91ee8966c34116ad1411917f9358b2 +$(DL_FILE)_BLAKE2 = 88071f0ff6f786f42777853a03ae116b1175769b14b715dd1b3def7414fcf118dea56f80e14dc467f72d3cb1a091ab95fc2fc0a240552fedfbbb95a9fc94f2db install : $(TARGET) -- 2.49.0