forked from pool/libcap-ng
Accepting request 938511 from home:susnux:branches:security
Update to 0.7.11 OBS-URL: https://build.opensuse.org/request/show/938511 OBS-URL: https://build.opensuse.org/package/show/security/libcap-ng?expand=0&rev=39
This commit is contained in:
parent
cba41ab7f3
commit
8de721e01d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a84ca7b4e0444283ed269b7a29f5b6187f647c82e2b876636b49b9a744f0ffbf
|
||||
size 450243
|
3
libcap-ng-0.7.11.tar.gz
Normal file
3
libcap-ng-0.7.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85815c711862d01a440db471f12fba462c9949e923966f5859607e652d9c0ae9
|
||||
size 450541
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 22:05:19 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to 0.7.11
|
||||
* Really clear bounding set if asked in capng_change_id
|
||||
* Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE
|
||||
* Avoid malloc/free in capng_apply (Natanael Copa)
|
||||
* If procfs is not available, get bounding set via prctl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 12:33:10 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcap-ng-python
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%bcond_without python2
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: libcap-ng-python
|
||||
Version: 0.7.10
|
||||
Version: 0.7.11
|
||||
Release: 0
|
||||
Summary: An alternate Linux/POSIX capabilities library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -59,7 +59,6 @@ Requires: libcap-ng%{sover} = %{version}
|
||||
The libcap-ng-python package contains the bindings so that libcap-ng
|
||||
and can be used by Python applications.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n libcap-ng-%{version}
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 22:05:19 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to 0.7.11
|
||||
* Really clear bounding set if asked in capng_change_id
|
||||
* Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE
|
||||
* Avoid malloc/free in capng_apply (Natanael Copa)
|
||||
* If procfs is not available, get bounding set via prctl
|
||||
- Removed unneeded rules from rpmlintrc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 12:31:39 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,4 +1 @@
|
||||
addFilter("libcap-ng-utils.*: W: shlib-policy-missing-lib")
|
||||
addFilter("libcap-ng-utils.*: W: shlib-policy-nonversioned-dir .*")
|
||||
addFilter("python-capng..*: W: files-duplicate /usr/lib.*/python.*/site-packages/.*")
|
||||
addFilter("libcap-ng-devel..*: W: no-dependency-on libcap-ng/libcap-ng-libs/liblibcap-ng")
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcap-ng
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 0
|
||||
Name: libcap-ng
|
||||
Version: 0.7.10
|
||||
Version: 0.7.11
|
||||
Release: 0
|
||||
Summary: An alternate Linux/POSIX capabilities library
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user