app-crypt/pkcs11-dump: add 0.3.5

Closes: https://bugs.gentoo.org/729166
Closes: https://bugs.gentoo.org/885887
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-21 19:00:15 +01:00
parent f574dc3f3e
commit 77b893e567
2 changed files with 17 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pkcs11-dump-0.3.4.tar.bz2 255715 BLAKE2B 61545d1b929f47799fa1c3f2591b245b7dadf70df786d7c3574109e66cab407449ec158e2bf29fcdce2238bc316029293ee9f37586367da971f1a8aa777bc015 SHA512 b38dbe8d7b04d7227592c90f6de815da7a030014df2f5f18d8c81587a742c587424a0eea3a1c8ec6e5c8c8f6dccc144130b91c57bef3d5882ee161629a97781b
DIST pkcs11-dump-0.3.5.tar.bz2 309146 BLAKE2B 9130b0a1b90c5aa7c7b90155ec457d86dd0a6eb3c9df95cfba923601348cf005b5a49cdd1a538e67ba3e71ffa8854f17caa0bae8279ac08cd9675e83f9ed2f51 SHA512 d8fee8abd03bcfff88a3f2dc8533acd698835deabf567787db6ac8ae374542a7eb3b37a64dee989f20bf8300289925fe5acc766e954da6fcacd7c3c34912771b

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Utilities for PKCS#11 token content dump"
HOMEPAGE="https://github.com/alonbl/pkcs11-dump"
SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-libs/openssl:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"