diff --git a/libcap-2.49.tar.xz b/libcap-2.49.tar.xz deleted file mode 100644 index 08acf9d..0000000 --- a/libcap-2.49.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e98bc4d93645082ec787730b0fd1a712b38882465c505777de17c338831ee181 -size 139568 diff --git a/libcap-2.51.tar.xz b/libcap-2.51.tar.xz new file mode 100644 index 0000000..43834cf --- /dev/null +++ b/libcap-2.51.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6609f3ab7aebcc8f9277f53a577c657d9f3056d1352ea623da7fd7c0f00890f9 +size 145440 diff --git a/libcap.changes b/libcap.changes index d6c0ec1..cbc02a3 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Jul 17 06:33:52 UTC 2021 - Dirk Müller + +- update to 2.51: + * Fix capsh installation + * Add an autoauth module flag to pam_cap.so + * Unified libcap/cap (Go) and libcap (C) default generation of external format binary data + * API enhancement cap_fill() and (*cap.Set).Fill() - to permit copying one + capability flag to another. + * --explain=cap_foo: describe what cap_foo does + * --suggest=phrase: search all the cap descriptions and describe those that match the phrase + * Add "keepcaps" module argument support to pam_cap.so (reported by Zoltan Fridrich. Bug 212945) + * extend libcap to include cap_prctl() and cap_prctlw() functions to regain + feature parity with Go "cap" package. These are only needed when linking + against -lpsx for keepcaps POSIX semantics. + * this likely requires substantial application changes to make Ambient + capability support usable in general, but doing our part for the admin. + * Add a test case for recent kernel fix + * Go pragma fix for convenience functions in "cap" module + ------------------------------------------------------------------- Wed Jun 2 09:29:35 UTC 2021 - Christophe Giboudeaux diff --git a/libcap.spec b/libcap.spec index eddee11..f6e4fb3 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ Name: libcap -Version: 2.49 +Version: 2.51 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only