1makepasswd (1.10-12) unstable; urgency=medium
2
3  [ Ondřej Nový ]
4  * d/changelog: Remove trailing whitespaces
5
6  [ Colin Watson ]
7  * Set Rules-Requires-Root: no.
8  * Upgrade to debhelper v10.
9  * Convert debian/copyright to copyright-format 1.0.
10  * Policy version 4.2.1.
11
12 -- Colin Watson <cjwatson@debian.org>  Sat, 03 Nov 2018 09:41:00 +0000
13
14makepasswd (1.10-11) unstable; urgency=medium
15
16  * Switch to git; update Vcs-* fields.
17  * Use /dev/urandom as intended and documented, not /dev/random
18    (LP: #1573974).
19
20 -- Colin Watson <cjwatson@debian.org>  Sat, 10 Feb 2018 02:04:29 +0000
21
22makepasswd (1.10-10) unstable; urgency=low
23
24  * Move debian/source.lintian-overrides to preferred location of
25    debian/source/lintian-overrides.
26  * Convert from Crypt::OpenSSL::Random to Bytes::Random::Secure (closes:
27    #792535).
28
29 -- Colin Watson <cjwatson@debian.org>  Thu, 16 Jul 2015 11:45:20 +0100
30
31makepasswd (1.10-9) unstable; urgency=low
32
33  * Fix output formatting when --clearfrom password is >= 12 characters
34    (thanks, Steven Van Acker; LP: #894739).
35  * Remove redundant debian/dirs file.
36  * Canonicalise Vcs-Bzr and Vcs-Browser URLs.
37  * Override debian-watch-file-is-missing Lintian message.
38  * Explicitly set source format to 1.0 for now.
39  * Policy version 3.9.4: no changes required.
40
41 -- Colin Watson <cjwatson@debian.org>  Mon, 27 May 2013 23:43:43 +0100
42
43makepasswd (1.10-8) unstable; urgency=low
44
45  * debian/copyright: Note that the upstream source location no longer
46    exists due to the upstream author's death some years ago (closes:
47    #660962).
48
49 -- Colin Watson <cjwatson@debian.org>  Wed, 07 Mar 2012 10:25:17 +0000
50
51makepasswd (1.10-7) unstable; urgency=low
52
53  * Remove Linux-specific text from the package description, the manual
54    page, and the copyright file (closes: #642410).
55
56 -- Colin Watson <cjwatson@debian.org>  Thu, 22 Sep 2011 15:11:39 +0100
57
58makepasswd (1.10-6) unstable; urgency=low
59
60  * Policy version 3.8.4: no changes required.
61  * Add CVE entry to previous changelog stanza.
62  * Send --help output to stdout, not stderr.
63
64 -- Colin Watson <cjwatson@debian.org>  Sat, 28 May 2011 09:31:32 +0100
65
66makepasswd (1.10-5) unstable; urgency=low
67
68  * Imported into a branch on bzr.debian.org; add Vcs-Bzr and Vcs-Browser
69    control fields.
70  * Use OpenSSL's random number generator, seeded with 256 bits of entropy
71    from /dev/urandom (CVE-2010-2247; closes: #564559).
72
73 -- Colin Watson <cjwatson@debian.org>  Mon, 22 Feb 2010 00:39:50 +0000
74
75makepasswd (1.10-4) unstable; urgency=low
76
77  * Upgrade to debhelper v7.
78  * Override a Lintian warning about syntax in an old changelog entry; I'm
79    not going to rewrite history for this.
80  * Policy version 3.8.2. No changes required.
81  * Use /dev/urandom rather than /dev/random, as the latter is overkill for
82    this and drains entropy too quickly (thanks, Ralf Hildebrandt; closes:
83    #307700).
84  * Increase default password length range from 6-8 characters to 8-10
85    (closes: #23648).
86
87 -- Colin Watson <cjwatson@debian.org>  Fri, 14 Aug 2009 22:31:13 +0100
88
89makepasswd (1.10-3) unstable; urgency=low
90
91  * Open /dev/random with just the :unix layer to avoid draining it in
92    4096-byte buffered chunks (closes: #320310). Requires perl 5.8 for
93    PerlIO.
94  * Use dh_installman rather than the deprecated dh_installmanpages.
95  * Remove SHELL=/bin/bash and other cruft in debian/rules.
96  * Upgrade to debhelper v4.
97  * Policy version 3.6.2. No changes required.
98
99 -- Colin Watson <cjwatson@debian.org>  Sun,  7 Aug 2005 17:48:40 +0100
100
101makepasswd (1.10-2) unstable; urgency=low
102
103  * New maintainer (closes: #192660).
104  * Acknowledge Javier's NMU; thanks!
105  * makepasswd: Fix --crypt-md5 passwords so that PAM actually accepts them,
106    using Crypt::PasswdMD5 (closes: #44788). --crypt-md5 can now be used
107    with --repeatpass.
108  * makepasswd: Document --crypt-md5 in --help output.
109  * debian/control (Description): Change "on the command line" (--clear) to
110    "in a temporary file" (--clearfrom).
111  * debian/control: Build-depend on debhelper (>= 3.0.18), per the Perl
112    policy. Move this from Build-Depends-Indep to Build-Depends since
113    Build-Depends-Indep doesn't have to be satisfied during clean.
114  * debian/rules: Modernize a bit.
115  * debian/control (Standards-Version): Bump to 3.6.1.
116
117 -- Colin Watson <cjwatson@debian.org>  Mon, 25 Aug 2003 05:05:43 +0100
118
119makepasswd (1.10-1.1) unstable; urgency=low
120
121  * Non-maintainer upload.
122    Since the rules have changed and this package has not
123    (since potato) I'm uploading to 0-delay. This upload will
124    not fix any RC bugs but at least will (almost) remove all
125    the bugs open for this package, and it didn't take me
126    much time to figure these out...
127    - Change program name so that the help text is displayed
128      properly (Closes: #147808)
129    - Now Build-Depends-Indep from debhelper (Closes: #190485)
130    (I'm not bumping up the Standards Version since this should
131    be revised by the maintainer)
132    - Using --clear now exits with error warning the user that
133      the option is no longer valid (Closes: #50885)
134    - Added 'use bytes' as suggested by reporter to be UTF-8 clean
135      (although I'm not sure if this bug applies any longer since
136      I cannot reproduce it, in any case, using that module
137      shouldn't, hopefully, break anything. (Closes: #168492)
138    - Generate MD5 passwords with the --crypt-md5 option (Closes: #44788)
139
140 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed, 20 Aug 2003 02:40:37 +0200
141
142makepasswd (1.10-1) unstable; urgency=low
143
144  * New upstream version, now possible to pass the cleartext in a file,
145    closes: #31059.
146  * Corrected maintainer address (should be johnie@debian.org).
147
148 -- Johnie Ingram <johnie@debian.org>  Sat, 18 Sep 1999 03:23:37 -0500
149
150makepasswd (1.07-3) unstable; urgency=low
151
152  * Updated to Standards-Version: 3.0.1.0, closes: #41502.
153
154 -- Johnie Ingram <johnie@netgod.net>  Mon, 30 Aug 1999 10:36:28 -0500
155
156makepasswd (1.07-2.1) unstable; urgency=low
157
158  * NMU for the perl upgrade. Closes: #41502
159  * Changed the dependency: s/perl/perl5/
160  * Upgraded standards-version to 2.5.1
161  * Corrected the location of the GPL in the copyright file.
162  * Installed the man page instead of the undocumented link.
163
164 -- Raphael Hertzog <rhertzog@hrnet.fr>  Wed, 21 Jul 1999 19:05:00 +0200
165
166makepasswd (1.07-2) unstable; urgency=low
167
168  * Correct debian/rules target (binary-indep) used.
169  * Switched from debmake to debhelper packaging technology.
170  * Updated to Standards-Version 2.5.0.0.
171
172 -- Johnie Ingram <johnie@debian.org>  Mon, 21 Dec 1998 15:55:46 -0500
173
174makepasswd (1.07-1) unstable; urgency=low
175
176  * New upstream version (which includes --string fix, cf. #15759)
177  * Added upstream changelog file and README.
178  * Now has pristine source archive.
179
180 -- Johnie Ingram <johnie@debian.org>  Mon,  9 Feb 1998 11:53:26 -0500
181
182makepasswd (1.06-2) unstable; urgency=low, closes=15759
183
184  * Updated year and other details in copyright file.
185  * Patched makepasswd so --string support works (#15759).
186  * Updated to Standards-Version 2.4.0.0.
187
188 -- Johnie Ingram <johnie@debian.org>  Mon,  9 Feb 1998 10:59:50 -0500
189
190makepasswd (1.06-1) unstable; urgency=low
191
192  * Initial Release.
193
194 -- Johnie Ingram <johnie@debian.org>  Sun,  9 Nov 1997 04:30:59 -0500
195
196Local variables:
197mode: debian-changelog
198End:
199