From: Michael Tremer Date: Fri, 30 Dec 2022 15:34:44 +0000 (+0000) Subject: p11-kit: Update to 0.24.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59330e48741323690a8f0466ff620ba2abfa503;p=ipfire-3.x.git p11-kit: Update to 0.24.1 Signed-off-by: Michael Tremer --- diff --git a/p11-kit/p11-kit.nm b/p11-kit/p11-kit.nm index 3b5945c59..5470a6136 100644 --- a/p11-kit/p11-kit.nm +++ b/p11-kit/p11-kit.nm @@ -4,13 +4,13 @@ ############################################################################### name = p11-kit -version = 0.23.2 +version = 0.24.1 release = 1 groups = System/Libraries -url = http://p11-glue.freedesktop.org/p11-kit.html +url = https://p11-glue.github.io/p11-glue/p11-kit.html license = BSD -summary = Provides a way to load and enumerate PKCS#11 modules. +summary = Provides a way to load and enumerate PKCS#11 modules description Provides a way to load and enumerate PKCS#11 modules. Provides a standard @@ -21,12 +21,26 @@ description components or libraries living in the same process. end -source_dl = http://p11-glue.freedesktop.org/releases/ +source_dl = https://github.com/p11-glue/p11-kit/releases/download/%{version}/ +sources = %{thisapp}.tar.xz build requires + bash-completion-devel libffi-devel >= 3.0.0 libtasn1-devel >= 2.3 + meson + ninja + systemd-devel + end + + build + %{meson} + %{meson_build} + end + + install + %{meson_install} end end