- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/nss_wrapper?expand=0&rev=4
This commit is contained in:
Andreas Schneider 2014-09-11 14:26:50 +00:00 committed by Git OBS Bridge
parent c41bedf7b5
commit 8cfbdab861
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c46498e1119bfc4bf8f7ce6db4b1bcff969043ab2ce04c54fdec29a2bf9034f2
size 35957

3
nss_wrapper-1.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:285427ff84020f804b738c1e7154407b4f7017748bce48ce94c0a6b8656cda2f
size 42535

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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

View File

@ -17,7 +17,7 @@
Name: nss_wrapper
Version: 1.0.1
Version: 1.0.3
Release: 0
Summary: A wrapper for the user, group and hosts NSS API
@ -87,10 +87,11 @@ popd
%doc AUTHORS README ChangeLog COPYING
%{_bindir}/nss_wrapper.pl
%{_libdir}/libnss_wrapper.so*
%dir %{_libdir}/cmake
%{_libdir}/cmake/nss_wrapper-config-version.cmake
%{_libdir}/cmake/nss_wrapper-config.cmake
%dir %{_libdir}/cmake/nss_wrapper
%{_libdir}/cmake/nss_wrapper/nss_wrapper-config-version.cmake
%{_libdir}/cmake/nss_wrapper/nss_wrapper-config.cmake
%dir %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/nss_wrapper.pc
%{_mandir}/man1/nss_wrapper.1*
%changelog