From 93ba93e93c4ab1ce788e72526754b9fdcc0bddf4fc6abc2871d406635dec8b11 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 11 Aug 2020 10:36:09 +0000 Subject: [PATCH] Update to 2.42 again but without submitting to FACTORY yet OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=37 --- libcap-2.32.tar.xz | 3 --- libcap-2.42.tar.xz | 3 +++ libcap.changes | 15 +++++++++++++++ libcap.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 libcap-2.32.tar.xz create mode 100644 libcap-2.42.tar.xz diff --git a/libcap-2.32.tar.xz b/libcap-2.32.tar.xz deleted file mode 100644 index c262273..0000000 --- a/libcap-2.32.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1005e3d227f2340ad1e3360ef8b69d15e3c72a29c09f4894d7aac038bd26e2be -size 99708 diff --git a/libcap-2.42.tar.xz b/libcap-2.42.tar.xz new file mode 100644 index 0000000..a3ee3fc --- /dev/null +++ b/libcap-2.42.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3605a9cb60076547ea9f64989e0ba576da9508e4653e8dc40ae54c0d6f443dfd +size 141288 diff --git a/libcap.changes b/libcap.changes index 7f88cd3..9be4916 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 6 08:33:09 UTC 2020 - Paolo Stivanin + +- Update to version 2.42: + * Closed a potential issue with "libcap/psx" Go package and errno + * Documentation updates + * Minor optimization for cap_to_text() and (*cap.Set).String() + * Discovered and added a missing function (*cap.Set).SetNSOwner() to achieve parity with libcap + * Multiple fixes + * Support Go module abstraction + * A new kernel capability: CAP_BPF + * Better support for cross-compilation + * pam_cap now honors PAM_REINITIALIZE_CRED + * implements cap_launch functionality + ------------------------------------------------------------------- Sat Feb 15 21:24:26 CET 2020 - tiwai@suse.de diff --git a/libcap.spec b/libcap.spec index bc3c05a..ba6cda3 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ Name: libcap -Version: 2.32 +Version: 2.42 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only