From af2d1522edf08431dd3ba60d14ffb5aa2f65abacf6fbbdc3e359557201d93ca7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Mar 2021 15:38:43 +0000 Subject: [PATCH] - update to 2.49: * Implement cap_func_launcher() and cap.FuncLauncher(). * More robust "psx" redirection for nocgo compilation - the documentation for the cgo implementation is now included in the nocgo one because the go.dev automated documentation builds the docs from the nocgo version. * Lots of documentation cleanups and added a few man pages: for IAB and Launching. * Some general no-op License changes that might cause folk to notice but only for formatting reasons. These were initially inspired by some lawyerly interactions, but I ended up rolling back half of them because they confused automated software infrastructure. OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=57 --- libcap-2.48.tar.xz | 3 --- libcap-2.49.tar.xz | 3 +++ libcap.changes | 15 +++++++++++++++ libcap.spec | 4 +--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 libcap-2.48.tar.xz create mode 100644 libcap-2.49.tar.xz diff --git a/libcap-2.48.tar.xz b/libcap-2.48.tar.xz deleted file mode 100644 index daa3358..0000000 --- a/libcap-2.48.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de9590ee09a87c282d558737ffb5b6175ccbfd26d580add10df44d0f047f6c2 -size 132280 diff --git a/libcap-2.49.tar.xz b/libcap-2.49.tar.xz new file mode 100644 index 0000000..08acf9d --- /dev/null +++ b/libcap-2.49.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98bc4d93645082ec787730b0fd1a712b38882465c505777de17c338831ee181 +size 139568 diff --git a/libcap.changes b/libcap.changes index fe14316..1c53470 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 22 15:38:06 UTC 2021 - Dirk Müller + +- update to 2.49: + * Implement cap_func_launcher() and cap.FuncLauncher(). + * More robust "psx" redirection for nocgo compilation - the documentation for + the cgo implementation is now included in the nocgo one because the go.dev + automated documentation builds the docs from the nocgo version. + * Lots of documentation cleanups and added a few man pages: for IAB and + Launching. + * Some general no-op License changes that might cause folk to notice but only + for formatting reasons. These were initially inspired by some lawyerly + interactions, but I ended up rolling back half of them because they + confused automated software infrastructure. + ------------------------------------------------------------------- Tue Feb 9 23:16:17 UTC 2021 - Dirk Müller diff --git a/libcap.spec b/libcap.spec index 005bb8a..cb0b542 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ Name: libcap -Version: 2.48 +Version: 2.49 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only @@ -61,8 +61,6 @@ control. Without kernel patches, you can use this library to drop capabilities within setuid binaries. If you use patches, this can be done automatically by the kernel. - - %package devel Summary: Development files for libcap Group: Development/Libraries/C and C++