1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
nss-wrapper (1.1.3-1) unstable; urgency=medium
* New upstream release.
* control: Add versioned build-depends on libcmocka-dev. (Closes:
#838445)
* control: Use https vcs urls.
* control: Bump policy to 3.9.8, no changes.
* no-soname.diff: Refreshed.
-- Timo Aaltonen <tjaalton@debian.org> Sat, 03 Dec 2016 01:40:21 +0200
nss-wrapper (1.1.2-1) unstable; urgency=medium
* New upstream release.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 22 Feb 2016 08:22:42 +0200
nss-wrapper (1.1.1-1) unstable; urgency=medium
* New upstream release.
* patches: Refreshed, reproducible-manpage.diff dropped being
upstream.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 09 Dec 2015 23:25:07 +0200
nss-wrapper (1.0.3-4) unstable; urgency=medium
* control: New maintainer. (Closes: #770375)
* control: Add Vcs fields.
* rules: Bump verbosity for tests.
-- Timo Aaltonen <tjaalton@debian.org> Fri, 04 Sep 2015 12:28:53 +0300
nss-wrapper (1.0.3-3) unstable; urgency=low
* Add patch (reproducible-manpage.diff) to make the builds reproducible.
-- Jakub Wilk <jwilk@debian.org> Sat, 27 Jun 2015 21:29:52 +0200
nss-wrapper (1.0.3-2) unstable; urgency=low
* Upload to unstable.
* Drop “XS-Testsuite: autopkgtest”.
* Bump standards version to 3.9.6 (no changes needed).
-- Jakub Wilk <jwilk@debian.org> Mon, 25 May 2015 13:46:29 +0200
nss-wrapper (1.0.3-1) experimental; urgency=low
* New upstream release.
+ Add a nss_wrapper manpage.
+ Fix cmake find_package configs.
+ Fix resolving hostnames with a trailing dot.
+ Fix an overflow when checking if a IPv6 address is IPv4.
* Drop fix-cmp0026.diff; applied upstream.
* Drop tests-fix-ai_flags.diff; applied upstream.
* Rebuild the nss_wrapper manpage from source:
+ Add asciidoc, libxml2-utils, xsltproc, docbook-xml, docbook-xsl to
Build-Depends.
+ Add the manpage to extend-diff-ignore in debian/source/options.
+ Run a2x in debian/rules.
-- Jakub Wilk <jwilk@debian.org> Wed, 01 Oct 2014 18:19:30 +0200
nss-wrapper (1.0.2-1) experimental; urgency=low
* Initial release (closes: #746583).
* libnss_wrapper is a preloadable library. We do not support directly
linking to it, so it doesn't need the SONAME. Add patch (no-soname.diff)
to remove it.
* Add Lintian override for sharedobject-in-library-directory-missing-soname.
* Cherry-pick upstream patch (fix-cmp0026.diff) to fix check for the CMP0026
cmake policy.
* Cherry-pick upstream patch (tests-fix-ai_flags.diff) to fix test failure
on systems with only IPv4 addresses.
* Add patch (use-gnu-lib-names.diff) to use the LIBC_SO and LIBNSL_SO
macros to discover SONAMEs.
Thanks to Pino Toscano.
* Don't install /usr/bin/nss_wrapper.pl for the time being.
-- Jakub Wilk <jwilk@debian.org> Sun, 08 Jun 2014 23:53:33 +0200
|