p11-kit gtk4 ver. bump

This commit is contained in:
Rmys
2025-09-23 22:20:20 +03:00
parent 3fc753b83c
commit 7d0b36950d
7 changed files with 55 additions and 9 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>ASN.1 library used in GNUTLS</Summary>
<Description>libtasn1 is the ASN.1 library which provides ASN.1 structures parsing capabilities for use with GNUTLS.</Description>
<Archive sha1sum="9c4b6616de65513a0a4d27e0b7f25184391ca8fd" type="targz">http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz</Archive>
<Archive sha1sum="ef6a358e16e056476b4be121ed2fb2ce11d791ed" type="targz">http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.20.0.tar.gz</Archive>
</Source>
<Package>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="10">
<Date>2025-09-22</Date>
<Version>4.20.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2024-07-05</Date>
<Version>4.19.0</Version>
+4 -2
View File
@@ -10,8 +10,10 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools, mesontools
def setup():
options = "-Dmodule_path=/usr/lib/pkcs11 -Dtrust_paths=/etc/ssl/certs/ca-certificates.crt -Dman=true -Dgtk_doc=true\
"
options = "-Dmodule_path=/usr/lib/pkcs11 \
-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt \
-Dman=true -Dgtk_doc=true \
"
if get.buildTYPE() == "emul32":
shelltools.export("CC", "%s -m32" % get.CC())
+9 -1
View File
@@ -13,7 +13,7 @@
<PartOf>util.crypt</PartOf>
<Summary>Library to work with PKCS#11 modules</Summary>
<Description>The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.</Description>
<Archive sha1sum="c3a1607be931656bbc8a9e2ba3209ee1d3314f99" type="tarxz">https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz</Archive>
<Archive sha1sum="7ca23d987697f5045cb98cccfed47ce7346a47d2" type="tarxz">https://github.com/p11-glue/p11-kit/releases/download/0.25.10/p11-kit-0.25.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
@@ -39,6 +39,7 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale/</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/zsh</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
@@ -84,6 +85,13 @@
</Package>
<History>
<Update release="17">
<Date>2025-09-22</Date>
<Version>0.25.10</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2024-07-05</Date>
<Version>0.25.5</Version>