Changelog for
uid_wrapper-1.3.1-41.d_t.1.x86_64.rpm :
* Thu Jun 13 2024 asnAATTcryptomilk.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 dimstarAATTopensuse.org- Actually apply uid_wrapper-fix-cmocka-1.1.6+-support.patch (use autosetup instead of setup).
* Mon Feb 27 2023 asnAATTcryptomilk.org- Fix building with cmocka >= 1.1.6
* Added uid_wrapper-fix-cmocka-1.1.6+-support.patch
* Tue Jan 17 2023 asnAATTcryptomilk.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 asnAATTcryptomilk.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 dmuellerAATTsuse.com- remove pkgconfig and cmake directory from filelist - provided by filesystem package
* Tue Jan 26 2021 dimstarAATTopensuse.org- Replace system-user-nobody with user(nobody): be resilient to package name changes.
* Thu Mar 05 2020 asnAATTcryptomilk.org- Update to version 1.2.8
* Fix path in pkgconfig module
* Fix path in cmake find module
* Wed Aug 21 2019 asnAATTcryptomilk.org- Change BR to pkgconf- Change Requires to Recommends for pkgconf and cmake
* Tue Jul 16 2019 asnAATTcryptomilk.org- Update to version 1.2.7
* Fix unsetting initial XIDs- Fix running the tests
* Mon Jul 15 2019 asnAATTcryptomilk.org- Update to version 1.2.6
* Fix manpage installation
* Fix cmake-config installation
* Fixed running with sanitizers
* Tue Jul 25 2017 asnAATTcryptomilk.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 asnAATTcryptomilk.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 asnAATTcryptomilk.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 asnAATTcryptomilk.org- Update to version 1.2.1
* Documented missing options.
* Fixed a comipilation issue with -O3.
* Sun Feb 14 2016 jengelhAATTinai.de- Editorial fixes to the description
* Thu Oct 29 2015 asnAATTcryptomilk.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 asnAATTcryptomilk.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 mpluskalAATTsuse.com- Rename rpmlintrc so that it complies with packaging guidelines- Add rpmlintrc as source
* Thu Jun 25 2015 asnAATTcryptomilk.org- Fix make install
* Mon May 11 2015 asnAATTcryptomilk.org- Cleanup specfile
* Wed Jan 21 2015 asnAATTcryptomilk.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.