forked from pool/libcap
Accepting request 825941 from Base:System
- 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 OBS-URL: https://build.opensuse.org/request/show/825941 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=38
This commit is contained in:
commit
b360759d90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1005e3d227f2340ad1e3360ef8b69d15e3c72a29c09f4894d7aac038bd26e2be
|
|
||||||
size 99708
|
|
3
libcap-2.42.tar.xz
Normal file
3
libcap-2.42.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3605a9cb60076547ea9f64989e0ba576da9508e4653e8dc40ae54c0d6f443dfd
|
||||||
|
size 141288
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 6 08:33:09 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- 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
|
Sat Feb 15 21:24:26 CET 2020 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcap
|
# spec file for package libcap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libcap
|
Name: libcap
|
||||||
Version: 2.32
|
Version: 2.42
|
||||||
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