Accepting request 159246 from home:elvigia:branches:security
OBS-URL: https://build.opensuse.org/request/show/159246 OBS-URL: https://build.opensuse.org/package/show/security/libcap-ng?expand=0&rev=19
This commit is contained in:
parent
b0996f591e
commit
4b4751dcd1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1d91d57481d2bac97b86be3f7baa654ce474d410cd188dfe2cd92ea0afabc07
|
||||
size 280169
|
3
libcap-ng-0.7.3.tar.gz
Normal file
3
libcap-ng-0.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ca441c8d3a1e4cfe8a8151907977662679457311ccaa7eaac91447c33a35bb1
|
||||
size 392613
|
@ -1,5 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 17:25:23 UTC 2012 - crrodriguez@opensuse.org
|
||||
Wed Mar 13 22:44:29 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- version 0.7.3
|
||||
- Make file opens use the cloexec flag (Cristian Rodríguez)
|
||||
- Add CAP_BLOCK_SUSPEND
|
||||
- Fix possible segfaults when CAP_LAST_CAP is larger than the lookup table
|
||||
- In pscap, don't drop capabilities when running with capabilities
|
||||
- Add CAP_COMPROMISE_KERNEL
|
||||
- Define FTW_CONTINUE in case its not defined in libc
|
||||
- Use glibc for xattr.h if available
|
||||
- Make sure stderr is used consistently in utils
|
||||
- Fix logic causing file based capabilities to not be supported when it should
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 17:24:55 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
- Move libraries back to %{_libdir}, /usr merge project
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libcap-ng-python
|
||||
# spec file for package libcap-ng
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,14 +23,14 @@ Summary: An alternate POSIX capabilities library
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
Name: libcap-ng-python
|
||||
Version: 0.6.6
|
||||
Name: libcap-ng-python
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
%define soname 0
|
||||
%define rname libcap-ng
|
||||
Url: http://people.redhat.com/sgrubb/libcap-ng
|
||||
# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
||||
Source0: libcap-ng-%{version}.tar.bz2
|
||||
Source0: libcap-ng-%{version}.tar.gz
|
||||
Source1: pre_checkin.sh
|
||||
Source2: baselibs.conf
|
||||
Source99: libcap-ng.rpmlintrc
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 22:44:29 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- version 0.7.3
|
||||
- Make file opens use the cloexec flag (Cristian Rodríguez)
|
||||
- Add CAP_BLOCK_SUSPEND
|
||||
- Fix possible segfaults when CAP_LAST_CAP is larger than the lookup table
|
||||
- In pscap, don't drop capabilities when running with capabilities
|
||||
- Add CAP_COMPROMISE_KERNEL
|
||||
- Define FTW_CONTINUE in case its not defined in libc
|
||||
- Use glibc for xattr.h if available
|
||||
- Make sure stderr is used consistently in utils
|
||||
- Fix logic causing file based capabilities to not be supported when it should
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 17:24:55 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -24,13 +24,13 @@ License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
Name: libcap-ng
|
||||
Version: 0.6.6
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
%define soname 0
|
||||
%define rname libcap-ng
|
||||
Url: http://people.redhat.com/sgrubb/libcap-ng
|
||||
# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
||||
Source0: libcap-ng-%{version}.tar.bz2
|
||||
Source0: libcap-ng-%{version}.tar.gz
|
||||
Source1: pre_checkin.sh
|
||||
Source2: baselibs.conf
|
||||
Source99: libcap-ng.rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user