]> eyrie.org Git - kerberos/krb5-strength.git/blob - debian/changelog
8cee174f0c354e08d4dfab9c46371064be567df8
[kerberos/krb5-strength.git] / debian / changelog
1 krb5-strength (3.2-2) UNRELEASED; urgency=medium
2
3   * Change the Debian packaging branch to debian/unstable.
4   * Change canonical packaging repository to Salsa.
5
6  -- Russ Allbery <rra@debian.org>  Wed, 30 Dec 2020 17:24:22 -0800
7
8 krb5-strength (3.2-1) unstable; urgency=medium
9
10   * New upstream release.
11     - New --check-only option to heimdal-history.
12     - Increase hash iterations for heimdal-history for new hashes.
13     - Use explicit_bzero to overwrite copies of passwords.
14   * Drop upstream patch to modify the test suite, since the upstream test
15     suite now correctly handles a system CrackLib library.
16   * Include the full text of the license of the embedded copy of cracklib
17     (not used in the Debian build) in debian/copyright, since it's not
18     identical to the Artistic license included in common-licenses.
19   * Update to debhelper compatibility level V13.
20   * Update to standards version 4.5.0 (no changes required).
21   * Refresh upstream signing key.
22
23  -- Russ Allbery <rra@debian.org>  Sun, 17 May 2020 10:27:44 -0700
24
25 krb5-strength (3.1-2) unstable; urgency=medium
26
27   * Update standards version to 4.2.1.
28     - Enable verbose test output.
29     - Install the upstream release notes as NEWS.gz, not changelog.gz.
30     - Add Rules-Requires-Root: no.
31     - Use https for URLs in debian/copyright.
32     - Change priority to optional.
33   * Update to debhelper compatibility levl V11.
34   * Bump debian/watch version to 4 and use https.
35   * Add upstream-vcs-tag configuration to debian/gbp.conf.
36   * Remove obsolete debian/source/options that was forcing the compression
37     format to xz (now the default).
38   * Refresh upstream signing key.
39
40  -- Russ Allbery <rra@debian.org>  Fri, 31 Aug 2018 17:07:43 -0700
41
42 krb5-strength (3.1-1) unstable; urgency=medium
43
44   * New upstream release.
45     - New configuration option cracklib_maxlen.
46     - require_classes now supports requiring a minimum number of classes.
47     - Capitalize the first letter of error messages.
48     - Apply SuSE patch for a security vulnerability in the embedded
49       CrackLib.  This didn't affect the way it was used in this package,
50       but best to be sure anyway.
51     - Configuration instructions are now provided in installed man pages,
52       including a new krb5-strength man page, to make them more accessible
53       after installation.
54   * Patch the upstream test suite to change the expected results for a few
55     passwords that are rejected by the embedded CrackLib but accepted by
56     the system CrackLib (which the Debian package is built with).
57   * Re-enable treating test suite failures as package build failures now
58     that bug #724570 in CrackLib was fixed in Debian.
59   * Switch to the DEP-14 branch layout and update debian/gbp.conf and
60     Vcs-Git accordingly.
61   * Prefer *.tar.xz in debian/watch to match packaging.
62   * Fix Upstream-Contact email address in debian/copyright.
63   * Switch to https for all package URLs.
64   * Run wrap-and-sort -ast.
65   * Refresh upstream signing key.
66   * Enable all hardening flags.
67   * Update to debhelper compatibility level V10.
68     - Remove explicit dh-autoreconf dependency and invocation.
69     - Remove explicit --parallel flags.
70   * Update standards version to 3.9.8 (no changes required).
71
72  -- Russ Allbery <rra@debian.org>  Sun, 25 Dec 2016 12:40:41 -0800
73
74 krb5-strength (3.0-1) unstable; urgency=medium
75
76   * New upstream release.
77     - SQLite password dictionaries are now supported and can be used to
78       reject passwords within edit distance one of any dictionary word.
79     - cdbmake-wordlist has been renamed to krb5-strength-wordlist and can
80       also generate SQLite databases compatible with this plugin and
81       Heimdal quality check program.
82     - heimdal-history, a password history implementation for Heimdal, has
83       been added and can be stacked with heimdal-strength to check both
84       history and password strength.
85     - New configuration option, minimum_different, which sets the minimum
86       number of different characters required in a password.
87   * Add the upstream signing key to debian/upstream/signing-key.asc and
88     configure uscan to do signature validation.  Configure uscan to
89     download the xz tarball instead of the gz tarball.
90   * Create a _history user and group and a /var/lib/heimdal-history
91     directory on package installation for the use of heimdal-history,
92     remove the user and the standard database on purge, and remove the
93     directory if empty on package purge or removal.
94
95  -- Russ Allbery <rra@debian.org>  Wed, 26 Mar 2014 00:04:13 -0700
96
97 krb5-strength (2.2-1) unstable; urgency=low
98
99   * New upstream release.
100     - Support for more complex length-sensitive character class
101       restrictions using the new require_classes configuration setting.
102     - cdbmake-wordlist now supports filtering out words based on maximum
103       length and user-supplied regular expressions, and supports running
104       in filter mode to generate a new word list.
105   * Update to standards version 3.9.5 (no changes required).
106
107  -- Russ Allbery <rra@debian.org>  Mon, 16 Dec 2013 15:36:29 -0800
108
109 krb5-strength (2.1-1) unstable; urgency=low
110
111   * New upstream release.
112     - Improve some of the password rejection error messages.
113
114  -- Russ Allbery <rra@debian.org>  Thu, 10 Oct 2013 17:09:37 -0700
115
116 krb5-strength (2.0-1) unstable; urgency=low
117
118   * Initial upload to Debian.  (Closes: #725753)
119   * New upstream release.
120     - Add native support for the MIT Kerberos password quality plugin
121       interface included in MIT Kerberos 1.9 and later.
122     - Stop building the Heimdal plugin.  Heimdal prefers using an external
123       check program anyway.
124     - Add support for TinyCDB dictionaries with a simpler dictionary
125       lookup algorithm.  This allows use of this package to check
126       passwords against a large, fast dictionary with a minimum of
127       permutations as an alternative or supplement to the extensive
128       permutations tested by CrackLib.
129     - Minimum password length can now be enforced directly through
130       configuration of this module without relying on CrackLib.
131     - New boolean settings require_ascii_printable and require_non_letter
132       to reject passwords with non-ASCII or non-printable characters and
133       to require passwords contain at least one non-letter (and
134       non-space).
135     - The plugin and external checking program will now run without a
136       dictionary configured so that they can be used only to check length
137       and the lighter character restrictions if so desired.
138     - When checking for passwords based on the principal, also check each
139       component of the principal to find passwords based on the realm.
140   * Eliminate the heimdal-strength package.  krb5-strength now builds a
141     single binary package of the same name including the MIT plugin and
142     the Heimdal external password quality program.  The Heimdal plugin is
143     not built by the Debian packaging because Heimdal prefers external
144     programs.  The plugin can be added later as a separate package if
145     there is demand.
146   * Revise the package long description for the merger of krb5-strength
147     and heimdal-strength and the new capabilities in 2.0.
148   * Recommend cracklib-runtime and tinycdb since they are required to
149     build dictionaries.  Downgrade krb5-admin-server to Enhances and add
150     heimdal-kdc.
151   * Update debhelper compatibility level to V9.
152     - Enable hardening flags, including bindnow and PIE.
153     - Enable parallel builds.
154   * Use dh-autoreconf to rebuild the build system during package builds.
155   * Use xz compression for the upstream and Debian tarballs.
156   * Add branch information to the Vcs-Git metadata.
157   * Update standards version to 3.9.4 (no changes required).
158   * Rewrite debian/copyright in copyright-format 1.0.
159   * Remove README.Debian.  All of that information is now available in the
160     installed upstream README file.
161   * Remove Bugs header now that this package is in Debian proper.
162
163  -- Russ Allbery <rra@debian.org>  Mon, 07 Oct 2013 18:56:49 -0700
164
165 krb5-strength (1.1-1) unstable; urgency=low
166
167   * New upstream release.
168     - Increase minimum password length to 8.
169     - Reject passwords formed from the username with digits appended.
170     - Reject duplicated dictionary words.
171     - Fix variable sizes on 64-bit platforms.
172   * Add a Bugs header directing bug reports to me personally.
173   * Update to debhelper compatibility level V8.
174   * Switch to Debian source package format 3.0 (quilt) with a custom local
175     patch header.
176   * Update standards version to 3.9.3 (no changes required).
177
178  -- Russ Allbery <rra@debian.org>  Fri, 11 May 2012 15:03:11 -0700
179
180 krb5-strength (1.0-1) unstable; urgency=low
181
182   * New upstream release.
183     - Add an external password strength program for Heimdal.
184     - Add a plugin for the Heimdal password strength support.
185   * Create a separate heimdal-strength package containing only the
186     external password check program for Heimdal.  The Heimdal version of
187     the libkadm5srv plugin isn't packaged for the time being.
188   * Update debhelper compatibility mode to V7.
189     - Use debhelper rule minimization with overrides.
190     - Add ${misc:Depends} to dependencies.
191   * Add Homepage, Vcs-Git, and Vcs-Browser control fields.
192   * Add a watch file.
193   * Update standards version to 3.8.4 (no changes required).
194
195  -- Russ Allbery <rra@debian.org>  Tue, 16 Feb 2010 22:47:35 -0800
196
197 krb5-strength (0.5-1) unstable; urgency=low
198
199   * New upstream release.
200     - More checks for passwords based on the principal.
201
202  -- Russ Allbery <rra@debian.org>  Wed, 18 Jul 2007 23:16:37 -0700
203
204 krb5-strength (0.3-1) unstable; urgency=low
205
206   * New upstream release with a different name.
207     - Many cleanups to the code and build system.
208     - Unnecessary differences from CrackLib removed.
209     - Some Debian CrackLib patches applied for robustness.
210   * Updated README.Debian with a better example kdc.conf entry.
211   * No longer install the packer binary.  We can use the one from
212     cracklib-runtime.
213
214  -- Russ Allbery <rra@debian.org>  Fri, 23 Mar 2007 15:27:50 -0700
215
216 krb5-passwd-strength (0.2-1) unstable; urgency=low
217
218   * Initial release.
219
220  -- Russ Allbery <rra@debian.org>  Thu, 22 Jun 2006 15:07:03 -0700