Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E96B8502E for ; Thu, 16 Nov 2023 12:11:28 +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 9gPfW_fRnLUa for ; Thu, 16 Nov 2023 12:11:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B987684D08 for ; Thu, 16 Nov 2023 12:11:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B31FCFA3D; Thu, 16 Nov 2023 12:11:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700136687182400" MIME-Version: 1.0 Date: Thu, 16 Nov 2023 12:11:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/p11-kit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231116121127.B31FCFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700136687182400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 16 12:11:27 UTC 2023 Modified Files: pkgsrc/security/p11-kit: Makefile PLIST buildlink3.mk distinfo Log Message: p11-kit: updated to 0.25.3 0.25.3 (stable) * rpc: fix serialization of NULL mechanism pointer * fix meson build failure in macOS (appleframeworks not found) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/p11-kit/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p11-kit/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/p11-kit/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/p11-kit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700136687182400 Content-Disposition: inline Content-Length: 4245 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.31 pkgsrc/security/p11-kit/Makefile:1.32 --- pkgsrc/security/p11-kit/Makefile:1.31 Thu Nov 16 07:51:41 2023 +++ pkgsrc/security/p11-kit/Makefile Thu Nov 16 12:11:27 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2023/11/16 07:51:41 mrg Exp $ +# $NetBSD: Makefile,v 1.32 2023/11/16 12:11:27 adam Exp $ -DISTNAME= p11-kit-0.25.2 +DISTNAME= p11-kit-0.25.3 CATEGORIES= security -#MASTER_SITES= http://p11-glue.freedesktop.org/releases/ MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/} GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz @@ -16,10 +15,10 @@ DEPENDS+= mozilla-rootcerts>=1.0.2015080 MESON_ARGS+= -Dtrust_paths=${PREFIX}/share/mozilla-rootcerts/cacert.pem -USE_LANGUAGES= c USE_CC_FEATURES= c99 -USE_TOOLS+= pkg-config readlink USE_FEATURES+= strndup strnlen +USE_LANGUAGES= c +USE_TOOLS+= pkg-config readlink # dirfd(3) CFLAGS.NetBSD+= -D_NETBSD_SOURCE @@ -44,11 +43,11 @@ CONF_FILES+= share/examples/p11-kit/pkc INSTALLATION_DIRS+= share/examples/p11-kit post-install: - mv ${DESTDIR}${PKG_SYSCONFDIR}/pkcs11/pkcs11.conf.example \ + ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/pkcs11/pkcs11.conf.example \ ${DESTDIR}${PREFIX}/share/examples/p11-kit +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libffi/buildlink3.mk" .include "../../devel/meson/build.mk" -.include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/libtasn1/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/p11-kit/PLIST diff -u pkgsrc/security/p11-kit/PLIST:1.6 pkgsrc/security/p11-kit/PLIST:1.7 --- pkgsrc/security/p11-kit/PLIST:1.6 Thu Nov 16 12:05:38 2023 +++ pkgsrc/security/p11-kit/PLIST Thu Nov 16 12:11:27 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2023/11/16 12:05:38 tnn Exp $ +@comment $NetBSD: PLIST,v 1.7 2023/11/16 12:11:27 adam Exp $ bin/p11-kit bin/trust include/p11-kit-1/p11-kit/deprecated.h @@ -11,7 +11,7 @@ include/p11-kit-1/p11-kit/remote.h include/p11-kit-1/p11-kit/uri.h lib/libp11-kit.so lib/libp11-kit.so.0 -lib/libp11-kit.so.0.3.0 +lib/libp11-kit.so.0.3.1 lib/p11-kit-proxy.${DLEXT} lib/pkcs11/p11-kit-client.so lib/pkcs11/p11-kit-trust.${DLEXT} Index: pkgsrc/security/p11-kit/buildlink3.mk diff -u pkgsrc/security/p11-kit/buildlink3.mk:1.5 pkgsrc/security/p11-kit/buildlink3.mk:1.6 --- pkgsrc/security/p11-kit/buildlink3.mk:1.5 Wed Dec 8 16:02:34 2021 +++ pkgsrc/security/p11-kit/buildlink3.mk Thu Nov 16 12:11:27 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2021/12/08 16:02:34 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2023/11/16 12:11:27 adam Exp $ BUILDLINK_TREE+= p11-kit @@ -7,7 +7,7 @@ P11_KIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.p11-kit+= p11-kit>=0.10 BUILDLINK_API_DEPENDS.p11-kit+= p11-kit>=0.23 -BUILDLINK_ABI_DEPENDS.p11-kit?= p11-kit>=0.24.0nb3 +BUILDLINK_ABI_DEPENDS.p11-kit+= p11-kit>=0.24.0nb3 BUILDLINK_PKGSRCDIR.p11-kit?= ../../security/p11-kit .include "../../devel/libffi/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" Index: pkgsrc/security/p11-kit/distinfo diff -u pkgsrc/security/p11-kit/distinfo:1.23 pkgsrc/security/p11-kit/distinfo:1.24 --- pkgsrc/security/p11-kit/distinfo:1.23 Thu Nov 16 12:05:38 2023 +++ pkgsrc/security/p11-kit/distinfo Thu Nov 16 12:11:27 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2023/11/16 12:05:38 tnn Exp $ +$NetBSD: distinfo,v 1.24 2023/11/16 12:11:27 adam Exp $ -BLAKE2s (p11-kit-0.25.2.tar.xz) = 63d4c490237f1e8341fa0bceb78fc2dddafd4990f5917663b85111a97cf636c4 -SHA512 (p11-kit-0.25.2.tar.xz) = 64df7600c1eedfba942a38eb32bda7fe869ed197449dff2b8470be37ba71f3eefc3990613d2f787d3300b18e87391cd8f8bb4b33277d51ec873548126137bd01 -Size (p11-kit-0.25.2.tar.xz) = 990488 bytes +BLAKE2s (p11-kit-0.25.3.tar.xz) = 6d1a804ddacc44f27a8019d39b042815be9cb800be6b2aecc21dda6b045163a4 +SHA512 (p11-kit-0.25.3.tar.xz) = ad2d393bf122526cbba18dc9d5a13f2c1cad7d70125ec90ffd02059dfa5ef30ac59dfc0bb9bc6380c8f317e207c9e87e895f1945634f56ddf910c2958868fb4c +Size (p11-kit-0.25.3.tar.xz) = 991528 bytes SHA1 (patch-common_compat.c) = bdcb10cebe5e7755c81f88ef033b9dfecd7a1aad SHA1 (patch-meson.build) = 1fa386e0ff6419dd90896ea57ef48fefe6a4da6c --_----------=_1700136687182400--