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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
libnss-cache (0.18-2) unstable; urgency=medium
* Set the build locale as C.UTF-8 to make the build reproducible.
* Specify Rules-Requires-Root: no.
* Bump debhelper-compat to 13.
* Reformat copyright as dep5 machine readable.
-- Jamie Wilkinson <jaq@debian.org> Sat, 23 Oct 2021 17:31:32 +1100
libnss-cache (0.18-1) unstable; urgency=medium
* New upstream release.
* Remove local source options as unapply-patches is the default.
* Update standards version to 4.5.1.
* Update watch format version to 4.
-- Jamie Wilkinson <jaq@debian.org> Fri, 12 Feb 2021 16:42:04 +1100
libnss-cache (0.17-2) unstable; urgency=medium
* Moved Debian packaging to salsa.debian.org; updated control.
-- Jamie Wilkinson <jaq@debian.org> Mon, 08 Feb 2021 12:42:19 +1100
libnss-cache (0.17-1) unstable; urgency=medium
* New upstram release.
* Trim trailing whitespace.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Use canonical URL in Vcs-Git.
* Update standards-version to 4.4.0.
* Add build hardening flags.
* Run the test suite now one exists.
-- Jamie Wilkinson <jaq@debian.org> Tue, 14 Jan 2020 16:08:39 +1100
libnss-cache (0.16-3) unstable; urgency=medium
* Add missing Multi-Arch header to debian/control.
-- Jamie Wilkinson <jaq@debian.org> Mon, 07 Nov 2016 15:18:25 +1100
libnss-cache (0.16-2) unstable; urgency=medium
* Bump standards version.
-- Jamie Wilkinson <jaq@debian.org> Tue, 01 Nov 2016 16:04:27 +1100
libnss-cache (0.16-1) unstable; urgency=medium
* New upstream release.
-- Jamie Wilkinson <jaq@debian.org> Tue, 01 Nov 2016 15:39:14 +1100
libnss-cache (0.15-2) unstable; urgency=medium
* Fix nss.h include for BSD.
-- Jamie Wilkinson <jaq@debian.org> Wed, 30 Dec 2015 17:54:57 +1100
libnss-cache (0.15-1) unstable; urgency=medium
* New upstream release.
* Change obsolete homepage URL.
-- Jamie Wilkinson <jaq@debian.org> Wed, 30 Dec 2015 16:20:07 +1100
libnss-cache (0.14-1) unstable; urgency=medium
* New upstream release.
-- Jamie Wilkinson <jaq@debian.org> Wed, 20 May 2015 09:00:53 +1000
libnss-cache (0.13-1) unstable; urgency=medium
* Update control file with VCS URLs.
* New upstream version.
* Update watch file to match new github upstream.
* Bump standards version.
-- Jamie Wilkinson <jaq@debian.org> Wed, 22 Oct 2014 10:41:44 +1100
libnss-cache (0.12-1) unstable; urgency=medium
* New upstream release. (Closes: #745258; thanks Arthur Marble).
* Ignore tarballs in debian/source/options.
-- Jamie Wilkinson <jaq@debian.org> Thu, 22 May 2014 18:24:55 +1000
libnss-cache (0.11-2) unstable; urgency=low
* Fix FTBFS with clang
- Fixed the potential usage of an uninitialized variable error in
nss_cache.c
-- Arthur Marble <arthur@info9.net> Sat, 19 Apr 2014 16:02:56 -0500
libnss-cache (0.11-1) unstable; urgency=medium
* New upstream release.
* Change to arch: any, now builds on all architectures.
* Update standards-version.
* Depend on new debhelper.
-- Jamie Wilkinson <jaq@debian.org> Sun, 23 Mar 2014 16:55:37 +1100
libnss-cache (0.10.2-1) unstable; urgency=low
* New upstream release.
-- Jamie Wilkinson <jaq@debian.org> Fri, 10 Feb 2012 01:05:46 +0000
libnss-cache (0.10.1-1) unstable; urgency=low
* New upstream release.
* Speeds up the name / uid / gid lookup in the nss-cache library.
* don't search groups if the provided buffer is small enough that the
chance of succeeding is small
* create simple index structure with uniformly sized entries and
mmap/bsearch as a replacement for a heuristic binary search
* if the entry was not found in the index, do not fall back to linear
search; still fall back if the entry was outdated, not accessible or
if a value was not found at the expected offset
* replace strcoll with strcmp for checking equality of the index, as
the index is built based on a simple string sort
-- Jamie Wilkinson <jaq@debian.org> Fri, 10 Feb 2012 11:11:07 +1100
libnss-cache (0.10-2) unstable; urgency=low
* Remove post{inst,rm}, as dh_makeshlibs already does the ldconfig for us.
-- Jamie Wilkinson <jaq@debian.org> Sat, 20 Aug 2011 09:04:28 +1000
libnss-cache (0.10-1) unstable; urgency=low
* Initial release. (Closes: #609626)
-- Jamie Wilkinson <jaq@debian.org> Fri, 22 Jul 2011 12:17:00 +1000
|