forked from pool/libcap-ng
Accepting request 159295 from security
- use source url - 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 - use source url - 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 OBS-URL: https://build.opensuse.org/request/show/159295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap-ng?expand=0&rev=20
This commit is contained in:
commit
b0e288697a
@ -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,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 17:25:23 UTC 2012 - crrodriguez@opensuse.org
|
||||
Thu Mar 14 09:30:13 UTC 2013 - meissner@suse.com
|
||||
|
||||
- use source url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcap-ng-python
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,13 +24,12 @@ License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
Name: libcap-ng-python
|
||||
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: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
||||
Source1: pre_checkin.sh
|
||||
Source2: baselibs.conf
|
||||
Source99: libcap-ng.rpmlintrc
|
||||
@ -59,8 +58,8 @@ Libcap-ng is a library that makes using posix capabilities easier
|
||||
Summary: Header files for libcap-ng library
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: kernel-headers >= 2.6.11
|
||||
Requires: %{name}%{soname} = %{version}
|
||||
Requires: kernel-headers >= 2.6.11
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 09:30:04 UTC 2013 - meissner@suse.com
|
||||
|
||||
- use source url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcap-ng
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,13 +24,12 @@ 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: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
|
||||
Source1: pre_checkin.sh
|
||||
Source2: baselibs.conf
|
||||
Source99: libcap-ng.rpmlintrc
|
||||
@ -59,8 +58,8 @@ Libcap-ng is a library that makes using posix capabilities easier
|
||||
Summary: Header files for libcap-ng library
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: kernel-headers >= 2.6.11
|
||||
Requires: %{name}%{soname} = %{version}
|
||||
Requires: kernel-headers >= 2.6.11
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user