pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/passphrase



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Sep 29 19:35:55 UTC 2021

Modified Files:
        pkgsrc/security/passphrase: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/passphrase/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/passphrase/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.4 pkgsrc/security/passphrase/Makefile:1.5
--- pkgsrc/security/passphrase/Makefile:1.4     Tue Jun 16 11:46:57 2020
+++ pkgsrc/security/passphrase/Makefile Wed Sep 29 19:35:55 2021
@@ -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/

Index: pkgsrc/security/passphrase/distinfo
diff -u pkgsrc/security/passphrase/distinfo:1.1 pkgsrc/security/passphrase/distinfo:1.2
--- pkgsrc/security/passphrase/distinfo:1.1     Tue Jun 16 10:30:32 2020
+++ pkgsrc/security/passphrase/distinfo Wed Sep 29 19:35:55 2021
@@ -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