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:           Sun Jan 22 19:36:02 UTC 2023

Modified Files:
        pkgsrc/security/passphrase: Makefile distinfo

Log Message:
passphrase: Update to version 1.5

ChangeLog:
  Zig 0.10.1 fixes
  Add build options for PIE and strip
  Compatibility updates for Zig master
  Update README.md to match new defaults
  build: Use stable zig package
  Updates for stage2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/passphrase/Makefile
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/security/passphrase/Makefile:1.9
--- pkgsrc/security/passphrase/Makefile:1.8     Thu Jun 30 11:18:47 2022
+++ pkgsrc/security/passphrase/Makefile Sun Jan 22 19:36:02 2023
@@ -1,25 +1,26 @@
-# $NetBSD: Makefile,v 1.8 2022/06/30 11:18:47 nia Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/22 19:36:02 nikita Exp $
 
-DISTNAME=      1.2
-PKGNAME=       passphrase-1.2
-PKGREVISION=   1
+DISTNAME=      1.5
+PKGNAME=       passphrase-1.5
 DIST_SUBDIR=   passphrase
 CATEGORIES=    security
 MASTER_SITES=  https://git.sr.ht/~alva/passphrase/archive/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    nikita%NetBSD.org@localhost
 HOMEPAGE=      https://git.sr.ht/~alva/passphrase
 COMMENT=       Zero-dependency passphrase generator
 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
-# RELRO checks fail for this package at the moment
+# \todo: There is currently an issue building this as RELRO.
 RELRO_SUPPORTED=       no
 
+ZIGBUILDARGS=          -Dpie=true
+.if ${MKDEBUG:Uyes:M[yY][eE][sS]} && ${INSTALL_UNSTRIPPED:Uyes:tl} == yes
+ZIGBUILDARGS+=         -Dstrip=true
+.endif
+
 .include "../../lang/python/pyversion.mk"
 CONFLICTS+=    ${PYPKGPREFIX}-pyutil-[0-9]*
 

Index: pkgsrc/security/passphrase/distinfo
diff -u pkgsrc/security/passphrase/distinfo:1.5 pkgsrc/security/passphrase/distinfo:1.6
--- pkgsrc/security/passphrase/distinfo:1.5     Tue Feb  1 20:00:56 2022
+++ pkgsrc/security/passphrase/distinfo Sun Jan 22 19:36:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/02/01 20:00:56 nikita Exp $
+$NetBSD: distinfo,v 1.6 2023/01/22 19:36:02 nikita Exp $
 
-BLAKE2s (passphrase/1.2.tar.gz) = 6e4ed4f5755c5fe556d017790656aae03302f2d7e1ec1ea6070e90aa1e305611
-SHA512 (passphrase/1.2.tar.gz) = ab76e0a19dbabe03e4bfab47b0f418fa1c5a5728bb250de67608769d95623a425db7563f6b96b8e6cb743042958e713c466e7b557ab954948cf01b7f14b0e4e1
-Size (passphrase/1.2.tar.gz) = 31625 bytes
+BLAKE2s (passphrase/1.5.tar.gz) = 38875fa02e5acbe24cd552a24205bee420dca763cc1c7b5269eb9a5e739bf81c
+SHA512 (passphrase/1.5.tar.gz) = 2cf0693459052746eac9aaf7aa40da23e37e69902bf443d9a4fddbd0b357f76b3ced6f6e978309a4ed713c3fb7fe9f9b2aaf5b6d1e9926b69959451b52130f98
+Size (passphrase/1.5.tar.gz) = 320082 bytes



Home | Main Index | Thread Index | Old Index