]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libcap: Update to version 2.63
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 5 Feb 2022 12:01:10 +0000 (13:01 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 6 Feb 2022 10:49:07 +0000 (10:49 +0000)
- Update from 2.61 to 2.63
- Update of rootfile
- Changelog
   Release notes for 2.63
    Restore errno to zero by the time main() is executed
        Bug reported by Yang Xu
    Consistent psx handling (a panic) for syscalls that return thread dependent status
        Inconsistend behavior noticed by Lorenz Bauer (Bug: 215283)
    Add a test case for a deadlock under investigation in golang #50113
        Bug reported by Weixiao Huang
    Trim some of the #include file use to make the tree compile more efficiently
   Release notes for 2.62
    Bug fix for Go package "cap" and launching:
        There was a race condition, reported by Lorenz Bauer (Bug: 215283)
    Build cleanups:
        David Seifert cleaned up warnings for 32-bit builds
        No longer use Perl in the libcap build process (Gentoo had a compelling reason to
         avoid this dependency)
    Documentation updates: cap_max_bits has a man page entry; Go module cap updates for
     Launch detail.
    Recognize default securebits as a libcap mode: HYBRID.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/libcap
lfs/libcap

index c33222c4959ca7cb034591dc409b4c9d5987dd14..0c57c9120a9e8b127228ef4671f9a910872cf406 100644 (file)
@@ -1,10 +1,10 @@
 #lib/libcap.a
 lib/libcap.so.2
-lib/libcap.so.2.61
+lib/libcap.so.2.63
 #lib/libpsx.a
 #lib/libpsx.so
 #lib/libpsx.so.2
-#lib/libpsx.so.2.61
+#lib/libpsx.so.2.63
 #lib/pkgconfig/libcap.pc
 #lib/pkgconfig/libpsx.pc
 lib/security/pam_cap.so
@@ -57,6 +57,7 @@ usr/lib/libcap.so
 #usr/share/man/man3/cap_launcher_set_mode.3
 #usr/share/man/man3/cap_launcher_setgroups.3
 #usr/share/man/man3/cap_launcher_setuid.3
+#usr/share/man/man3/cap_max_bits.3
 #usr/share/man/man3/cap_mode.3
 #usr/share/man/man3/cap_mode_name.3
 #usr/share/man/man3/cap_new_launcher.3
@@ -75,6 +76,7 @@ usr/lib/libcap.so
 #usr/share/man/man3/capsetp.3
 #usr/share/man/man3/libcap.3
 #usr/share/man/man3/libpsx.3
+#usr/share/man/man3/psx_set_sensitivity.3
 #usr/share/man/man3/psx_syscall.3
 #usr/share/man/man3/psx_syscall3.3
 #usr/share/man/man3/psx_syscall6.3
index 387d43e389f87ffd29d14272c19e94cb64b07fea..63467062fcbbdfdb2ff9bad1ef39a2e6f9fcc2bb 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.61
+VER        = 2.63
 
 THISAPP    = libcap-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3bf105e47a8671035a0ce0812185c5e4
+$(DL_FILE)_MD5 = 18410cec436f827e698ee9ea16ada9b7
 
 install : $(TARGET)