File: changelog

package info (click to toggle)
makepasswd 1.10-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 12
  • sloc: perl: 507; makefile: 2
file content (177 lines) | stat: -rw-r--r-- 6,741 bytes parent folder | download
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
makepasswd (1.10-10) unstable; urgency=low

  * Move debian/source.lintian-overrides to preferred location of
    debian/source/lintian-overrides.
  * Convert from Crypt::OpenSSL::Random to Bytes::Random::Secure (closes:
    #792535).

 -- Colin Watson <cjwatson@debian.org>  Thu, 16 Jul 2015 11:45:20 +0100

makepasswd (1.10-9) unstable; urgency=low

  * Fix output formatting when --clearfrom password is >= 12 characters
    (thanks, Steven Van Acker; LP: #894739).
  * Remove redundant debian/dirs file.
  * Canonicalise Vcs-Bzr and Vcs-Browser URLs.
  * Override debian-watch-file-is-missing Lintian message.
  * Explicitly set source format to 1.0 for now.
  * Policy version 3.9.4: no changes required.

 -- Colin Watson <cjwatson@debian.org>  Mon, 27 May 2013 23:43:43 +0100

makepasswd (1.10-8) unstable; urgency=low

  * debian/copyright: Note that the upstream source location no longer
    exists due to the upstream author's death some years ago (closes:
    #660962).

 -- Colin Watson <cjwatson@debian.org>  Wed, 07 Mar 2012 10:25:17 +0000

makepasswd (1.10-7) unstable; urgency=low

  * Remove Linux-specific text from the package description, the manual
    page, and the copyright file (closes: #642410).

 -- Colin Watson <cjwatson@debian.org>  Thu, 22 Sep 2011 15:11:39 +0100

makepasswd (1.10-6) unstable; urgency=low

  * Policy version 3.8.4: no changes required.
  * Add CVE entry to previous changelog stanza.
  * Send --help output to stdout, not stderr.

 -- Colin Watson <cjwatson@debian.org>  Sat, 28 May 2011 09:31:32 +0100

makepasswd (1.10-5) unstable; urgency=low

  * Imported into a branch on bzr.debian.org; add Vcs-Bzr and Vcs-Browser
    control fields.
  * Use OpenSSL's random number generator, seeded with 256 bits of entropy
    from /dev/urandom (CVE-2010-2247; closes: #564559).

 -- Colin Watson <cjwatson@debian.org>  Mon, 22 Feb 2010 00:39:50 +0000

makepasswd (1.10-4) unstable; urgency=low

  * Upgrade to debhelper v7.
  * Override a Lintian warning about syntax in an old changelog entry; I'm
    not going to rewrite history for this.
  * Policy version 3.8.2. No changes required.
  * Use /dev/urandom rather than /dev/random, as the latter is overkill for
    this and drains entropy too quickly (thanks, Ralf Hildebrandt; closes:
    #307700).
  * Increase default password length range from 6-8 characters to 8-10
    (closes: #23648).

 -- Colin Watson <cjwatson@debian.org>  Fri, 14 Aug 2009 22:31:13 +0100

makepasswd (1.10-3) unstable; urgency=low

  * Open /dev/random with just the :unix layer to avoid draining it in
    4096-byte buffered chunks (closes: #320310). Requires perl 5.8 for
    PerlIO.
  * Use dh_installman rather than the deprecated dh_installmanpages.
  * Remove SHELL=/bin/bash and other cruft in debian/rules.
  * Upgrade to debhelper v4.
  * Policy version 3.6.2. No changes required.

 -- Colin Watson <cjwatson@debian.org>  Sun,  7 Aug 2005 17:48:40 +0100

makepasswd (1.10-2) unstable; urgency=low

  * New maintainer (closes: #192660).
  * Acknowledge Javier's NMU; thanks!
  * makepasswd: Fix --crypt-md5 passwords so that PAM actually accepts them,
    using Crypt::PasswdMD5 (closes: #44788). --crypt-md5 can now be used
    with --repeatpass.
  * makepasswd: Document --crypt-md5 in --help output.
  * debian/control (Description): Change "on the command line" (--clear) to
    "in a temporary file" (--clearfrom).
  * debian/control: Build-depend on debhelper (>= 3.0.18), per the Perl
    policy. Move this from Build-Depends-Indep to Build-Depends since
    Build-Depends-Indep doesn't have to be satisfied during clean.
  * debian/rules: Modernize a bit.
  * debian/control (Standards-Version): Bump to 3.6.1.

 -- Colin Watson <cjwatson@debian.org>  Mon, 25 Aug 2003 05:05:43 +0100

makepasswd (1.10-1.1) unstable; urgency=low

  * Non-maintainer upload.
    Since the rules have changed and this package has not
    (since potato) I'm uploading to 0-delay. This upload will
    not fix any RC bugs but at least will (almost) remove all
    the bugs open for this package, and it didn't take me
    much time to figure these out...
    - Change program name so that the help text is displayed
      properly (Closes: #147808)
    - Now Build-Depends-Indep from debhelper (Closes: #190485)
    (I'm not bumping up the Standards Version since this should
    be revised by the maintainer)
    - Using --clear now exits with error warning the user that
      the option is no longer valid (Closes: #50885)
    - Added 'use bytes' as suggested by reporter to be UTF-8 clean
      (although I'm not sure if this bug applies any longer since
      I cannot reproduce it, in any case, using that module 
      shouldn't, hopefully, break anything. (Closes: #168492)
    - Generate MD5 passwords with the --crypt-md5 option (Closes: #44788)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed, 20 Aug 2003 02:40:37 +0200

makepasswd (1.10-1) unstable; urgency=low

  * New upstream version, now possible to pass the cleartext in a file,
    closes: #31059.
  * Corrected maintainer address (should be johnie@debian.org).

 -- Johnie Ingram <johnie@debian.org>  Sat, 18 Sep 1999 03:23:37 -0500

makepasswd (1.07-3) unstable; urgency=low

  * Updated to Standards-Version: 3.0.1.0, closes: #41502.

 -- Johnie Ingram <johnie@netgod.net>  Mon, 30 Aug 1999 10:36:28 -0500

makepasswd (1.07-2.1) unstable; urgency=low

  * NMU for the perl upgrade. Closes: #41502
  * Changed the dependency: s/perl/perl5/
  * Upgraded standards-version to 2.5.1
  * Corrected the location of the GPL in the copyright file. 
  * Installed the man page instead of the undocumented link.

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Wed, 21 Jul 1999 19:05:00 +0200

makepasswd (1.07-2) unstable; urgency=low

  * Correct debian/rules target (binary-indep) used.
  * Switched from debmake to debhelper packaging technology.
  * Updated to Standards-Version 2.5.0.0.

 -- Johnie Ingram <johnie@debian.org>  Mon, 21 Dec 1998 15:55:46 -0500

makepasswd (1.07-1) unstable; urgency=low

  * New upstream version (which includes --string fix, cf. #15759)
  * Added upstream changelog file and README.
  * Now has pristine source archive.

 -- Johnie Ingram <johnie@debian.org>  Mon,  9 Feb 1998 11:53:26 -0500

makepasswd (1.06-2) unstable; urgency=low, closes=15759

  * Updated year and other details in copyright file.
  * Patched makepasswd so --string support works (#15759).
  * Updated to Standards-Version 2.4.0.0.

 -- Johnie Ingram <johnie@debian.org>  Mon,  9 Feb 1998 10:59:50 -0500

makepasswd (1.06-1) unstable; urgency=low

  * Initial Release.

 -- Johnie Ingram <johnie@debian.org>  Sun,  9 Nov 1997 04:30:59 -0500

Local variables:
mode: debian-changelog
End: