Skip to content

Commit 398fed6

Browse files
authored
Merge pull request #2864 from flatcar/chewi/new-az-kv-pkcs11
app-crypt/azure-keyvault-pkcs11: Bump snapshot ahead of first release
2 parents 3fe08f9 + 75d2097 commit 398fed6

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST azure-keyvault-pkcs11-0_p20241129.tar.gz 22227 BLAKE2B c1949b7dacca80c353db1b4d9eb5f0c18ea352fd31eec7312ab964da8b6e5e9bc2f98499de1a08bd67734f857072800be6879df7f388b1d9b78c865c04708d5c SHA512 82fd396c70ca3322b2dcacddf1f1ae2f53c147e99f4c71d95952a60abcbb2fbbb11686f5fb863364c30acc2cd879d4ba5f2b539493f2976d9a2fa118a40efcf5
1+
DIST azure-keyvault-pkcs11-0_p20250501.tar.gz 22208 BLAKE2B 3b8b8bbee4cd9f513cc4448fe9766b91b18162721481f63988e2b05f5f5da548680fdb5bc72aa0727a34d1ae232332e8edc68954e23a040561ca06df96668123 SHA512 920e11bda29c0bb2344b24f5330fc3ee7b1950a58ffe0516069c15771c0f02c0cfcc907d7b3a0f13b440a4e38aa29c005287420a8a675236f74fa59e56134ae6
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Copyright 1999-2024 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

66
inherit cmake
77

8-
COMMIT="d6e74962ca05bc0ea329ead2e59e3022ebff2649" # chewi/rename
8+
COMMIT="200e1f533e65c35009cc2ec256446cff1314b68b"
99
DESCRIPTION="PKCS#11 module for Azure Key Vault"
1010
HOMEPAGE="https://github.com/jepio/azure_keyvault_pkcs11"
1111
SRC_URI="https://github.com/jepio/azure_keyvault_pkcs11/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Seems to be the only available ebuild in portage-stable right now.
2323
=app-crypt/adcli-0.9.2 ~arm64
2424

25-
# Needs cleaning up and adding to Gentoo before stabilising
26-
=app-crypt/azure-keyvault-pkcs11-0_p20241129 ~amd64
27-
2825
# Needed by arm64-native SDK
2926
=app-crypt/ccid-1.5.5 ~arm64
3027

@@ -85,9 +82,14 @@
8582
# Needed to address CVE-2024-53580.
8683
=net-misc/iperf-3.18 ~amd64 ~arm64
8784

88-
# Package has not been stabilised yet. Nothing is using it in Gentoo,
89-
# so it will never be stabilized. Thus an unusual form is used to pick
90-
# up the latest version of the package with the unstable keywords.
85+
# Packages are in Gentoo but not expected to be used outside Flatcar, so they
86+
# are generally never stabilised. Thus an unusual form is used to pick up the
87+
# latest version of the package with the unstable keywords.
88+
app-crypt/azure-keyvault-pkcs11
89+
dev-cpp/azure-core
90+
dev-cpp/azure-identity
91+
dev-cpp/azure-security-keyvault-certificates
92+
dev-cpp/azure-security-keyvault-keys
9193
sys-apps/azure-vm-utils
9294

9395
# Keep versions on both arches in sync.

0 commit comments

Comments
 (0)