Accepting request 880541 from Base:System

- update to 2.49:
  * Implement cap_func_launcher() and cap.FuncLauncher().
  * More robust "psx" redirection for nocgo compilation - the documentation for
    the cgo implementation is now included in the nocgo one because the go.dev
    automated documentation builds the docs from the nocgo version.
  * Lots of documentation cleanups and added a few man pages: for IAB and
    Launching.
  * Some general no-op License changes that might cause folk to notice but only
    for formatting reasons. These were initially inspired by some lawyerly
    interactions, but I ended up rolling back half of them because they
    confused automated software infrastructure.

OBS-URL: https://build.opensuse.org/request/show/880541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=44
This commit is contained in:
Richard Brown 2021-04-06 15:28:40 +00:00 committed by Git OBS Bridge
commit de9c77f605
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4de9590ee09a87c282d558737ffb5b6175ccbfd26d580add10df44d0f047f6c2
size 132280

3
libcap-2.49.tar.xz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 22 15:38:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.49:
* Implement cap_func_launcher() and cap.FuncLauncher().
* More robust "psx" redirection for nocgo compilation - the documentation for
the cgo implementation is now included in the nocgo one because the go.dev
automated documentation builds the docs from the nocgo version.
* Lots of documentation cleanups and added a few man pages: for IAB and
Launching.
* Some general no-op License changes that might cause folk to notice but only
for formatting reasons. These were initially inspired by some lawyerly
interactions, but I ended up rolling back half of them because they
confused automated software infrastructure.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 9 23:16:17 UTC 2021 - Dirk Müller <dmueller@suse.com> Tue Feb 9 23:16:17 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: libcap Name: libcap
Version: 2.48 Version: 2.49
Release: 0 Release: 0
Summary: Library for Capabilities (linux-privs) Support Summary: Library for Capabilities (linux-privs) Support
License: BSD-3-Clause AND GPL-2.0-only License: BSD-3-Clause AND GPL-2.0-only
@ -61,8 +61,6 @@ control. Without kernel patches, you can use this library to drop
capabilities within setuid binaries. If you use patches, this can be capabilities within setuid binaries. If you use patches, this can be
done automatically by the kernel. done automatically by the kernel.
%package devel %package devel
Summary: Development files for libcap Summary: Development files for libcap
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++