From c4493d4b9b7db11dfe8d9945fc3800d593212265 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 10:28:25 -0200 Subject: [PATCH] p11-kit: update to 0.23.15. --- srcpkgs/p11-kit/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template index 865c0398e64..28b2f3fc019 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.23.14 +version=0.23.15 revision=1 build_style=gnu-configure configure_args="--with-module-path=/usr/lib/pkcs11 --without-trust-paths" @@ -11,13 +11,9 @@ maintainer="Juan RP " license="BSD-3-Clause" homepage="https://github.com/p11-glue/p11-kit" distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.gz" -checksum=1cb9fa6d237539f25f62f4c3d4ec71a1c8e0772957ec45ec5af92134129e0d70 +checksum=f7c139a0c77a1f0012619003e542060ba8f94799a0ef463026db390680e4d798 conf_files="/etc/pkcs11/pkcs11.conf" -case "$XBPS_TARGET_MACHIN" in - *-musl) configure_args+=" ac_cv_issetugid_openbsd=no" ;; -esac - pre_configure() { NOCONFIGURE=1 autoreconf -fi }