pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pwgen Update pwgen to 2.04.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa1c2beabd8c
branches:  trunk
changeset: 501058:aa1c2beabd8c
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Oct 16 12:59:14 2005 +0000

description:
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@localhost 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@localhost>.

        * Fix obvious spelling typo in pwgen.1.  (Addresses Debian Bug
                #311461)

PR: 30714 by Leonard Schmidt

diffstat:

 sysutils/pwgen/Makefile |  4 ++--
 sysutils/pwgen/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 840c61d2f869 -r aa1c2beabd8c sysutils/pwgen/Makefile
--- a/sysutils/pwgen/Makefile   Sun Oct 16 12:58:37 2005 +0000
+++ b/sysutils/pwgen/Makefile   Sun Oct 16 12:59:14 2005 +0000
@@ -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 -r 840c61d2f869 -r aa1c2beabd8c sysutils/pwgen/distinfo
--- a/sysutils/pwgen/distinfo   Sun Oct 16 12:58:37 2005 +0000
+++ b/sysutils/pwgen/distinfo   Sun Oct 16 12:59:14 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index