From 0d3d3c9f41be89601c200515279ae7426fc435ef Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 19:42:49 +0300 Subject: [PATCH] import tpm2-pkcs11-1.9.0-6.el10 --- .gitignore | 2 + .tpm2-pkcs11.metadata | 2 + SOURCES/tpm2-pkcs11-1.9.0.tar.gz.asc | 16 ++ SPECS/tpm2-pkcs11.spec | 241 +++++++++++++++++++++++++++ 4 files changed, 261 insertions(+) create mode 100644 .gitignore create mode 100644 .tpm2-pkcs11.metadata create mode 100644 SOURCES/tpm2-pkcs11-1.9.0.tar.gz.asc create mode 100644 SPECS/tpm2-pkcs11.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..921a4f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/gpgkey-8E1F50C1.gpg +SOURCES/tpm2-pkcs11-1.9.0.tar.gz diff --git a/.tpm2-pkcs11.metadata b/.tpm2-pkcs11.metadata new file mode 100644 index 0000000..603263c --- /dev/null +++ b/.tpm2-pkcs11.metadata @@ -0,0 +1,2 @@ +46f82c0fdf30219e0d95c6e9291bbc708b315080 SOURCES/gpgkey-8E1F50C1.gpg +fe9fc7b023d56791ac1b03e5021ff21955b4f134 SOURCES/tpm2-pkcs11-1.9.0.tar.gz diff --git a/SOURCES/tpm2-pkcs11-1.9.0.tar.gz.asc b/SOURCES/tpm2-pkcs11-1.9.0.tar.gz.asc new file mode 100644 index 0000000..fc2667f --- /dev/null +++ b/SOURCES/tpm2-pkcs11-1.9.0.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEW0grjj4Z2nyXjh0BbeLpB44fUMEFAmPZLrwACgkQbeLpB44f +UMG/fxAAq6LcxojU451o7FavO481TX3zq3qyYTmEkrTtRO2rnbKEyOcDP75FOYG7 +8gFFEZYNgucFU9qW9vzqe7d4whokijozNVcUy7+Wz/qr2e2DTEom8jC/1FIrBwQT +Ahn6w+vCjYm8ZBcBO5w97U8ZDOB7FOovFRZBMaDuyWeEVsVxN3xWupAmth4B6L2h +W8CmuQZTDAX2SmbbjnmBSCDkW8/hyuSIcHzsTRUxeRsVe2WVoGKUkl39zDHOJsOi +Fo/uEkZiwVGFQtNo7LxCXooXZfcpfKDK2AL9fto03Rl4DTB7CW5xqEK3ybECa89i +8sed2wMQLMibwzbln2GGfOu/Lr6We3nd98FEitKKXeSuMraDp5m0r+JMLvx43d9J +vGHVLJoEQ3JabUUctxOi5R2ZYYEalBRzuBwpDt1qWhGqwt0VAOKVrW3NMs3vJci5 +bFG2sVxiekTK26S2ozsr0Pivl6mAlZRDGVAoff1iiLWJAr10hmGV7etSsARR87Ag +lSnGBCqwk1d9RzI1VigXIbR0ZdHotry2B4CjIQDm4y71JLJopc4hpjD5tDFz5PZ6 +bLCV4jVrBq5kjgABMcIY/MmMPQ+2oE2x2Manqbj2T18mHQYj7rKhJ94ZRlJxILE4 +C29jS025HtEsYc+FVO2qfCok5p0p6v4n1aBrkzr4S6/RGUwy19s= +=9JcL +-----END PGP SIGNATURE----- diff --git a/SPECS/tpm2-pkcs11.spec b/SPECS/tpm2-pkcs11.spec new file mode 100644 index 0000000..d92b815 --- /dev/null +++ b/SPECS/tpm2-pkcs11.spec @@ -0,0 +1,241 @@ +#global candidate RC0 + +Name: tpm2-pkcs11 +Version: 1.9.0 +Release: 6%{?candidate:.%{candidate}}%{?dist} +Summary: PKCS#11 interface for TPM 2.0 hardware + +License: BSD-2-Clause +URL: https://github.com/tpm2-software/tpm2-pkcs11 +Source0: https://github.com/tpm2-software/%{name}/releases/download/%{version}%{?candidate:-%{candidate}}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz +Source1: https://github.com/tpm2-software/%{name}/releases/download/%{version}%{?candidate:-%{candidate}}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz.asc +# William Roberts (Bill Roberts) key from pgp.mit.edu +Source2: gpgkey-8E1F50C1.gpg + +BuildRequires: gcc +BuildRequires: make +BuildRequires: python3 +BuildRequires: libgcrypt-devel +BuildRequires: libyaml-devel +BuildRequires: openssl-devel +BuildRequires: p11-kit-devel +BuildRequires: sqlite-devel +BuildRequires: tpm2-tools +BuildRequires: tpm2-tss-devel +BuildRequires: tpm2-abrmd-devel +# for tools +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pyasn1-modules +BuildRequires: python3-pyyaml +BuildRequires: python3-cryptography +BuildRequires: python3-tpm2-pytss +# for tests +BuildRequires: libcmocka-devel +BuildRequires: dbus-daemon +%if ! 0%{?rhel} +# not available in RHEL +BuildRequires: python3-bcrypt +%endif +# for tarball signature verification +BuildRequires: gnupg2 + +%description +PKCS #11 is a Public-Key Cryptography Standard that defines a standard method +to access cryptographic services from tokens/ devices such as hardware security +modules (HSM), smart cards, etc. In this project we intend to use a TPM2 device +as the cryptographic token. + +%package tools +Summary: The tools required to setup and configure TPM2 for PKCS#11 +# Automatic generator does not work for me even though the requires.txt is in place +Requires: python3-cryptography +Requires: python3-pyyaml +Requires: python3-pyasn1-modules +Requires: python3-tpm2-pytss + +%description tools +The tools required to setup and configure TPM2 for PKCS#11. + +%prep +gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} +%autosetup -p1 -n %{name}-%{version}%{?candidate:-%{candidate}} +%if 0%{?rhel} +sed -i -e "/'bcrypt',/d" tools/setup.py +%endif + + +%build +%configure --enable-unit +%{make_build} +cd tools +%py3_build + + +%install +%make_install +rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/tpm2-pkcs11.pc +[ -f $RPM_BUILD_ROOT%{_libdir}/pkcs11/libtpm2_pkcs11.la ] && \ + rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/libtpm2_pkcs11.la +[ -f $RPM_BUILD_ROOT%{_libdir}/pkcs11/libtpm2_pkcs11.a ] && \ + rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/libtpm2_pkcs11.a +cd tools +%py3_install +install -Dpm 755 tpm2_ptool $RPM_BUILD_ROOT%{_bindir}/tpm2_ptool + + +%check +make check +cd tools +%{__python3} setup.py test + + +%files +%license LICENSE +%{_datadir}/p11-kit/modules/tpm2_pkcs11.module +%%dir %{_libdir}/pkcs11 +%{_libdir}/pkcs11/libtpm2_pkcs11.so +%{_libdir}/pkcs11/libtpm2_pkcs11.so.0* + +%files tools +%{_bindir}/tpm2_ptool +%{python3_sitelib}/tpm2_pkcs11/* +%{python3_sitelib}/tpm2_pkcs11_tools-*/* + + +%changelog +* Mon Jun 24 2024 Troy Dawson - 1.9.0-6 +- Bump release for June 2024 mass rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Sep 26 2023 Štěpán Horáček - 1.9.0-4 +- Migrate license to SPDX + +* Sat Jul 22 2023 Fedora Release Engineering - 1.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 1.9.0-2 +- Rebuilt for Python 3.12 + +* Wed Feb 01 2023 Peter Robinson - 1.9.0-1 +- Update to 1.9.0 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Dec 07 2022 Jakub Jelen - 1.8.0-2 +- Add missing requires for the tools subpackage (#2148392) + +* Wed Oct 26 2022 Jakub Jelen - 1.8.0-1 +- New upstream release (#2064490) + +* Sat Jul 23 2022 Fedora Release Engineering - 1.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jun 14 2022 Python Maint - 1.7.0-3 +- Rebuilt for Python 3.11 + +* Sat Jan 22 2022 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Sep 27 2021 Peter Robinson - 1.7.0-1 +- Update to 1.7.0 + +* Tue Sep 14 2021 Sahana Prasad - 1.6.0-4 +- Rebuilt with OpenSSL 3.0.0 + +* Fri Jul 23 2021 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.6.0-2 +- Rebuilt for Python 3.10 + +* Tue May 25 2021 Peter Robinson - 1.6.0-1 +- Update to 1.6.0 + +* Mon Feb 01 2021 Jakub Jelen - 1.5.0-4} +- Unbreak the build on s390x (#1923383) + +* Wed Jan 27 2021 Fedora Release Engineering - 1.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 07 2020 Jeff Law - 1.5.0-2 +- Avoid stringop-overflow diagnostic in testsuite + +* Wed Nov 18 2020 Jakub Jelen - 1.5.0-1 +- New upstream release + +* Tue Sep 15 2020 Jeff Law - 1.4.0-2 +- Fix two source over-reads detected by gcc-11 + +* Mon Aug 24 2020 Peter Robinson - 1.4.0-1 +- Update to 1.4.0 + +* Mon Aug 10 2020 Peter Robinson - 1.3.2-1 +- Update to 1.3.2 + +* Mon Jul 27 2020 Peter Robinson - 1.3.1-1 +- Update to 1.3.1 + +* Tue Jul 07 2020 Peter Robinson - 1.3.0-1 +- Update to 1.3.0 + +* Thu Jul 02 2020 Jakub Jelen - 1.3.0-0.1-RC0 +- Update to 1.3.0-RC0 + +* Tue May 26 2020 Miro Hrončok - 1.2.0-2 +- Rebuilt for Python 3.9 + +* Mon Mar 30 2020 Peter Robinson - 1.2.0-1 +- Update to 1.2.0 + +* Mon Mar 09 2020 Peter Robinson - 1.1.0-1 +- Update to 1.1.0 + +* Mon Mar 2 2020 Peter Robinson 1.1.0-0.1-RC1 +- Update to 1.1.0 RC1 candidate + +* Mon Feb 10 2020 Jakub Jelen - 1.0.1-3 +- Unbreak build with gcc10 (#1796383) + +* Fri Jan 31 2020 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Jakub Jelen - 1.0.1-1 +- New upstream release (#1784580) + +* Tue Dec 31 2019 Peter Robinson 1.0-1 +- Update to 1.0 stable release + +* Thu Dec 26 2019 Peter Robinson 1.0-0.1-RC1 +- Update to 1.0 RC1 candidate + +* Fri Oct 11 2019 Jakub Jelen - 0-0.3.20191011git0b7ceff +- Update to current git version +- Fix missing requires (#1757179) + +* Thu Oct 03 2019 Miro Hrončok - 0-0.7.20190813git2f3058c +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Wed Aug 21 2019 Miro Hrončok - 0-0.6.20190813git2f3058c +- Rebuilt for Python 3.8 + +* Tue Aug 20 2019 Peter Robinson 0-0.5.20190813git2f3058c +- Update to new git snapshot for better use of tss2-tools 4.0 features + +* Mon Aug 19 2019 Miro Hrončok - 0-0.4.20190219git1e84553 +- Rebuilt for Python 3.8 + +* Sat Jul 27 2019 Fedora Release Engineering - 0-0.3.20190219git1e84553 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Apr 23 2019 Jakub Jelen - 0-0.2.20190219git1e84553 +- Package missing python tool for TPM2 initialization +- Update to current version from github + +* Tue Feb 19 2019 Jakub Jelen - 0-0.1.20190219git836d715 +- Initial release for Fedora + +