pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/passphrase Update to 1.1 to fix build with pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a8f784cb83e
branches:  trunk
changeset: 459118:2a8f784cb83e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Sep 29 19:35:55 2021 +0000

description:
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:

 security/passphrase/Makefile |   6 +++---
 security/passphrase/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r ef184848f692 -r 2a8f784cb83e security/passphrase/Makefile
--- a/security/passphrase/Makefile      Wed Sep 29 19:28:01 2021 +0000
+++ b/security/passphrase/Makefile      Wed Sep 29 19:35:55 2021 +0000
@@ -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 -r ef184848f692 -r 2a8f784cb83e security/passphrase/distinfo
--- a/security/passphrase/distinfo      Wed Sep 29 19:28:01 2021 +0000
+++ b/security/passphrase/distinfo      Wed Sep 29 19:35:55 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index