Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcap for openSUSE:Factory checked 
in at 2021-10-08 22:04:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcap (Old)
 and      /work/SRC/openSUSE:Factory/.libcap.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcap"

Fri Oct  8 22:04:30 2021 rev:48 rq:922320 version:2.59

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcap/libcap.changes    2021-07-21 
19:05:32.883204745 +0200
+++ /work/SRC/openSUSE:Factory/.libcap.new.2443/libcap.changes  2021-10-08 
22:04:31.684508781 +0200
@@ -1,0 +2,24 @@
+Tue Sep 28 12:05:15 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- update to 2.59:
+  * Fixed a potential libcap memory leak by adding a destructor
+  * Major improvement is that there is a path for Linux-PAM compliant
+    applications to support setting Ambient vector Capabilities via pam_cap.so 
now
+  * Added libcap cap_proc_root() API function
+  * Added color support to captree
+  * Fixed contrib/sucap/su to correctly handle the Inheritable flag
+  * capsh enhancements
+  * getcap -r / now generates readable output
+  * The shared library objects: pam_cap.so, libcap.so and libpsx.so, are all 
now
+    runnable as standalone binaries
+  * The module pam_cap.so now contains support for a default=<IAB> module 
argument
+  * Enhanced capsh --suggest to also compare against the capability value names
+    and not just their descriptions
+  * Added capsh --current support
+  * Added a contrib/sucap/su.c pure-capabilities PAM implementation of su
+  * Fix for a corner case infinite loop handling long strings
+  * Added libcap cap_iab_compare() and cap_iab_get_pid() APIs
+  * Added a Go utility, captree, to display the process (and thread) graph 
along with
+    the POSIX.1e and IAB capabilities of each PID{TID} tree.
+
+-------------------------------------------------------------------

Old:
----
  libcap-2.51.tar.xz

New:
----
  libcap-2.59.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcap.spec ++++++
--- /var/tmp/diff_new_pack.UDyPnk/_old  2021-10-08 22:04:32.392509946 +0200
+++ /var/tmp/diff_new_pack.UDyPnk/_new  2021-10-08 22:04:32.392509946 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libcap
-Version:        2.51
+Version:        2.59
 Release:        0
 Summary:        Library for Capabilities (linux-privs) Support
 License:        BSD-3-Clause AND GPL-2.0-only
@@ -95,7 +95,7 @@
 %global _lto_cflags %{nil}
 %global buildvariables RAISE_SETFCAP=no prefix=%{_prefix} lib=%{_lib} 
SHARED=yes LIBDIR=%{_libdir} SBINDIR=%{_sbindir} 
PKGCONFIGDIR=%{_libdir}/pkgconfig/ INCDIR=%{_includedir} MANDIR=%{_mandir} 
SHARED=yes COPTS="%{optflags}"
 
-make %{buildvariables}
+%make_build %{buildvariables}
 
 %install
 make install %{buildvariables} DESTDIR=%{buildroot}
@@ -106,11 +106,10 @@
 %fdupes -s %{buildroot}
 
 %check
-make %{buildvariables} test
+%make_build %{buildvariables} test
 
 %post -n libcap2 -p /sbin/ldconfig
 %postun -n libcap2 -p /sbin/ldconfig
-
 %post -n libpsx2 -p /sbin/ldconfig
 %postun -n libpsx2 -p /sbin/ldconfig
 

++++++ libcap-2.51.tar.xz -> libcap-2.59.tar.xz ++++++
++++ 7852 lines of diff (skipped)

Reply via email to