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:   nikita
Date:           Tue Feb  1 20:00:56 UTC 2022

Modified Files:
        pkgsrc/security/passphrase: Makefile distinfo

Log Message:
passphrase: Update to 1.2

Changelog from https://git.sr.ht/~alva/passphrase/refs/1.2
1.2
        Zig 0.9.0 compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/passphrase/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/security/passphrase/Makefile:1.6
--- pkgsrc/security/passphrase/Makefile:1.5     Wed Sep 29 19:35:55 2021
+++ pkgsrc/security/passphrase/Makefile Tue Feb  1 20:00:56 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/09/29 19:35:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/01 20:00:56 nikita Exp $
 
-DISTNAME=      1.1
-PKGNAME=       passphrase-1.1
+DISTNAME=      1.2
+PKGNAME=       passphrase-1.2
 DIST_SUBDIR=   passphrase
 CATEGORIES=    security
 MASTER_SITES=  https://git.sr.ht/~alva/passphrase/archive/
@@ -13,9 +13,14 @@ LICENSE=     mit
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
+# \todo: There is currently an issue building this as a PIE, despite the
+# buildsystem targeting it as a PIE.
+MKPIE_SUPPORTED=       no
+
 .include "../../lang/python/pyversion.mk"
 CONFLICTS+=    ${PYPKGPREFIX}-pyutil-[0-9]*
 
+
 SUBST_CLASSES+=                mandir
 SUBST_STAGE.mandir=    pre-build
 SUBST_MESSAGE.mandir=  replacing mandir location

Index: pkgsrc/security/passphrase/distinfo
diff -u pkgsrc/security/passphrase/distinfo:1.4 pkgsrc/security/passphrase/distinfo:1.5
--- pkgsrc/security/passphrase/distinfo:1.4     Tue Oct 26 11:17:35 2021
+++ pkgsrc/security/passphrase/distinfo Tue Feb  1 20:00:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:35 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/01 20:00:56 nikita Exp $
 
-BLAKE2s (passphrase/1.1.tar.gz) = 7736102a914752af7ef45c8a780e9a0b2f11cfc81d183cd79d0d83d185524c43
-SHA512 (passphrase/1.1.tar.gz) = 7092628ce7ceac4af971eaf53eba048a81dc518dcabc6c8c8f9abbb52dee1329559c89ba32605a963c27b45ac72b723d78e93810400c613a1db237a730d7f39f
-Size (passphrase/1.1.tar.gz) = 31598 bytes
+BLAKE2s (passphrase/1.2.tar.gz) = 6e4ed4f5755c5fe556d017790656aae03302f2d7e1ec1ea6070e90aa1e305611
+SHA512 (passphrase/1.2.tar.gz) = ab76e0a19dbabe03e4bfab47b0f418fa1c5a5728bb250de67608769d95623a425db7563f6b96b8e6cb743042958e713c466e7b557ab954948cf01b7f14b0e4e1
+Size (passphrase/1.2.tar.gz) = 31625 bytes



Home | Main Index | Thread Index | Old Index