diff options
| author | Emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-19 16:32:10 +0000 |
|---|---|---|
| committer | Emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-19 16:32:10 +0000 |
| commit | bc884ffde98d87112caa50ee7c6a0b244b80306a (patch) | |
| tree | ec62d9c12dae6fe75abdcf2c66270db365a27770 /repos | |
| parent | 4439b039a6b8cbe9a7085d5a3cc78be2b3366e32 (diff) | |
| download | alicelinux-bc884ffde98d87112caa50ee7c6a0b244b80306a.tar.gz alicelinux-bc884ffde98d87112caa50ee7c6a0b244b80306a.zip | |
libcap: updated to 2.76
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/libcap/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libcap/.files | 10 | ||||
| -rw-r--r-- | repos/extra/libcap/abuild | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/repos/extra/libcap/.checksum b/repos/extra/libcap/.checksum index deb7eb8d..3c07f49e 100644 --- a/repos/extra/libcap/.checksum +++ b/repos/extra/libcap/.checksum @@ -1 +1 @@ -7e4a911b6d997005421a201faecf13b80c627586902a6224047503c6aad5b0aa libcap-2.75.tar.xz +7bcec685fd4e0c16b284581045040e33a6ab7707038e5011798554032ad2feaa libcap-2.76.tar.xz diff --git a/repos/extra/libcap/.files b/repos/extra/libcap/.files index 8d723f35..540e253a 100644 --- a/repos/extra/libcap/.files +++ b/repos/extra/libcap/.files @@ -5,11 +5,11 @@ drwxr-xr-x root/root usr/include/sys/ -rw-r--r-- root/root usr/include/sys/psx_syscall.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libcap.so -> libcap.so.2 -lrwxrwxrwx root/root usr/lib/libcap.so.2 -> libcap.so.2.75 --rwxr-xr-x root/root usr/lib/libcap.so.2.75 +lrwxrwxrwx root/root usr/lib/libcap.so.2 -> libcap.so.2.76 +-rwxr-xr-x root/root usr/lib/libcap.so.2.76 lrwxrwxrwx root/root usr/lib/libpsx.so -> libpsx.so.2 -lrwxrwxrwx root/root usr/lib/libpsx.so.2 -> libpsx.so.2.75 --rwxr-xr-x root/root usr/lib/libpsx.so.2.75 +lrwxrwxrwx root/root usr/lib/libpsx.so.2 -> libpsx.so.2.76 +-rwxr-xr-x root/root usr/lib/libpsx.so.2.76 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcap.pc -rw-r--r-- root/root usr/lib/pkgconfig/libpsx.pc @@ -98,6 +98,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/psx_syscall6.3.gz drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/capability.conf.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/cap_text_formats.7.gz drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/captree.8.gz -rw-r--r-- root/root usr/share/man/man8/getcap.8.gz diff --git a/repos/extra/libcap/abuild b/repos/extra/libcap/abuild index 6a81a963..cb2b7b75 100644 --- a/repos/extra/libcap/abuild +++ b/repos/extra/libcap/abuild @@ -1,5 +1,5 @@ name=libcap -version=2.75 +version=2.76 release=1 source="https://www.kernel.org/pub/linux/libs/security/linux-privs/${name}2/$name-$version.tar.xz" |