diff options
author | schmonz <schmonz@pkgsrc.org> | 2021-09-29 19:35:55 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2021-09-29 19:35:55 +0000 |
commit | a10d0e39c3637daef5327618864721fcee61935e (patch) | |
tree | 52211bdf246094b8041caf2f85d8f1fe812520b4 /security | |
parent | 170c77e09733f74f256641bafb0c5b994ea1d361 (diff) | |
download | pkgsrc-a10d0e39c3637daef5327618864721fcee61935e.tar.gz |
Update to 1.1 to fix build with pkgsrc zig. From the changelog:
- Update to Zig 0.8.0
- Fix password length option
- Updates for Zig 0.7.0
- Add password option
- Handle empty/malformed files
- Add contrib folder and script that prepares wordlists
- Replace default wordlist
The previous wordlist was derived from an English dictionary from
LibreOffice. It contained slurs and other hurtful words. It is
replaced with the EFF long wordlist. I apologise for including the
LibreOffice dictionary.
- Clean up options parsing
Diffstat (limited to 'security')
-rw-r--r-- | security/passphrase/Makefile | 6 | ||||
-rw-r--r-- | security/passphrase/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/passphrase/Makefile b/security/passphrase/Makefile index d4a911bb62c..6becdb762b2 100644 --- a/security/passphrase/Makefile +++ b/security/passphrase/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2020/06/16 11:46:57 nikita Exp $ +# $NetBSD: Makefile,v 1.5 2021/09/29 19:35:55 schmonz Exp $ -DISTNAME= 1.0.0 -PKGNAME= passphrase-1.0.0 +DISTNAME= 1.1 +PKGNAME= passphrase-1.1 DIST_SUBDIR= passphrase CATEGORIES= security MASTER_SITES= https://git.sr.ht/~alva/passphrase/archive/ diff --git a/security/passphrase/distinfo b/security/passphrase/distinfo index 9d56cc2c903..6178efbb773 100644 --- a/security/passphrase/distinfo +++ b/security/passphrase/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/06/16 10:30:32 nikita Exp $ +$NetBSD: distinfo,v 1.2 2021/09/29 19:35:55 schmonz Exp $ -SHA1 (passphrase/1.0.0.tar.gz) = 42190f52ec34eebca61ceb1a58de537c01dd7a1a -RMD160 (passphrase/1.0.0.tar.gz) = bafe6b236384daeb6b988053ac926b44aa90242d -SHA512 (passphrase/1.0.0.tar.gz) = 09427cb083439acad531505b714a135bcfdf622d030a356e51a323136f748e7a00837a120a4d2073a16668a972a5406dfb09a9fe51bc5b66f6a3cbe3f6faa8bf -Size (passphrase/1.0.0.tar.gz) = 170157 bytes +SHA1 (passphrase/1.1.tar.gz) = 0048d9cfe750c52154242911e066e5f9ff1a82ac +RMD160 (passphrase/1.1.tar.gz) = c4cac04076eb98e7623bcd396bcbb206c14cd57c +SHA512 (passphrase/1.1.tar.gz) = 7092628ce7ceac4af971eaf53eba048a81dc518dcabc6c8c8f9abbb52dee1329559c89ba32605a963c27b45ac72b723d78e93810400c613a1db237a730d7f39f +Size (passphrase/1.1.tar.gz) = 31598 bytes |