Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / softhsm
Commits:
061ccaf2 by Massimiliano Torromeo at 2026-03-10T09:37:59+01:00
upgpkg: 2.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = softhsm
pkgdesc = Software PKCS#11 store
- pkgver = 2.6.1
- pkgrel = 6
+ pkgver = 2.7.0
+ pkgrel = 1
url = https://opendnssec.readthedocs.io/en/latest/softhsm2/
arch = x86_64
license = BSD-2-Clause
@@ -14,11 +14,7 @@ pkgbase = softhsm
options = !libtool
options = !lto
backup = etc/softhsm2.conf
- source = git+https://github.com/softhsm/SoftHSMv2.git#tag=2.6.1
- source = softhsm-openssl3-tests.patch
- source = softhsm-2.6.1-rh1831086-exit.patch
- sha256sums =
2d0995378e98cec51c67bdde6dad5a1a6fe03734c7d2567aac558affed05f0ad
- sha256sums =
d97f51e8d41e8bf0ef2ee3959be746d0349e8e1c0130ddaf3d905c23f8e43230
- sha256sums =
163338a73ab1bcc475e07b96f054d3c8f67ac9d2637b8f74ddaa97aa6b4171e1
+ source = git+https://github.com/softhsm/SoftHSMv2.git#tag=2.7.0
+ sha256sums =
7ac7a5bbeedc0948600228df80a4381452c0eb812b36fc17da2d7064f273e8b5
pkgname = softhsm
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Javier Torres <javitonino [at] gmail [dot] com>
pkgname=softhsm
-pkgver=2.6.1
-pkgrel=6
+pkgver=2.7.0
+pkgrel=1
pkgdesc="Software PKCS#11 store"
arch=('x86_64')
url="https://opendnssec.readthedocs.io/en/latest/softhsm2/"
@@ -13,17 +13,11 @@ makedepends=('git')
checkdepends=('cppunit')
backup=("etc/softhsm2.conf")
options=(!libtool !lto)
-source=("git+https://github.com/softhsm/SoftHSMv2.git#tag=$pkgver"
- "softhsm-openssl3-tests.patch"
- "softhsm-2.6.1-rh1831086-exit.patch")
-sha256sums=('2d0995378e98cec51c67bdde6dad5a1a6fe03734c7d2567aac558affed05f0ad'
- 'd97f51e8d41e8bf0ef2ee3959be746d0349e8e1c0130ddaf3d905c23f8e43230'
- '163338a73ab1bcc475e07b96f054d3c8f67ac9d2637b8f74ddaa97aa6b4171e1')
+source=("git+https://github.com/softhsm/SoftHSMv2.git#tag=$pkgver")
+sha256sums=('7ac7a5bbeedc0948600228df80a4381452c0eb812b36fc17da2d7064f273e8b5')
prepare() {
cd "$srcdir/SoftHSMv2"
- patch -p1 -i "$srcdir/softhsm-openssl3-tests.patch"
- patch -p1 -i "$srcdir/softhsm-2.6.1-rh1831086-exit.patch"
sed -i 's:^full_libdir=":#full_libdir=":g' configure.ac
autoreconf -vfi
sed -i "s:libdir)/@PACKAGE@:libdir):" Makefile.in
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/softhsm/-/commit/061ccaf21afab51286aef509093d0d3b05973829
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/softhsm/-/commit/061ccaf21afab51286aef509093d0d3b05973829
You're receiving this email because of your account on gitlab.archlinux.org.