diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-16 11:41:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-16 11:41:00 +0000 |
commit | 0adb9e72184707eeacf74856e82ffd40c3ff763d (patch) | |
tree | 16f2a4b8545eab45026f8507be723941cef301db | |
parent | b016d9be2b1e087c2f69435aca147a4113f7ddd8 (diff) | |
download | pkgsrc-0adb9e72184707eeacf74856e82ffd40c3ff763d.tar.gz |
Update to 2.07:
* Remove backwards compatibility for no-tty mode. Addresses
CVE-2013-4440 (Closes: #725507)
* Fail hard if /dev/urandom and /dev/random are not available.
Addresses CVE-2013-4442 and Launchpad #1183213 (Closes: #767008)
* Fix pwgen -B so that it doesn't accidentally generate passwords with
ambiguous characters after changing the case of some letters.
Addresses Launchpad Bugs #638418 and #1349863
* Fix potential portability bug on architectures where unsgined ints
are not 4 bytes long
-rw-r--r-- | sysutils/pwgen/Makefile | 5 | ||||
-rw-r--r-- | sysutils/pwgen/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index 850d1eec9cf..15c01f7c854 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 19:51:20 asau Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/16 11:41:00 wiz Exp $ -DISTNAME= pwgen-2.06 +DISTNAME= pwgen-2.07 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/pwgen/ COMMENT= Generate pronounceable passwords +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes diff --git a/sysutils/pwgen/distinfo b/sysutils/pwgen/distinfo index ea4ed85dd61..bf55533fded 100644 --- a/sysutils/pwgen/distinfo +++ b/sysutils/pwgen/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/10/13 01:21:19 reed Exp $ +$NetBSD: distinfo,v 1.7 2015/01/16 11:41:00 wiz Exp $ -SHA1 (pwgen-2.06.tar.gz) = 43dc4fbe6c3bdf96ae24b20d44c4a4584df93d8e -RMD160 (pwgen-2.06.tar.gz) = dfb30d0c15ecd5e369309cb9fb0023c6ad1f5f32 -Size (pwgen-2.06.tar.gz) = 30952 bytes +SHA1 (pwgen-2.07.tar.gz) = 51180f9cd5530d79eea18b2443780dec4ec5ea43 +RMD160 (pwgen-2.07.tar.gz) = 0195dee7ba4fee1c16b896258de8d2154d82e355 +Size (pwgen-2.07.tar.gz) = 53513 bytes |