Package Release Info

nss_wrapper-1.1.16-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

nss_wrapper

Change Logs

* Fri Jul 05 2024 asn@cryptomilk.org
- Update to version 1.1.16
  * Fixed segfault on FreeBSD
  * Fixed copy&paste error in the destructor
  * Fixed thread sanitizer on modern Linux Kernels
  * Fixed building with newer cmocka versions
- Removed nss_wrapper-fix-cmocka-1.1.6+-support.patch
- Update rpmlintrc
* Thu Mar 02 2023 dimstar@opensuse.org
- Actually apply nss_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 nss_wrapper-fix-cmocka-1.1.6+-support.patch
* Wed Jan 25 2023 asn@cryptomilk.org
- Update to version 1.1.15
  * Fixed linking issue in tests
  * Fixed a memory leak in tests
* Wed Jan 25 2023 asn@cryptomilk.org
- Update to version 1.1.14
  * Fixed implementation of initgroups()
  * Fixed implementation of getgrouplist()
  * Avoid dclose(RTLD_NEXT)
* Wed Nov 09 2022 asn@cryptomilk.org
- Update to version 1.1.13
  * Fixed possible mutex and threading issues
* Fri Jun 24 2022 asn@cryptomilk.org
- Update to version 1.1.12
  * Added (de)contructor support on AIX with pragma init/finish
  * Fixed possible crash in getaddrinfo()
  * Fixed issues with processes closing all fds when forking
  * Fixed issues with setgrent() and endpwent() nss module support
* Wed Apr 07 2021 dmueller@suse.com
- avoid filelist from filesystem package
* Wed Mar 31 2021 asn@cryptomilk.org
- Update to version 1.1.11
  * https://gitlab.com/cwrap/nss_wrapper/-/blob/nss_wrapper-1.1.11/CHANGELOG
* Thu Mar 19 2020 asn@cryptomilk.org
- Update to version 1.1.10
  * Fixed crash bug in OpenLDAP libraries with gethostbyname_r()
  * Code cleanup in gethostbyname(2)(_r) functions