diff options
author | des <des@FreeBSD.org> | 2012-06-07 18:49:12 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-06-07 18:49:12 +0800 |
commit | feab83045affb7dd6190acfee95b915a4929533d (patch) | |
tree | d37501b968836fa80fba0d53cf489ca577c3277a /sysutils/Makefile | |
parent | 532a35e48dc6fe1d8b48104e18e792ae93e1b802 (diff) | |
download | freebsd-ports-gnome-feab83045affb7dd6190acfee95b915a4929533d.tar.gz freebsd-ports-gnome-feab83045affb7dd6190acfee95b915a4929533d.tar.zst freebsd-ports-gnome-feab83045affb7dd6190acfee95b915a4929533d.zip |
Replace pwgen 1 with pwgen 2. The latter is a continuation of the former
by a different author, with some serious bugs fixed. We were pretty much
the only OS that still shipped pwgen 1, and for good reason: due to the
way it implements phoneme equivalence and the way it tracks the length of
the generated string, it only works correctly 16% of the time. This was
not possible to fix without a major rewrite, which is precisely what the
author of pwgen 2 did.
Discussed with both maintainers and #bsdports.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cd135e2b0d2e..bc10a84b9505 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -710,7 +710,6 @@ SUBDIR += pwd_unmkdb SUBDIR += pwg SUBDIR += pwgen - SUBDIR += pwgen2 SUBDIR += pwsafe SUBDIR += py-XenAPI SUBDIR += py-bcfg2 |