Commit Graph

44 Commits

Author SHA256 Message Date
cdf0d9ed10 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=50 2021-01-04 21:24:07 +00:00
2db9681bdf - add 0001-Improve-the-usage-and-diagnostic-message-for-setcap.patch
0002-No-longer-need-the-Go-build-tag-allthreadssyscall.patch
  0003-Minor-fixes-for-cap-package-documentation.patch
  0004-checkpoint.patch
  0005-Clean-up-the-exit-status-to-match-other-binaries.patch
  0006-People-keep-emailing-me-about-the-license-for-libcap.patch
  0007-Augment-NOPRIV-libcap-mode-with-the-sticky-NO_NEW_PR.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=49
2021-01-04 19:31:04 +00:00
60c579967a - update to 2.46:
* The bulk of this release concerns fixes and improvements to libpsx
  * Fix the capsh == argument handling and add a test case 
  * Added build support for systems that do not support libpthread
  * Added build support for not building shared libraries

OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=48
2021-01-04 08:49:00 +00:00
80cf1e65e7 - update to 2.44:
Generally, this is a release to help package builders: no functional change
  to any of the generated code just documentation and make related fixes.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=46
2020-11-16 08:56:29 +00:00
a5d442790b OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=45 2020-11-15 16:29:28 +00:00
37271ea66e OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=44 2020-11-15 16:29:16 +00:00
94f4e5b306 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=43 2020-11-15 11:39:13 +00:00
4521466958 - update to 2.45:
* Fix the capsh == argument handling and add a test case - bug#209873 (report by Marcus Gelderie)
  * Add support for libpsx.so building - bug#206093
  * Added build support for systems that do not support libpthread (make PTHREADS=no ...)  - bug#209875 (requested by Heiko Thiery)
  * Recent golang builds (pre-release) default to ignoring GOPATH, so adjust the in-tree building to override this explicitly with GO111MODULE=off
  * Go package document updates since golang 1.15 is released.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=42
2020-11-15 11:34:55 +00:00
126a1904a0 - update to 2.43
* Linus' kernel tree defines CAP_CHECKPOINT_RESTORE (40) so support it.
  * Fix the creation of the $(FAKEROOT)$(LIBDIR) for split install targets
  * Clean up a binary from the distribution
  * Added some more release time checks for non-git tracked files.
  * Fix a deadlock in libpsx that surfaced with a set of compiler optimizations by removing the psx wrapping harder.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=40
