2021-01-04 09:49:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 4 08:46:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-11-15 12:34:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 14 10:26:54 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
2020-11-16 09:56:29 +01:00
|
|
|
- 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.
|
2020-11-15 12:34:55 +01:00
|
|
|
|
2020-09-02 20:43:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 2 17:03:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2020-08-11 12:36:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 6 08:33:09 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-02-15 21:39:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 15 21:24:26 CET 2020 - tiwai@suse.de
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 28 14:23:23 CET 2020 - tiwai@suse.de
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-01-13 14:18:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 13 12:54:25 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
|
|
|
|
- Build using -ffat-lto-objects for static library
|
|
|
|
|
2019-12-16 17:09:25 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-01-10 17:37:07 +01:00
|
|
|
Thu Jan 9 16:05:12 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-12-16 17:09:25 +01:00
|
|
|
Mon Dec 16 14:21:27 UTC 2019 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- Remove pam_cap (bsc#1150522) since this PAM module is a bad idea, security
|
|
|
|
wise.
|
|
|
|
|
2018-02-26 10:45:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 22 15:10:35 UTC 2018 - fvogt@suse.com
|
|
|
|
|
|
|
|
- Use %license (boo#1082318)
|
|
|
|
|
2017-02-01 12:00:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 31 17:52:31 UTC 2017 - matwey.kornilov@gmail.com
|
|
|
|
|
|
|
|
- Enable PAM pam_cap.so module
|
|
|
|
|
2017-01-02 09:55:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 1 12:44:21 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- RPM group association fix
|
|
|
|
|
2016-08-30 15:33:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 29 21:10:05 UTC 2016 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to versison 2.25:
|
|
|
|
+ Recover gperf detection in make rules.
|
|
|
|
+ Man page typo fix.
|
|
|
|
+ Tweak make rules to make packaging more straightforward.
|
|
|
|
+ Fix error explanation in setcap.
|
|
|
|
+ Drop need to link with libattr. It turns out libcap wasn't
|
|
|
|
actually using any code from that library, so linking to it was
|
|
|
|
superfluous.
|
|
|
|
- Drop libcap-nolibattr.patch: fixed upstream.
|
|
|
|
- No longer add %{buildroot} to all variables for make install the
|
|
|
|
Makefile learned about the meaning of DESTDIR.
|
|
|
|
|
2015-02-16 09:13:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 31 11:22:58 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 2.24
|
|
|
|
* Fix compilation problems (note to self, make distclean && make,
|
|
|
|
before release)
|
|
|
|
* Some make rule changes to make uploading a release to kernel.org
|
|
|
|
easier for me.
|
|
|
|
* Tidied up some documented links.
|
|
|
|
- Update libcap-nolibattr.patch
|
|
|
|
- Add pkg-config build requirement; libcap now provides a pkgconfig
|
|
|
|
file
|
|
|
|
- Clean up specfile
|
|
|
|
- Move libraries and binaries to /usr because of #UsrMove
|
|
|
|
|
2013-02-01 13:04:59 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-06-20 14:37:23 +02:00
|
|
|
Thu Jun 19 17:32:36 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- libcap-nolibattr.patch Do not link to libattr, it is
|
|
|
|
a bogus dependency. application uses sys/xattr from libc.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-02-01 13:04:59 +01:00
|
|
|
Fri Feb 1 12:02:04 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- update license to new format
|
|
|
|
|
2011-09-21 10:46:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 20 07:48:12 UTC 2011 - aj@suse.de
|
|
|
|
|
|
|
|
- Cleanup specfile a bit: Remove old tags.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 20 07:29:05 UTC 2011 - aj@suse.de
|
|
|
|
|
|
|
|
- Update to libcap 2.22
|
|
|
|
- libcap 2.22 includes:
|
|
|
|
* Clarified License file (with version 2 of the GPL)
|
|
|
|
* Support getting/setting capabilities on large files
|
|
|
|
* After --chroot command, change working directory to "/".
|
|
|
|
- libcap 2.21 includes:
|
|
|
|
* Introduce cap_get_bound() and cap_drop_bound() functions.
|
|
|
|
also include a macro CAP_IS_SUPPORTED(cap) for capabilities
|
|
|
|
- libcap 2.20 includes:
|
|
|
|
* Latest kernel capabilites supported: now includes CAP_SYSLOG
|
|
|
|
* $(CFLAGS) Makefile fixes
|
|
|
|
* Default to installing setcap with an inheritable capability.
|
|
|
|
|
2010-12-02 15:57:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 2 15:44:59 CET 2010 - meissner@suse.de
|
|
|
|
|
|
|
|
- updated to libcap-2.19
|
|
|
|
* more stuff in capsh.c
|
|
|
|
* sys/capability.h header clean up and fixes.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 2 15:32:34 CET 2010 - meissner@suse.de
|
|
|
|
|
|
|
|
- fixed build on ppc64 (needs to get linux/types.h included first).
|
|
|
|
|
2010-07-23 17:12:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- use %_smp_mflags
|
|
|
|
|
2010-06-11 10:25:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 9 09:22:26 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- fix deps for fdupes
|
|
|
|
|
2009-12-26 12:17:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 12 18:24:01 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- add baselibs.conf as a source
|
|
|
|
|
2009-03-17 16:34:11 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-03-24 18:34:55 +01:00
|
|
|
Mon Mar 18 16:25:43 CET 2009 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fix a typo in the previous patch (__le64) (bnc#487453)
|
|
|
|
- don't define __u32 & co if _LINUX_TYPES_H is defined (bnc#487453)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-03-17 16:34:11 +01:00
|
|
|
Tue Mar 10 16:39:43 CET 2009 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fix build error on i386 due to missing __u64 definition in
|
|
|
|
sys/capability.h
|
|
|
|
|
2009-01-12 18:13:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 7 16:52:19 CET 2009 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to libcap-2.15:
|
|
|
|
* Makefile fixes
|
|
|
|
- updated to libcap-2.16:
|
|
|
|
* stop using sed for parsing capability.h
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 27 09:49:31 CET 2008 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to libcap-2.14:
|
|
|
|
* add -v mode to setcap
|
|
|
|
- updated to libcap-2.13:
|
|
|
|
* fix a corner case of cap_to_text()
|
|
|
|
- updated to libcap-2.12:
|
|
|
|
* man page fixes
|
|
|
|
* remove never used codes for sysfs check
|
|
|
|
|
2008-10-23 01:12:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 22 16:17:15 CEST 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- fix debug_packages_requires define
|
|
|
|
|
2008-08-07 01:22:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 6 14:45:32 CEST 2008 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to libcap-2.11:
|
|
|
|
* makefile fixes, minor clean-ups
|
|
|
|
* fix cap_copy_int(), new cap_get_pid() and cap_compare()
|
|
|
|
* fix cap_copy_ext()
|
|
|
|
- fix build with libcap-2.11.
|
|
|
|
|
2008-08-04 00:58:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 4 00:57:06 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- fix requires for debuginfo package
|
|
|
|
|
2008-06-22 03:01:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 11 16:16:49 CEST 2008 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to libcap-2.10:
|
|
|
|
v3 capabilities, documantation fixes, misc fixes
|
|
|
|
|
2008-05-05 00:54:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 23 15:18:28 CEST 2008 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to libcap-2.08
|
|
|
|
properly supporting the recent 2.6 kernels
|
|
|
|
|
2008-04-10 14:23:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
2007-04-17 00:36:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 16 15:37:55 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
- follow library packaging policy
|
|
|
|
* move docs to devel package
|
|
|
|
* move binaries and man pages to progs sub package
|
|
|
|
* fix *.so symlink in libdir
|
|
|
|
|
2007-01-24 14:39:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 24 12:05:59 CET 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fix the access over array range in cap_extint.c (#237943).
|
|
|
|
|
2006-12-19 23:24:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 19 18:32:28 CET 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
- update to libcap-1.10 to support fscaps (#229722, FATE#301748)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 24 16:56:48 CEST 2006 - schwab@suse.de
|
|
|
|
|
|
|
|
- Don't strip binaries.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 11 15:27:18 CEST 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fix invalid calls of free() (#174561)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:37:23 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 19 15:20:33 CEST 2005 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Create -devel subpackage
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 23 09:49:59 CEST 2005 - meissner@suse.de
|
|
|
|
|
|
|
|
- use RPM_OPT_FLAGS.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 25 11:48:42 CEST 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fixed memory leak (#85659)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 19 17:43:49 CET 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fixed compile warnings with gcc-4.0.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 25 14:06:21 CET 2004 - thomas@suse.de
|
|
|
|
|
|
|
|
- added EAL3 man-page patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 27 10:21:00 CET 2004 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Remove capget.2/capset.2 from package (version from man-pages
|
|
|
|
is newer).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 11 12:03:51 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- add %run_ldconfig
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 24 17:45:38 CET 2003 - schwab@suse.de
|
|
|
|
|
|
|
|
- Don't include kernel headers, instead copy the contents here.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 6 11:12:34 CET 2003 - garloff@suse.de
|
|
|
|
|
|
|
|
- Avoid inclusion of glibc's linux/fs.h (it's broken) [#23324].
|
|
|
|
- Use BuildRoot.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 27 14:06:08 CET 2002 - coolo@suse.de
|
|
|
|
|
|
|
|
- link the library with the compiler so the depedencies
|
|
|
|
are tracked correctly (#21996)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- removed bogus self-provides
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 4 12:53:18 CEST 2002 - sf@suse.de
|
|
|
|
|
|
|
|
- fix biarch error (added patch to Make.Rules)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 11 22:04:58 CEST 2002 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Remove kernel-source from neededforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 20 15:41:55 MEST 2002 - garloff@suse.de
|
|
|
|
|
|
|
|
- Include capfaq-0.2.txt
|
|
|
|
- Disable syscall wrapper (capset/capget); it's defined in glibc.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 20 11:12:42 MEST 2002 - garloff@suse.de
|
|
|
|
|
|
|
|
- Compile syscall wrapper without -fPIC
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 9 16:57:15 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- apply gcc-3 fixes only for gcc-3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 25 13:54:51 CET 2002 - stepan@suse.de
|
|
|
|
|
|
|
|
- remove -ansi, as it forbids inline. (gcc3)
|
|
|
|
- use -fpic for building libraries (gcc3)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 5 23:45:54 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- updated neededforbuild and updated specfile (man and doc relocation)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 29 00:25:38 CEST 1999 - garloff@suse.de
|
|
|
|
|
|
|
|
- Initial check in of libcap.
|
|
|
|
- Kernel patches are provided within the docdir.
|
|
|
|
|