From b8b7f6d09e5a9b98dbab672edf6ff3943d2d0e75 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 18 Mar 2025 22:20:13 +0100 Subject: [PATCH] libcap: Update to version 2.75 - 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 Signed-off-by: Michael Tremer --- 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.39.5