]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
libcap: Update to version 2.75
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 18 Mar 2025 21:20:13 +0000 (22:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Mar 2025 10:53:55 +0000 (10:53 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libcap
lfs/libcap

index dc411f3e59c0922ccfda9cf29795cdc16efade43..65d423ac7cef5a06495a918b9970e7d96d33853d 100644 (file)
@@ -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
index 99fd26bb7c1803a0bd65b940d8b16261795e1f08..b3bbda4d0f709734e83148bd9435816d0e463791 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)