Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=QzT8VSDv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1F0D9SyZ Received: by mail.netbsd.org (Postfix, from userid 605) id C133C84E69; Wed, 24 Apr 2024 20:27:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713990461; bh=4q61YdKKua1gGPqxCZmhzsByCmgviK3x+rpNjVGN3qI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QzT8VSDvoL7fOd2vFECBytFbw100mHgXCPLPd2SWQe7dIDut8V/qh4OX7gWpvYGI9 uCFiLqcmxfPJ8SXRU+JwDWOPO9AC7ezAEohD8/9jhSB/+0TY+5sL2RFOy9u2nx7PB7 +hFkuWqM6TK3itoSPDc1LX3ig0WLFf8484aNnJ00= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B19C184D82 for ; Wed, 24 Apr 2024 20:27:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7xXroYT2N4PR for ; Wed, 24 Apr 2024 20:27:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D22CB84CFA for ; Wed, 24 Apr 2024 20:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713990460; bh=4q61YdKKua1gGPqxCZmhzsByCmgviK3x+rpNjVGN3qI=; h=Date:From:Subject:To:Reply-To; b=1F0D9SyZCjnR6gkyHPHwGliYOVNln1JVjFTGEBo/R8KUlDdiBFqTvv/I5awhUpDv6 CjR+82fJ/B4hCaycilI6u7PNwPoiFfwPbxivPSt1nz0P5i0Pu0PNtooJCojTdcsXHt h0IloyPSqbvgyMj6y7T2AWiPZUCR18F23oskbiDo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8B98FA2C; Wed, 24 Apr 2024 20:27:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713990459260530" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 20:27:39 +0000 From: "nikita" Subject: CVS commit: pkgsrc/security/passphrase To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240424202739.C8B98FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713990459260530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nikita Date: Wed Apr 24 20:27:39 UTC 2024 Modified Files: pkgsrc/security/passphrase: Makefile PLIST distinfo Log Message: passphrase: update to version 1.8 Changelog: 7a006f8 (HEAD -> trunk, tag: 1.8, origin/trunk, origin/HEAD) keep up with zig 31be368 keep up with zig build system 475e2be fix `var`nings 0946b8b nicer password loop b210ec2 add some roff helpers b898862 generate manpage with zig, instead of scdoc 4be51e5 add build option for embedded wordlist e232abe no need to unmap 46d30ca better way to check for pipe? 94a085d don't unmap embedded wordlist faf0159 embed default wordlist e72413f add random symbol/digit after random word instead of last 293c270 (tag: 1.7) support dictionary on stdin 50972ea add test with fulani f2432be add test for unfoldable unicode 6cb2d5b cleanups e1b505a clean up file mapping and default dictionary path 8d9fa74 clean up build.zig 6902c00 pass allocator to clap and remove argsAlloc 5978828 fix separator option e8fdd34 improve build f79faf9 update man page 1bac0b9 set custom clap parsers 6bb4daa replace custom unicode functions with ziglyph 01da4ae switch to clap 85d8b6d (tag: 1.6) Fix python bug c6dd15c Update name 24875dc OpenBSD always wants PIE 😋 4b7e483 Add type hints to gen.py to aid porting b777cd3 Update build.zig 2ecbf2e Zig build system updates 57f8a42 Update README a2910ff Updates for Zig master d58d712 Strip on release builds if no preference specified c4666ee No need for `// zig fmt: off` d350f98 Remove unneccessary `@"special identifiers"` ff0c553 Update Unicode data a3c8fb8 Factor out repetitive test code To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/passphrase/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/passphrase/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/passphrase/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713990459260530 Content-Disposition: inline Content-Length: 2733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/passphrase/Makefile diff -u pkgsrc/security/passphrase/Makefile:1.11 pkgsrc/security/passphrase/Makefile:1.12 --- pkgsrc/security/passphrase/Makefile:1.11 Wed Apr 17 10:38:35 2024 +++ pkgsrc/security/passphrase/Makefile Wed Apr 24 20:27:39 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2024/04/17 10:38:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2024/04/24 20:27:39 nikita Exp $ -DISTNAME= 1.5 -PKGNAME= passphrase-1.5 -PKGREVISION= 1 +DISTNAME= 1.8 +PKGNAME= passphrase-1.8 DIST_SUBDIR= passphrase CATEGORIES= security MASTER_SITES= https://git.sr.ht/~alva/passphrase/archive/ @@ -14,10 +13,6 @@ LICENSE= mit WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -# \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 @@ -28,7 +23,7 @@ SUBST_CLASSES+= mandir SUBST_STAGE.mandir= pre-build SUBST_MESSAGE.mandir= replacing mandir location SUBST_FILES.mandir= build.zig -SUBST_SED.mandir+= -e 's,"share" ++ sep ++ "man","${PKGMANDIR}",g' +SUBST_SED.mandir+= -e 's|"share",||g' .include "../../lang/zig/application.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/passphrase/PLIST diff -u pkgsrc/security/passphrase/PLIST:1.1 pkgsrc/security/passphrase/PLIST:1.2 --- pkgsrc/security/passphrase/PLIST:1.1 Tue Jun 16 10:30:32 2020 +++ pkgsrc/security/passphrase/PLIST Wed Apr 24 20:27:39 2024 @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2020/06/16 10:30:32 nikita Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/04/24 20:27:39 nikita Exp $ bin/passphrase man/man1/passphrase.1 -share/passphrase/en.txt Index: pkgsrc/security/passphrase/distinfo diff -u pkgsrc/security/passphrase/distinfo:1.6 pkgsrc/security/passphrase/distinfo:1.7 --- pkgsrc/security/passphrase/distinfo:1.6 Sun Jan 22 19:36:02 2023 +++ pkgsrc/security/passphrase/distinfo Wed Apr 24 20:27:39 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/01/22 19:36:02 nikita Exp $ +$NetBSD: distinfo,v 1.7 2024/04/24 20:27:39 nikita Exp $ -BLAKE2s (passphrase/1.5.tar.gz) = 38875fa02e5acbe24cd552a24205bee420dca763cc1c7b5269eb9a5e739bf81c -SHA512 (passphrase/1.5.tar.gz) = 2cf0693459052746eac9aaf7aa40da23e37e69902bf443d9a4fddbd0b357f76b3ced6f6e978309a4ed713c3fb7fe9f9b2aaf5b6d1e9926b69959451b52130f98 -Size (passphrase/1.5.tar.gz) = 320082 bytes +BLAKE2s (passphrase/1.8.tar.gz) = b931253229dd038b8f50570d1b9895c90a69b56b005e7c0e21ad204cc944507e +SHA512 (passphrase/1.8.tar.gz) = 9d0d1e786bb807570371830dd50546f3c6918dec0c0f4bb8e846a6f406cbba7fa80e18bdd37efeb25ccb07de2fc2ae102db639a9653e450f689e98ce491c7645 +Size (passphrase/1.8.tar.gz) = 32797 bytes --_----------=_1713990459260530--