pwgen (2.08-2)
[PTS] [DDPO]
COMMITS: VCS has seen 10 commits since the v2.08 tag
- Git: https://github.com/tytso/pwgen.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 98304
- Browser: https://github.com/tytso/pwgen
- Last scan: 2024-11-06 21:03:02+00
- Next scan: 2024-11-07 18:07:00+00
- Debian changelog in Git:
pwgen (2.08-2) unstable; urgency=medium
* Convert debian/rules file to use dh
* Update the debhelper compatibility level to 12
* Update Debian policy compliance to 4.0.0
* fix unreliable support of --capitalize when --ambiguous
is requested
-- Theodore Y. Ts'o <tytso@mit.edu> Sat, 03 Aug 2019 11:26:29 -0400
- This branch is 10 commits ahead of tag v2.08
- Git log:
commit 1459a31e07fa208cddb2c4f3f72071503c37b8bc
Author: Toralf Förster <toralf.foerster@gmx.de>
Date: Tue Aug 14 17:53:21 2018 +0200
randnum.c: cleanup after CVE-2013-4442 fix
Get rid of 2 left-overs from commit ccda6f21 and in addition remove a misleading comment.
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 8fffbc7cbf3f80add7150bca7c05f41f25b72fbe
Author: partev <petrosyan@gmail.com>
Date: Mon Sep 2 12:20:32 2019 -0400
fix a repeated word typo
the word "completely" is repeated twice
commit fd5c02dc75354c289eee4d6d1ddf762a07e203ad
Author: Theodore Ts'o <tytso@mit.edu>
Date: Sat Aug 3 11:29:27 2019 -0400
debian: update changelog for 2.08-2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 7205e8d3fab5963394d20304f5e138c9d71e11f8
Merge: 54d6c1c a4b5dcd
Author: Theodore Ts'o <tytso@mit.edu>
Date: Sat Aug 3 11:44:03 2019 -0400
Merge commit 'a4b5dcd24c31cc457d15abd1019a6d8767280c35'
commit a4b5dcd24c31cc457d15abd1019a6d8767280c35
Author: Theodore Ts'o <tytso@mit.edu>
Date: Sat Aug 3 10:29:13 2019 -0400
debian: update changelog to reflect new packaging changes
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 63b97d82c839dda953aa271193820021a924484d
Author: Theodore Ts'o <tytso@mit.edu>
Date: Sat Aug 3 10:20:12 2019 -0400
debian: update to debhelper compat level 12
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 0065266773a7fe7fabcb2abec9ce1de3b1097805
Author: Theodore Ts'o <tytso@mit.edu>
Date: Sat Aug 3 10:19:30 2019 -0400
debian: update standards compliance to 4.4.0
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 70e075451062dcc29c11b6f9d585a342221a1b37
Author: Theodore Ts'o <tytso@mit.edu>
Date: Sat Aug 3 09:32:30 2019 -0400
debian: add gbp.conf file
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 54d6c1c0e8c380583c7b3f87c0ff19146232a771
Author: Theodore Ts'o <tytso@mit.edu>
Date: Fri Apr 20 10:15:17 2018 -0400
Fix unreliable support of --capitalize when --ambiguous is requested
When generating passwords using the default phonemes mechanism,
--capitalize isn't reliably supported when ambiguous characters are
removed. Fix this.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
commit 89f57afa4cdf9417f49224403d4e7bf5fa8c6787
Author: Theodore Ts'o <tytso@mit.edu>
Date: Fri Apr 20 10:03:13 2018 -0400
debian: use a simplified debian/rules
Signed-off-by: Theodore Ts'o <tytso@mit.edu>