2020-09-02 18:43:34 +00:00
4adeb8ae2b Fix Copyright notice
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=38
2020-08-11 10:37:27 +00:00
93ba93e93c Update to 2.42 again but without submitting to FACTORY yet
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=37
2020-08-11 10:36:09 +00:00
2bb24dcaa3 Revert to the old good-working 2.32, as it breaks some other programs (bsc#1175076)
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=36
2020-08-11 10:19:52 +00:00
6cbcd0744a Accepting request 824647 from home:polslinux:branches:Base:System
- Update to version 2.42:
  * Closed a potential issue with "libcap/psx" Go package and errno
  * Documentation updates
  * Minor optimization for cap_to_text() and (*cap.Set).String()
  * Discovered and added a missing function (*cap.Set).SetNSOwner() to achieve parity with libcap
  * Multiple fixes
  * Support Go module abstraction
  * A new kernel capability: CAP_BPF
  * Better support for cross-compilation
  * pam_cap now honors PAM_REINITIALIZE_CRED
  * implements cap_launch functionality

OBS-URL: https://build.opensuse.org/request/show/824647
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=35
2020-08-10 16:17:11 +00:00
cb7c5564db Accepting request 774608 from home:tiwai:branches:Base:System
- Update to version 2.32:
  * Bug fix for fakeroot incompatibility (boo#1162014)
  * Slight perf improvement for cap_get_bound().
  * C++ support for psx header inclusion.
  * Some new testing features for capsh

- Update to version 2.31:
  * primarily a documentation update
  * fix libpam.pc to not require libpsx.pc
  * changed the text format of the default output of getpcap

OBS-URL: https://build.opensuse.org/request/show/774608
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=33
2020-02-15 20:39:18 +00:00
2e95b104fc Accepting request 763961 from home:pluskalm:branches:Base:System
- Build using -ffat-lto-objects for static library

OBS-URL: https://build.opensuse.org/request/show/763961
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=32
2020-01-13 13:18:27 +00:00
6da5c4781b Accepting request 762391 from home:pluskalm:branches:Base:System
- Update to version 2.30:
  * BUGFIX: arm and i386 fixes C and Go setgroups choice - used
    wrong syscall in 2.29.
  * cleaned up make clean and make install to actually work as
    intended
  * updated Gentoo libpsx.pc file from Lars Wendler
  * refactored the way libpsx linkage with libcap performed mutual
    discovery.
  * Previously (2.28) libpsx had an API call overridden by libcap
    using weak linkage function in libpsx. In 2.30 this is reversed,
    namely libpsx provides the stronger function and libcap has a
    weak "no-op" version.
  * a bit more consistency in handling the 'all' sets in libcap
    (C) and libcap/cap (Go). Namely, they both dynamically discover
    the number of capabilities named by the kernel and use this as
    the definition of 'all' for the current runtime.
    + libcap (C) exports cap_max_bit() to export the number of
      supported capabilities
    + libcap/cap (Go) exports cap.MaxBits() for this same value.
- For changes for older releases see:
  * https://sites.google.com/site/fullycapable/release-notes-for-libcap
- Add glibc-static-devel as build requirement as tests need it
- Install libpsx.a as it seems to be needed in some cases:
  * https://bugs.gentoo.org/703912

OBS-URL: https://build.opensuse.org/request/show/762391
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=31
2020-01-10 16:37:07 +00:00
31075c8cee Accepting request 757364 from home:mgerstner:branches:Base:System
- Remove pam_cap (bsc#1150522) since this PAM module is a bad idea, security
  wise.

OBS-URL: https://build.opensuse.org/request/show/757364
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=29
2019-12-16 16:09:25 +00:00
1b34ec62c5 Accepting request 580094 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580094
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=27
2018-02-26 09:45:49 +00:00
a1a6bd025e Accepting request 453673 from home:matwey:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/453673
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=25
2017-02-01 11:00:58 +00:00
8af9f9938f Accepting request 448399 from home:jengelh:branches:Base:System
- RPM group association fix

OBS-URL: https://build.opensuse.org/request/show/448399
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=23
2017-01-02 08:55:28 +00:00
b686ff0d84 Accepting request 423725 from home:dimstar:Factory
Update to version 2.25 - NOTE: GNOME 3.22 requires at least version 2.23, TW currenly has 2.22; as we need to care for an update anyway, we bumped to 2.25 (current latest)

OBS-URL: https://build.opensuse.org/request/show/423725
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=21
2016-08-30 13:33:41 +00:00
7ca155fc10 Accepting request 285938 from home:posophe:branches:Base:System
Update and fix

OBS-URL: https://build.opensuse.org/request/show/285938
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=20
2015-02-16 08:13:36 +00:00
c3c6c92bf0 Accepting request 238088 from home:elvigia:branches:Base:System
- libcap-nolibattr.patch Do not link to libattr, it is 
  a bogus dependency. application uses sys/xattr from libc.

OBS-URL: https://build.opensuse.org/request/show/238088
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=18
2014-06-20 12:37:23 +00:00
Stephan Kulow
1fc547dc88 Accepting request 150709 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/150709
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=16
2013-02-01 12:04:59 +00:00
5388069bf3 Accepting request 84056 from home:a_jaeger:branches:openSUSE:Factory
Update license.

OBS-URL: https://build.opensuse.org/request/show/84056
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=14
2011-09-21 08:46:46 +00:00
5a20fd5cee Accepting request 54338 from home:msmeissn:branches:Base:System
ok

OBS-URL: https://build.opensuse.org/request/show/54338
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=12
2010-12-02 14:57:01 +00:00
OBS User buildservice-autocommit
d40cb191ed Updating link to change in openSUSE:Factory/libcap revision 19.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=8f8e61aac09e46025ba2daf5bf58dca0
2010-07-23 15:12:21 +00:00
OBS User autobuild
c637b48e94 Accepting request 43692 from Base:System
checked in (request 43692)

OBS-URL: https://build.opensuse.org/request/show/43692
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=10
2010-07-23 15:12:20 +00:00
Stephan Kulow
a75254d145 Accepting request 42136 from home:jengelh:smp
Copy from home:jengelh:smp/libcap via accept of submit request 42136 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42136
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=9
2010-06-28 21:26:12 +00:00
OBS User autobuild
dbb0458c78 Accepting request 41330 from Base:System
Copy from Base:System/libcap based on submit request 41330 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/41330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=16
2010-06-11 08:25:48 +00:00
OBS User autobuild
71e599bf1c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=15 2010-03-18 15:01:54 +00:00
OBS User autobuild
76193ff7f4 Accepting request 27550 from Base:System
Copy from Base:System/libcap based on submit request 27550 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=14
2009-12-26 11:17:42 +00:00
OBS User unknown
1b540731a8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=12 2009-03-24 17:34:55 +00:00
OBS User unknown
fdb126b0a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=11 2009-03-17 15:34:11 +00:00
OBS User unknown
4b74bf7efd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=10 2009-01-12 17:13:10 +00:00
OBS User unknown
7445be1ce4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=9 2008-10-22 23:12:03 +00:00
OBS User unknown
5069f3c9a1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=8 2008-08-06 23:22:24 +00:00
OBS User unknown
811fb5ccd4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=7 2008-08-03 22:58:17 +00:00
OBS User unknown
9640042e07 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=6 2008-06-22 01:01:08 +00:00
OBS User unknown
b2424f50c6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=5 2008-05-04 22:54:23 +00:00
OBS User unknown
812c01ac4d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=4 2008-04-10 12:23:08 +00:00
OBS User unknown
7a3687fe1e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=3 2007-04-16 22:36:46 +00:00
OBS User unknown
6be8b37a72 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=2 2007-01-24 13:39:38 +00:00
OBS User unknown
bc083380dc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=1 2006-12-19 22:24:01 +00:00