Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 799A51A9239 for ; Sun, 23 Jan 2022 22:17:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B0E9C84DBD; Sun, 23 Jan 2022 22:17:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA9A784D3A for ; Sun, 23 Jan 2022 22:17:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mw7eP4jjnYOe for ; Sun, 23 Jan 2022 22:17:51 +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 58C5084CEF for ; Sun, 23 Jan 2022 22:17:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 524D7FB24; Sun, 23 Jan 2022 22:17:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164297627169700" MIME-Version: 1.0 Date: Sun, 23 Jan 2022 22:17:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p11-kit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220123221751.524D7FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164297627169700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 23 22:17:51 UTC 2022 Modified Files: pkgsrc/security/p11-kit: Makefile distinfo Removed Files: pkgsrc/security/p11-kit/patches: patch-Makefile.in patch-configure Log Message: p11-kit: update to 0.24.1. 0.24.1 (stable) * rpc: Support protocol version negotiation [PR#371, PR#385] * proxy: Support copying attribute array recursively [PR#368] * Link libp11-kit so that it cannot unload [PR#383] * Translation improvements [PR#381] * Build fixes [PR#372, PR#373, PR#375, PR#377, PR#384, PR#407] To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p11-kit/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/p11-kit/distinfo cvs rdiff -u -r1.6 -r0 pkgsrc/security/p11-kit/patches/patch-Makefile.in cvs rdiff -u -r1.1 -r0 pkgsrc/security/p11-kit/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164297627169700 Content-Disposition: inline Content-Length: 2265 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p11-kit/Makefile diff -u pkgsrc/security/p11-kit/Makefile:1.24 pkgsrc/security/p11-kit/Makefile:1.25 --- pkgsrc/security/p11-kit/Makefile:1.24 Wed Dec 8 16:02:34 2021 +++ pkgsrc/security/p11-kit/Makefile Sun Jan 23 22:17:51 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/12/08 16:02:34 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/01/23 22:17:51 wiz Exp $ -DISTNAME= p11-kit-0.24.0 -PKGREVISION= 4 +DISTNAME= p11-kit-0.24.1 CATEGORIES= security #MASTER_SITES= http://p11-glue.freedesktop.org/releases/ MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/} @@ -43,6 +42,12 @@ PKG_SYSCONFSUBDIR= pkcs11 CONF_FILES+= share/examples/p11-kit/pkcs11.conf.example \ ${PKG_SYSCONFDIR}/pkcs11.conf +INSTALLATION_DIRS+= share/examples/p11-kit + +post-install: + mv ${DESTDIR}${PREFIX}/etc/pkcs11/pkcs11.conf.example \ + ${DESTDIR}${PREFIX}/share/examples/p11-kit + .include "../../devel/libffi/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/libtasn1/buildlink3.mk" Index: pkgsrc/security/p11-kit/distinfo diff -u pkgsrc/security/p11-kit/distinfo:1.19 pkgsrc/security/p11-kit/distinfo:1.20 --- pkgsrc/security/p11-kit/distinfo:1.19 Tue Oct 26 11:17:23 2021 +++ pkgsrc/security/p11-kit/distinfo Sun Jan 23 22:17:51 2022 @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 11:17:23 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/01/23 22:17:51 wiz Exp $ -BLAKE2s (p11-kit-0.24.0.tar.xz) = 40da821307f1551c90d136136e64e963daf841123542913775d45cbab090f75c -SHA512 (p11-kit-0.24.0.tar.xz) = 48369d6fdae79b8c5a255c821fbdb982f0c649cce07c0d92f0ff0c16322fea8919faa94067cae2efede2da3646c0e69a71a3e399b769dc2327f247bcb113eb3c -Size (p11-kit-0.24.0.tar.xz) = 834392 bytes -SHA1 (patch-Makefile.in) = 3732824f96aca011d18239f3cd19b15ba250402b +BLAKE2s (p11-kit-0.24.1.tar.xz) = fbc34ebd565c0133155616829922901f3bcb89beffc1f654351184131bfb2fd4 +SHA512 (p11-kit-0.24.1.tar.xz) = 8cf170c714bb9e0cf3df93e8ec55b8e3c55cabf2c6a27f177ac6de8b8028985df2ca0216d3215d6828dc2ae3095c4e1a4febe8cb26b88ec321defc66bb011e81 +Size (p11-kit-0.24.1.tar.xz) = 838304 bytes SHA1 (patch-common_compat.c) = bdcb10cebe5e7755c81f88ef033b9dfecd7a1aad -SHA1 (patch-configure) = 1ff50e077420a59f648867210abcf114223f8231 --_----------=_164297627169700--