diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-10-16 12:59:14 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-10-16 12:59:14 +0000 |
commit | ca43b53b0a73ecd7c8f1034d4384af99eb3a19d4 (patch) | |
tree | 6f1ddc60bcff9181f408cbdf1f16ab5a105bf15e /sysutils | |
parent | b069c20855324d0d349b09d23f33c038d5bf8a4c (diff) | |
download | pkgsrc-ca43b53b0a73ecd7c8f1034d4384af99eb3a19d4.tar.gz |
Update pwgen to 2.04.
Changes since 2.03:
* pw_phonemes.c (pw_phonemes): Allow one or more capital letters
and one or more digits in the generated passwords.
(Addresses Debian Bug: #182595)
* pwgen.1: Explain that human-memorable passwords are vulnerable
to off-line brute force attacks. (Addresses Debian Bug:
#276976)
* pwgen.c, pwgen.h, pw_rand.c, pwgen.1: Make -A and -0 aliases to
--no-capitalize and --no-numerals, and make those options
work when --secure is specified.
* pwgen.c, pwgen.h, pw_rand.c, pw_phonemes.c, pwgen.c: Add support
for the --symbols/-y option, which adds special characters
to the generated password. (Addresses Debian Bug: #154561)
* pwgen.c: Add -H, --sha1 option, to allow computing reproducible
passwords, given a known file, and a known seed.
(ie: pwgen -H ~/my_favourite.mp3#olivier@guerrier.com gives me
a list of possibles passwords for my pop3 account, and I can
ask this list again and again). Feature suggested and
implemented by Olivier Guerrier <olivier@guerrier.com>.
* Fix obvious spelling typo in pwgen.1. (Addresses Debian Bug
#311461)
PR: 30714 by Leonard Schmidt
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pwgen/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pwgen/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index f8bbcc3dc2a..90a34370537 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/11/27 09:06:21 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2005/10/16 12:59:14 jdolecek Exp $ -DISTNAME= pwgen-2.03 +DISTNAME= pwgen-2.04 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/} diff --git a/sysutils/pwgen/distinfo b/sysutils/pwgen/distinfo index b379c466dd7..9a12a16b292 100644 --- a/sysutils/pwgen/distinfo +++ b/sysutils/pwgen/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:40:56 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/10/16 12:59:14 jdolecek Exp $ -SHA1 (pwgen-2.03.tar.gz) = c0af5a33f2dc9e6245737ce06524bfb86ada9d47 -RMD160 (pwgen-2.03.tar.gz) = 9009a6af849d7f595ef62583dc0a7986e4fac488 -Size (pwgen-2.03.tar.gz) = 23367 bytes +SHA1 (pwgen-2.04.tar.gz) = 968aabedd6dc984deb925d4f88252fa34cf8d9e6 +RMD160 (pwgen-2.04.tar.gz) = 600a782ec2ecdf2e8b2eba4d7b35442b5fbfaee3 +Size (pwgen-2.04.tar.gz) = 47276 bytes |