* Thu Jun 13 2024 asn@cryptomilk.org
- Update to version 1.3.1
* Added support to find libc via LIBC_SO define
* Fixed uid_wrapper running with jemalloc compiled binaries
* Fixed socket_wrapper interaction test
* Fixed thread sanitizer on modern Linux Kernels
- Removed uid_wrapper-fix-cmocka-1.1.6+-support.patch
* Thu Mar 02 2023 dimstar@opensuse.org
- Actually apply uid_wrapper-fix-cmocka-1.1.6+-support.patch (use
autosetup instead of setup).
* Mon Feb 27 2023 asn@cryptomilk.org
- Fix building with cmocka >= 1.1.6
* Added uid_wrapper-fix-cmocka-1.1.6+-support.patch
* Tue Jan 17 2023 asn@cryptomilk.org
- Update to version 1.3.0
* Added support to interact with socket_wrapper syscall()
* Fixed deadlocks with threads
* Improved log output
* Thu Dec 02 2021 asn@cryptomilk.org
- Update to version 1.2.9
* Add support for getgroups_chk()
* Added (de)contructor support on AIX with pragma init/finish
* Wed Apr 07 2021 dmueller@suse.com
- remove pkgconfig and cmake directory from filelist - provided by filesystem package
* Tue Jan 26 2021 dimstar@opensuse.org
- Replace system-user-nobody with user(nobody): be resilient to
package name changes.
* Thu Mar 05 2020 asn@cryptomilk.org
- Update to version 1.2.8
* Fix path in pkgconfig module
* Fix path in cmake find module
* Wed Aug 21 2019 asn@cryptomilk.org
- Change BR to pkgconf
- Change Requires to Recommends for pkgconf and cmake
* Tue Jul 16 2019 asn@cryptomilk.org
- Update to version 1.2.7
* Fix unsetting initial XIDs
- Fix running the tests
Version: 1.2.4-bp151.1.1
* Tue Jul 25 2017 asn@cryptomilk.org
- Update to version 1.2.4
* Added deadlock workaround for glibc < 2.24
* Fixed a possible deadlock bug if uid_wrapper is turned off
* Fri Jul 14 2017 asn@cryptomilk.org
- Update to version 1.2.3
* Logging is always turned on now
* Fixed a memory leak
* Limited number of groups during fork+exec
* Thu Jul 13 2017 asn@cryptomilk.org
- Update to version 1.2.2
* Added support for fork'ed and then exec'ed processes
* Added support for Alpha
* Mon Mar 21 2016 asn@cryptomilk.org
- Update to version 1.2.1
* Documented missing options.
* Fixed a comipilation issue with -O3.
* Sun Feb 14 2016 jengelh@inai.de
- Editorial fixes to the description
* Thu Oct 29 2015 asn@cryptomilk.org
- Update to version 1.2.0
* Added privilege checks for all set*uid and set*gid functions.
* Added a lot more and accurate tests which work as root.
* Fixed some minor issues
* Wed Sep 02 2015 asn@cryptomilk.org
- Update to version 1.1.1
* Fixed getres(uid|gid) detection if unsupported.
* Fixed the configure on Solaris
* Added a lot more tests
* Fri Jun 26 2015 mpluskal@suse.com
- Rename rpmlintrc so that it complies with packaging guidelines
- Add rpmlintrc as source
* Thu Jun 25 2015 asn@cryptomilk.org
- Fix make install
* Mon May 11 2015 asn@cryptomilk.org
- Cleanup specfile
* Wed Jan 21 2015 asn@cryptomilk.org
- Update to version 1.1.0
* Added support for gesresuid().
* Added support for gesresgid().
* Added MacOSX support.
* Added fully working thread support.
* Added more tests.
* Fixed issues with older gcc versions.
* Mon Oct 06 2014 asn@cryptomilk.org
- Fix test on AArch64.
* Thu Jul 31 2014 asn@cryptomilk.org
- Update to version 1.0.2.
* Added better logging system.
* Added a mapnpage
* Added build and install instructions
* Fixed threading issue in the desctructor.
* Thu Feb 13 2014 asn@cryptomilk.org
- Initial package.