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