diff options
author | sem <sem@FreeBSD.org> | 2007-08-25 02:42:33 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-08-25 02:42:33 +0800 |
commit | 7a48dbbc864a8e4a7e170aeeae9a2236974c7a67 (patch) | |
tree | c36bee1117d5bdc8cf1da2e5cb7175e400a5c62e /sysutils/pwgen2 | |
parent | 2ca331f7b0eeeb58e952c20bce94aa5ef5d2188d (diff) | |
download | freebsd-ports-gnome-7a48dbbc864a8e4a7e170aeeae9a2236974c7a67.tar.gz freebsd-ports-gnome-7a48dbbc864a8e4a7e170aeeae9a2236974c7a67.tar.zst freebsd-ports-gnome-7a48dbbc864a8e4a7e170aeeae9a2236974c7a67.zip |
- Update to 2.06
ChangeLog:
* Fix pwgen -Bs so that this option combination works correctly
(Closes: #368010)
* Fix the pwgen -Bc option combination (Closes: #355153)
* Fix typo in pwgen man page (Closes: #376147)
* Make the -s option imply the -nc options (Closes: #427969)
* Add -v option to generate passwords without vowels (Closes: #387461)
PR: ports/115786
Submitted by: maintainer
Diffstat (limited to 'sysutils/pwgen2')
-rw-r--r-- | sysutils/pwgen2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pwgen2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile index 07ff6f56a705..4c34b302d5c4 100644 --- a/sysutils/pwgen2/Makefile +++ b/sysutils/pwgen2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pwgen -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/pwgen2/distinfo b/sysutils/pwgen2/distinfo index 29f2580e8412..fc5afe322ccb 100644 --- a/sysutils/pwgen2/distinfo +++ b/sysutils/pwgen2/distinfo @@ -1,3 +1,3 @@ -MD5 (pwgen-2.05.tar.gz) = b94546a346cb352054ea2d3d09f7f885 -SHA256 (pwgen-2.05.tar.gz) = c87a138652e0c971afb6ecefe123cb2dd686c214272d7f813901ad44db5cdda9 -SIZE (pwgen-2.05.tar.gz) = 48892 +MD5 (pwgen-2.06.tar.gz) = 935aebcbe610fbc9de8125e7b7d71297 +SHA256 (pwgen-2.06.tar.gz) = 61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454 +SIZE (pwgen-2.06.tar.gz) = 30952 |