Merge pull request #2864 from flatcar/chewi/new-az-kv-pkcs11

app-crypt/azure-keyvault-pkcs11: Bump snapshot ahead of first release
This commit is contained in:
James Le Cuirot 2025-05-05 10:04:59 +01:00 committed by GitHub
commit 398fed61fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 9 deletions

View File

@ -1 +1 @@
DIST azure-keyvault-pkcs11-0_p20241129.tar.gz 22227 BLAKE2B c1949b7dacca80c353db1b4d9eb5f0c18ea352fd31eec7312ab964da8b6e5e9bc2f98499de1a08bd67734f857072800be6879df7f388b1d9b78c865c04708d5c SHA512 82fd396c70ca3322b2dcacddf1f1ae2f53c147e99f4c71d95952a60abcbb2fbbb11686f5fb863364c30acc2cd879d4ba5f2b539493f2976d9a2fa118a40efcf5
DIST azure-keyvault-pkcs11-0_p20250501.tar.gz 22208 BLAKE2B 3b8b8bbee4cd9f513cc4448fe9766b91b18162721481f63988e2b05f5f5da548680fdb5bc72aa0727a34d1ae232332e8edc68954e23a040561ca06df96668123 SHA512 920e11bda29c0bb2344b24f5330fc3ee7b1950a58ffe0516069c15771c0f02c0cfcc907d7b3a0f13b440a4e38aa29c005287420a8a675236f74fa59e56134ae6

View File

@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
COMMIT="d6e74962ca05bc0ea329ead2e59e3022ebff2649" # chewi/rename
COMMIT="200e1f533e65c35009cc2ec256446cff1314b68b"
DESCRIPTION="PKCS#11 module for Azure Key Vault"
HOMEPAGE="https://github.com/jepio/azure_keyvault_pkcs11"
SRC_URI="https://github.com/jepio/azure_keyvault_pkcs11/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

View File

@ -22,9 +22,6 @@
# Seems to be the only available ebuild in portage-stable right now.
=app-crypt/adcli-0.9.2 ~arm64
# Needs cleaning up and adding to Gentoo before stabilising
=app-crypt/azure-keyvault-pkcs11-0_p20241129 ~amd64
# Needed by arm64-native SDK
=app-crypt/ccid-1.5.5 ~arm64
@ -85,9 +82,14 @@
# Needed to address CVE-2024-53580.
=net-misc/iperf-3.18 ~amd64 ~arm64
# Package has not been stabilised yet. Nothing is using it in Gentoo,
# so it will never be stabilized. Thus an unusual form is used to pick
# up the latest version of the package with the unstable keywords.
# Packages are in Gentoo but not expected to be used outside Flatcar, so they
# are generally never stabilised. Thus an unusual form is used to pick up the
# latest version of the package with the unstable keywords.
app-crypt/azure-keyvault-pkcs11
dev-cpp/azure-core
dev-cpp/azure-identity
dev-cpp/azure-security-keyvault-certificates
dev-cpp/azure-security-keyvault-keys
sys-apps/azure-vm-utils
# Keep versions on both arches in sync.