3
0
forked from pool/libcap-ng

Accepting request 347793 from security

- Fix build by passing --without-python3 argument. For now we are
  fine with py2 bindings only

- Update to version 0.7.7
  * Make sure all types used in _lnode are defined in proc-llist.h
  * Fix python binding test for old kernels
  * Fix leaked FD in library init 
- Changes from version 0.7.6
  * Fix python3 support
- Changes from version 0.7.5
  * Make python3 supported
  * In python bindings test, clamp CAP_LAST_CAP with /proc/.../cap_last_cap
  * Update table for 3.16 kernel

- Update to version 0.7.7
  * Make sure all types used in _lnode are defined in proc-llist.h
  * Fix python binding test for old kernels
  * Fix leaked FD in library init 
- Changes from version 0.7.6
  * Fix python3 support
- Changes from version 0.7.5
  * Make python3 supported
  * In python bindings test, clamp CAP_LAST_CAP with /proc/.../cap_last_cap
  * Update table for 3.16 kernel

OBS-URL: https://build.opensuse.org/request/show/347793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap-ng?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2015-12-13 08:34:26 +00:00 committed by Git OBS Bridge
commit c73af8c629
6 changed files with 43 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48a2083276f9820cb92dcb05d001b30733bcbf48c14c230303cac3cd08b45b6b
size 407007

3
libcap-ng-0.7.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:615549ce39b333f6b78baee0c0b4ef18bc726c6bf1cca123dfd89dd963f6d06b
size 420178

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Dec 7 14:31:06 UTC 2015 - tchvatal@suse.com
- Fix build by passing --without-python3 argument. For now we are
fine with py2 bindings only
-------------------------------------------------------------------
Wed Dec 2 14:29:55 UTC 2015 - p.drouand@gmail.com
- Update to version 0.7.7
* Make sure all types used in _lnode are defined in proc-llist.h
* Fix python binding test for old kernels
* Fix leaked FD in library init
- Changes from version 0.7.6
* Fix python3 support
- Changes from version 0.7.5
* Make python3 supported
* In python bindings test, clamp CAP_LAST_CAP with /proc/.../cap_last_cap
* Update table for 3.16 kernel
-------------------------------------------------------------------
Thu May 15 13:19:57 UTC 2014 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libcap-ng-python
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 soname 0
Name: libcap-ng-python
Version: 0.7.4
Version: 0.7.7
Release: 0
Summary: An alternate POSIX capabilities library
License: LGPL-2.1+
@ -55,7 +55,8 @@ and can be used by python applications.
%configure \
--disable-static \
--with-pic \
--with-python
--with-python \
--without-python3
make %{?_smp_mflags}
%install

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 2 14:28:00 UTC 2015 - p.drouand@gmail.com
- Update to version 0.7.7
* Make sure all types used in _lnode are defined in proc-llist.h
* Fix python binding test for old kernels
* Fix leaked FD in library init
- Changes from version 0.7.6
* Fix python3 support
- Changes from version 0.7.5
* Make python3 supported
* In python bindings test, clamp CAP_LAST_CAP with /proc/.../cap_last_cap
* Update table for 3.16 kernel
-------------------------------------------------------------------
Thu Jun 19 17:22:55 UTC 2014 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libcap-ng
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 soname 0
Name: libcap-ng
Version: 0.7.4
Version: 0.7.7
Release: 0
Summary: An alternate POSIX capabilities library
License: LGPL-2.1+