88 lines
3.0 KiB
Plaintext
88 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 21 09:07:07 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Change Requires to Recommends for cmake and pkgconf
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 17 05:51:10 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Update to version 1.1.6
|
|
* Fixed issues with memory alignment of getgrnam()
|
|
* Fixed getpwnam() on FreeBSD
|
|
* Started to use modern cmake (>= 3.5.0)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 31 13:25:29 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Update to version 1.1.5
|
|
* Fixed running on older distributions
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 31 07:30:25 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Update to version 1.1.4
|
|
* Fixed module getpw* functions
|
|
* Fixed nss_wrapper.pl to use correct perl binary
|
|
* Fixed compatibility with musl-libc
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 18:19:18 UTC 2016 - asn@cryptomilk.org
|
|
|
|
- Update to version 1.1.3
|
|
* Added support for BSD 'struct passwd' members
|
|
* Replaced strcpy() with snprintf()
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 14 10:51:29 UTC 2016 - jengelh@inai.de
|
|
|
|
- Editorial fixes to the description
|
|
- Use %_smp_mflags for parallel build instead
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 14 08:34:11 UTC 2016 - asn@cryptomilk.org
|
|
|
|
- Update to version 1.1.2
|
|
* Fixed segfault while reloading hosts file
|
|
* Fixed issue where are not fault tolerant if an alias has already
|
|
been added
|
|
* Fixed nss_wrapper build on Solaris
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 20 11:17:53 UTC 2015 - asn@cryptomilk.org
|
|
|
|
- Update to version 1.1.0
|
|
* Added support for initgroups()
|
|
* Added support for shadow files (getspnam(), etc.)
|
|
* Improved support for multi address handling in getaddrinfo()
|
|
* Improved file parser
|
|
* Fixed compilation on machines without IPv4 support
|
|
* Fixed service string sanity check in getaddrinfo() (bso #11501)
|
|
* Fixed AI_NUMERICHOST handling in getaddrinfo() (bso # 11477)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 3 06:48:22 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Rename rpmlintrc to match packaging guidelines
|
|
- Add rpmlintrc as source
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 11 06:33:35 UTC 2015 - asn@cryptomilk.org
|
|
|
|
- Cleanup specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 14:23:20 UTC 2014 - asn@cryptomilk.org
|
|
|
|
- Update to version 1.0.3.
|
|
* Added a nss_wrapper manpage.
|
|
* Fixed cmake find_package configs.
|
|
* Fixed resolving hostnames with a trailing dot.
|
|
* Fixed an overflow when checking if a IPv6 address is IPv4.
|
|
* Fall back to RTLD_NEXT for symbol binding if we can't find libc.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 13 10:09:46 UTC 2014 - asn@cryptomilk.org
|
|
|
|
- Initial package.
|
|
|