From b830e8a6f7df719e93e3dad921a85775fe30dbb26da01b7a668294caf2ae4dec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Jan 2021 07:55:14 +0000 Subject: [PATCH] - update to 2.47: * Restructured gowns to default to uid base of getuid(). * Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit. * Improve the usage and diagnostic message for setcap * Documentation fixes, license declarations, example updates OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=53 --- libcap-2.46.tar.xz | 3 --- libcap-2.47.tar.xz | 3 +++ libcap.changes | 9 +++++++++ libcap.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libcap-2.46.tar.xz create mode 100644 libcap-2.47.tar.xz diff --git a/libcap-2.46.tar.xz b/libcap-2.46.tar.xz deleted file mode 100644 index 49d83f8..0000000 --- a/libcap-2.46.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ed3d11413fa6c9667e49f819808fbb581cd8864b839f87d7c2a02c70f21d8b4 -size 129296 diff --git a/libcap-2.47.tar.xz b/libcap-2.47.tar.xz new file mode 100644 index 0000000..e418ead --- /dev/null +++ b/libcap-2.47.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af165df45f9fe8b315164ec7143740947489f36ccbe6999b6cdf86e7a8dca04b +size 131960 diff --git a/libcap.changes b/libcap.changes index be3d1c4..03f84aa 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 27 07:53:21 UTC 2021 - Dirk Müller + +- update to 2.47: + * Restructured gowns to default to uid base of getuid(). + * Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit. + * Improve the usage and diagnostic message for setcap + * Documentation fixes, license declarations, example updates + ------------------------------------------------------------------- Mon Jan 4 08:46:44 UTC 2021 - Dirk Müller diff --git a/libcap.spec b/libcap.spec index a7c2ab0..9381d8c 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ Name: libcap -Version: 2.46 +Version: 2.47 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only