3
0
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:
Stephan Kulow 2013-03-15 09:39:39 +00:00 committed by Git OBS Bridge
commit b0e288697a
6 changed files with 50 additions and 14 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ca441c8d3a1e4cfe8a8151907977662679457311ccaa7eaac91447c33a35bb1
size 392613

View File

@ -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 - Move libraries back to %{_libdir}, /usr merge project

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap-ng-python # 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 # 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
@ -24,13 +24,12 @@ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Name: libcap-ng-python Name: libcap-ng-python
Version: 0.6.6 Version: 0.7.3
Release: 0 Release: 0
%define soname 0 %define soname 0
%define rname libcap-ng %define rname libcap-ng
Url: http://people.redhat.com/sgrubb/libcap-ng Url: http://people.redhat.com/sgrubb/libcap-ng
# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz Source0: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
Source0: libcap-ng-%{version}.tar.bz2
Source1: pre_checkin.sh Source1: pre_checkin.sh
Source2: baselibs.conf Source2: baselibs.conf
Source99: libcap-ng.rpmlintrc 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 Summary: Header files for libcap-ng library
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: kernel-headers >= 2.6.11
Requires: %{name}%{soname} = %{version} Requires: %{name}%{soname} = %{version}
Requires: kernel-headers >= 2.6.11
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel

View File

@ -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 Sun Feb 12 17:24:55 UTC 2012 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap-ng # 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 # 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
@ -24,13 +24,12 @@ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Name: libcap-ng Name: libcap-ng
Version: 0.6.6 Version: 0.7.3
Release: 0 Release: 0
%define soname 0 %define soname 0
%define rname libcap-ng %define rname libcap-ng
Url: http://people.redhat.com/sgrubb/libcap-ng Url: http://people.redhat.com/sgrubb/libcap-ng
# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz Source0: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
Source0: libcap-ng-%{version}.tar.bz2
Source1: pre_checkin.sh Source1: pre_checkin.sh
Source2: baselibs.conf Source2: baselibs.conf
Source99: libcap-ng.rpmlintrc 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 Summary: Header files for libcap-ng library
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: kernel-headers >= 2.6.11
Requires: %{name}%{soname} = %{version} Requires: %{name}%{soname} = %{version}
Requires: kernel-headers >= 2.6.11
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel