- 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 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=63
This commit is contained in:
parent
687522c9a0
commit
5f59917f96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e98bc4d93645082ec787730b0fd1a712b38882465c505777de17c338831ee181
|
|
||||||
size 139568
|
|
3
libcap-2.51.tar.xz
Normal file
3
libcap-2.51.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6609f3ab7aebcc8f9277f53a577c657d9f3056d1352ea623da7fd7c0f00890f9
|
||||||
|
size 145440
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 17 06:33:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <christophe@krop.fr>
|
Wed Jun 2 09:29:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libcap
|
Name: libcap
|
||||||
Version: 2.49
|
Version: 2.51
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Capabilities (linux-privs) Support
|
Summary: Library for Capabilities (linux-privs) Support
|
||||||
License: BSD-3-Clause AND GPL-2.0-only
|
License: BSD-3-Clause AND GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user