pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/passphrase passphrase: Update to 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d4f4e5dc1d4
branches:  trunk
changeset: 372914:1d4f4e5dc1d4
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Tue Feb 01 20:00:56 2022 +0000

description:
passphrase: Update to 1.2

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

diffstat:

 security/passphrase/Makefile |  11 ++++++++---
 security/passphrase/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r ec3411b9e60e -r 1d4f4e5dc1d4 security/passphrase/Makefile
--- a/security/passphrase/Makefile      Tue Feb 01 19:18:39 2022 +0000
+++ b/security/passphrase/Makefile      Tue Feb 01 20:00:56 2022 +0000
@@ -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 @@
 
 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
diff -r ec3411b9e60e -r 1d4f4e5dc1d4 security/passphrase/distinfo
--- a/security/passphrase/distinfo      Tue Feb 01 19:18:39 2022 +0000
+++ b/security/passphrase/distinfo      Tue Feb 01 20:00:56 2022 +0000
@@ -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