From 94d3f6d11cfa3ef2e89f296f6bdf281c48c15452 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Thu, 21 Mar 2024 13:57:21 -0700 Subject: [PATCH] p11-kit: update to 0.25.3. Fixes issue where the wrong C_GetInterface may get loaded. https://github.com/p11-glue/p11-kit/pull/535 --- srcpkgs/p11-kit/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template index 9fd614ba8603c3..0b06cc43329435 100644 --- a/srcpkgs/p11-kit/template +++ b/srcpkgs/p11-kit/template @@ -1,6 +1,6 @@ # Template file for 'p11-kit' pkgname=p11-kit -version=0.25.0 +version=0.25.3 revision=1 build_style=meson build_helper="qemu" @@ -16,7 +16,7 @@ license="BSD-3-Clause" homepage="https://github.com/p11-glue/p11-kit" changelog="https://raw.githubusercontent.com/p11-glue/p11-kit/master/NEWS" distfiles="https://github.com/p11-glue/p11-kit/releases/download/${version}/p11-kit-${version}.tar.xz" -checksum=d55583bcdde83d86579cabe3a8f7f2638675fef01d23cace733ff748fc354706 +checksum=d8ddce1bb7e898986f9d250ccae7c09ce14d82f1009046d202a0eb1b428b2adc conf_files="/etc/pkcs11/pkcs11.conf" if [ "$XBPS_CHECK_PKGS" ]; then @@ -26,7 +26,6 @@ else fi build_options="gtk_doc" -build_options_default="" if [ -z "$CROSS_BUILD" ]; then build_options_default+=" gtk_doc"