From 126a1904a017f97bafb5ea19dcefbccb56b8b70d60f787814b114bbdad6191eb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 2 Sep 2020 18:43:34 +0000 Subject: [PATCH] - update to 2.43 * Linus' kernel tree defines CAP_CHECKPOINT_RESTORE (40) so support it. * Fix the creation of the $(FAKEROOT)$(LIBDIR) for split install targets * Clean up a binary from the distribution * Added some more release time checks for non-git tracked files. * Fix a deadlock in libpsx that surfaced with a set of compiler optimizations by removing the psx wrapping harder. OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=40 --- libcap-2.42.tar.xz | 3 --- libcap-2.43.tar.xz | 3 +++ libcap.changes | 10 ++++++++++ libcap.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libcap-2.42.tar.xz create mode 100644 libcap-2.43.tar.xz diff --git a/libcap-2.42.tar.xz b/libcap-2.42.tar.xz deleted file mode 100644 index a3ee3fc..0000000 --- a/libcap-2.42.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3605a9cb60076547ea9f64989e0ba576da9508e4653e8dc40ae54c0d6f443dfd -size 141288 diff --git a/libcap-2.43.tar.xz b/libcap-2.43.tar.xz new file mode 100644 index 0000000..3e96d3b --- /dev/null +++ b/libcap-2.43.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512a0e5fc4c1e06d472a20da26aa96a9b9bf2a26b23f094f77f1b8da56cc427f +size 125284 diff --git a/libcap.changes b/libcap.changes index 9be4916..9059f61 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 2 17:03:06 UTC 2020 - Dirk Mueller + +- update to 2.43 + * Linus' kernel tree defines CAP_CHECKPOINT_RESTORE (40) so support it. + * Fix the creation of the $(FAKEROOT)$(LIBDIR) for split install targets + * Clean up a binary from the distribution + * Added some more release time checks for non-git tracked files. + * Fix a deadlock in libpsx that surfaced with a set of compiler optimizations by removing the psx wrapping harder. + ------------------------------------------------------------------- Thu Aug 6 08:33:09 UTC 2020 - Paolo Stivanin diff --git a/libcap.spec b/libcap.spec index 3671af4..afb6379 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ Name: libcap -Version: 2.42 +Version: 2.43 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only