forked from pool/nss_wrapper
- 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:
parent
c41bedf7b5
commit
8cfbdab861
@ -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
3
nss_wrapper-1.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:285427ff84020f804b738c1e7154407b4f7017748bce48ce94c0a6b8656cda2f
|
||||||
|
size 42535
|
@ -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
|
Thu Feb 13 10:09:46 UTC 2014 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nss_wrapper
|
Name: nss_wrapper
|
||||||
Version: 1.0.1
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: A wrapper for the user, group and hosts NSS API
|
Summary: A wrapper for the user, group and hosts NSS API
|
||||||
@ -87,10 +87,11 @@ popd
|
|||||||
%doc AUTHORS README ChangeLog COPYING
|
%doc AUTHORS README ChangeLog COPYING
|
||||||
%{_bindir}/nss_wrapper.pl
|
%{_bindir}/nss_wrapper.pl
|
||||||
%{_libdir}/libnss_wrapper.so*
|
%{_libdir}/libnss_wrapper.so*
|
||||||
%dir %{_libdir}/cmake
|
%dir %{_libdir}/cmake/nss_wrapper
|
||||||
%{_libdir}/cmake/nss_wrapper-config-version.cmake
|
%{_libdir}/cmake/nss_wrapper/nss_wrapper-config-version.cmake
|
||||||
%{_libdir}/cmake/nss_wrapper-config.cmake
|
%{_libdir}/cmake/nss_wrapper/nss_wrapper-config.cmake
|
||||||
%dir %{_libdir}/pkgconfig
|
%dir %{_libdir}/pkgconfig
|
||||||
%{_libdir}/pkgconfig/nss_wrapper.pc
|
%{_libdir}/pkgconfig/nss_wrapper.pc
|
||||||
|
%{_mandir}/man1/nss_wrapper.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user