From 0da5c40f264673f79a9d8c95d465d1cab718d282 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Feb 2023 20:02:26 +0000 Subject: gentoo auto-resync : 15:02:2023 - 20:02:26 --- app-crypt/Manifest.gz | Bin 24123 -> 24119 bytes app-crypt/tpm2-pkcs11/Manifest | 4 +- app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild | 61 ------------------------- app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild | 61 +++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild create mode 100644 app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild (limited to 'app-crypt') diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index a9498c9da43a..acf88490e59f 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/tpm2-pkcs11/Manifest b/app-crypt/tpm2-pkcs11/Manifest index 102d9c237f63..88183694b73e 100644 --- a/app-crypt/tpm2-pkcs11/Manifest +++ b/app-crypt/tpm2-pkcs11/Manifest @@ -1,3 +1,3 @@ -DIST tpm2-pkcs11-1.8.0.tar.gz 1393977 BLAKE2B c959e9e593dde903eac4b26ac85a39d1c73bfb9b6be558d7338dae1a710eb836385b08ddca27689f0573242d40ee072fa5d6685186a50e10ea42b8679389cf92 SHA512 599feb4d888c25a3359927b1d408f9ce85ba69d8a0e7af7ae9f3736e8940ec8d5f58b3094bef3b6515c0b1810249ea98cd73dbce592cb63de3b45ff976adda80 -EBUILD tpm2-pkcs11-1.8.0.ebuild 1397 BLAKE2B 4d88ed5c817c8d2b6ee56593b0f8478e43e793638ab0b78bd5122224f027d33631d2bb583220e5ba0695fd4351f975cc2ec33f2881e9a8914b50ea88b670f4e0 SHA512 a92e5e0e340565cb42eac2dc90383c00753b035223cc93d0acd2dcb22b2fbb89dcf49556fff2da89b4ccb6edc1abe64fd08abf33bdbc118913a2d69cd0ad25e3 +DIST tpm2-pkcs11-1.9.0.tar.gz 1396590 BLAKE2B a5880b61463154d8f17549c442c7eca49b7a438335c264022d81fa93079b83633cba8ff8c3377f5829a896e6f5f55688018d8c3a78cb8223a888c7d6bfcaf555 SHA512 e88e78790a8d4d5a67713855106860e90dd18da00dc738ca7bfebf7979cdde54ce5089d0be015e7a208117bf393db700ca7739986c5e8138ee0e3b37344614b0 +EBUILD tpm2-pkcs11-1.9.0.ebuild 1397 BLAKE2B 4d88ed5c817c8d2b6ee56593b0f8478e43e793638ab0b78bd5122224f027d33631d2bb583220e5ba0695fd4351f975cc2ec33f2881e9a8914b50ea88b670f4e0 SHA512 a92e5e0e340565cb42eac2dc90383c00753b035223cc93d0acd2dcb22b2fbb89dcf49556fff2da89b4ccb6edc1abe64fd08abf33bdbc118913a2d69cd0ad25e3 MISC metadata.xml 563 BLAKE2B 2941f98612d53afaa52bb0d6b635ab83f51932a9446dfb4724326ce9a3da9b3c5a94cf1550f1a7d29b0d0bb2176c3d5b9ab38810f2d520617cc36eff029a607e SHA512 7f0b1d5349a60227c434bee6d150f1287182bda634b1197f9b9ebd91cac32cdb4a2e21796728526b1168e9f8d358fdc8d836e93ca65fb6419d26e418ccf87275 diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild deleted file mode 100644 index 9397bc4f864f..000000000000 --- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 - -DESCRIPTION="A PKCS#11 interface for TPM2 hardware" -HOMEPAGE="https://tpm2-software.github.io/" -SRC_URI="https://github.com/tpm2-software/tpm2-pkcs11/releases/download/${PV}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="fapi test" -REQUIRED_USE="( ${PYTHON_REQUIRED_USE} )" - -# Units tests only for now -RESTRICT="!test? ( test )" - -RDEPEND="${PYTHON_DEPS} - app-crypt/p11-kit - app-crypt/tpm2-abrmd - app-crypt/tpm2-tools[fapi?] - !fapi? ( app-crypt/tpm2-tss:= ) - fapi? ( >=app-crypt/tpm2-tss-3.0.1:=[fapi] ) - dev-db/sqlite:3 - dev-libs/libyaml - dev-libs/openssl:= - $(python_gen_cond_dep ' - dev-python/bcrypt[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pyasn1-modules[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/tpm2-pytss[${PYTHON_USEDEP}] - ') -" - -DEPEND="test? ( dev-util/cmocka ) - ${RDEPEND}" -BDEPEND="${PYTHON_DEPS} - sys-devel/autoconf-archive - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable fapi) \ - $(use_enable test unit) -} - -src_install() { - default - python_domodule tools/tpm2_pkcs11 - python_newscript tools/tpm2_ptool.py tpm2_ptool - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild new file mode 100644 index 000000000000..9397bc4f864f --- /dev/null +++ b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_REQ_USE="sqlite" + +inherit python-single-r1 + +DESCRIPTION="A PKCS#11 interface for TPM2 hardware" +HOMEPAGE="https://tpm2-software.github.io/" +SRC_URI="https://github.com/tpm2-software/tpm2-pkcs11/releases/download/${PV}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="fapi test" +REQUIRED_USE="( ${PYTHON_REQUIRED_USE} )" + +# Units tests only for now +RESTRICT="!test? ( test )" + +RDEPEND="${PYTHON_DEPS} + app-crypt/p11-kit + app-crypt/tpm2-abrmd + app-crypt/tpm2-tools[fapi?] + !fapi? ( app-crypt/tpm2-tss:= ) + fapi? ( >=app-crypt/tpm2-tss-3.0.1:=[fapi] ) + dev-db/sqlite:3 + dev-libs/libyaml + dev-libs/openssl:= + $(python_gen_cond_dep ' + dev-python/bcrypt[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] + dev-python/pyasn1-modules[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/tpm2-pytss[${PYTHON_USEDEP}] + ') +" + +DEPEND="test? ( dev-util/cmocka ) + ${RDEPEND}" +BDEPEND="${PYTHON_DEPS} + sys-devel/autoconf-archive + virtual/pkgconfig" + +src_configure() { + econf \ + $(use_enable fapi) \ + $(use_enable test unit) +} + +src_install() { + default + python_domodule tools/tpm2_pkcs11 + python_newscript tools/tpm2_ptool.py tpm2_ptool + find "${ED}" -name '*.la' -delete || die +} -- cgit v1.2.3