Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / p11-kit
Commits: e5b65b74 by Jan Alexander Steffens (heftig) at 2025-09-10T10:27:59+02:00 0.25.7-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = p11-kit pkgdesc = Loads and enumerates PKCS#11 modules - pkgver = 0.25.6 + pkgver = 0.25.7 pkgrel = 1 url = https://p11-glue.freedesktop.org arch = x86_64 @@ -15,12 +15,12 @@ pkgbase = p11-kit depends = coreutils depends = glibc depends = libtasn1 - source = git+https://github.com/p11-glue/p11-kit?signed#tag=0.25.6 + source = git+https://github.com/p11-glue/p11-kit?signed#tag=0.25.7 source = git+https://github.com/p11-glue/pkcs11-json validpgpkeys = C0F67099B808FB063E2C81117BFB1108D92765AF validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871 validpgpkeys = 5D46CB0F763405A7053556F47A75A648B3F9220C - b2sums = ef27c6dd2cd60881b185e1d05a46a9799cda8ebb86407ae9264d7173b2b686c757de91e3463babfeda5307adcb452d7e67e22b5c1a8df1613a5e176d0a2ee913 + b2sums = b69e4b5a97671dd1b72b9914a1ae565164ad84fa0209bdbbfce3a73e4f36ce6c60b0f19c619c2817a5d920d310bed56db3124843ea677cd1325866006abfde02 b2sums = SKIP pkgname = p11-kit @@ -28,7 +28,7 @@ pkgname = p11-kit depends = coreutils depends = glibc depends = libtasn1 - depends = libp11-kit=0.25.6-1 + depends = libp11-kit=0.25.7-1 depends = libp11-kit.so pkgname = libp11-kit ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=( libp11-kit p11-kit-docs ) -pkgver=0.25.6 +pkgver=0.25.7 pkgrel=1 pkgdesc="Loads and enumerates PKCS#11 modules" url="https://p11-glue.freedesktop.org" @@ -33,7 +33,7 @@ source=( "git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver" git+https://github.com/p11-glue/pkcs11-json ) -b2sums=('ef27c6dd2cd60881b185e1d05a46a9799cda8ebb86407ae9264d7173b2b686c757de91e3463babfeda5307adcb452d7e67e22b5c1a8df1613a5e176d0a2ee913' +b2sums=('b69e4b5a97671dd1b72b9914a1ae565164ad84fa0209bdbbfce3a73e4f36ce6c60b0f19c619c2817a5d920d310bed56db3124843ea677cd1325866006abfde02' 'SKIP') validpgpkeys=( C0F67099B808FB063E2C81117BFB1108D92765AF # Stef Walter <s...@thewalter.net> @@ -44,9 +44,6 @@ validpgpkeys=( prepare() { cd p11-kit - # Install systemd unit files again - git cherry-pick -n 93ba10fd8c7764dd253105c9ae927dcaae406843 - git submodule init git submodule set-url subprojects/pkcs11-json "$srcdir/pkcs11-json" git -c protocol.file.allow=always -c protocol.allow=never submodule update View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/p11-kit/-/commit/e5b65b744b084e9a204ab81ad60a90eea9547cb5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/p11-kit/-/commit/e5b65b744b084e9a204ab81ad60a90eea9547cb5 You're receiving this email because of your account on gitlab.archlinux.org.