Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37892319
en ru br
Репозитории ALT

Группа :: Система/Настройка/Прочее
Пакет: tpm2-tools

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: tpm2-tools-5.5-alt1.patch
Скачать


 .gear/rules                                        |  2 +
 .../tags/c04f37e196bbea46598dfa5555b69e6e9014b269  | 33 +++++++++++
 .gear/tags/list                                    |  1 +
 .gear/upstream/remotes                             |  3 +
 bootstrap                                          |  2 +-
 tpm2-tools.spec                                    | 64 ++++++++++++++++++++++
 6 files changed, 104 insertions(+), 1 deletion(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 00000000..4fcfd994
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:.
+diff: @version@:. .
diff --git a/.gear/tags/c04f37e196bbea46598dfa5555b69e6e9014b269 b/.gear/tags/c04f37e196bbea46598dfa5555b69e6e9014b269
new file mode 100644
index 00000000..925434ac
--- /dev/null
+++ b/.gear/tags/c04f37e196bbea46598dfa5555b69e6e9014b269
@@ -0,0 +1,33 @@
+object 7ef8b4c3f2b4b7981df07798477d376e420f606a
+type commit
+tag 5.5
+tagger William Roberts <william.c.roberts@intel.com> 1676300928 -0600
+
+5.5 - 2022-02-13
+
+Added
+  * tpm2_createek:
+      - SM2 EK Support
+
+  * misc:
+    - SM2 support to internal OSSL format key routines. Fixes --format
+      flags for conversions.
+
+Fixed:
+  * echo_tcti.py: set to use python3 named executable in shebang.
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEW0grjj4Z2nyXjh0BbeLpB44fUMEFAmPqUokACgkQbeLpB44f
+UMGDXQ/+KRi3Q+qqCC5+EQ10OyYCjBQDeFYTkXTFP+A9gGrc6vclDPrzqfd70ZN9
+5TZI5+LQ0IACag4mZkBMluUMhQgHYzrPfWdMcO8h0reC+LrD9Whpm6wffT2meuId
+8I+cvLgsZ9S9BItHQpr7nny0iMLj9dpq8+6H3U/vODumrfSXygbDlPG+tCg2B3de
+x699U/oSE6Kh1xYxJ8UiGUv8PbmkgrPEK++yA8HE2yEHturl8Lg37WPqDxlQkdfd
+7Ym1oUF1M/iGbRgbH5suslxyCLtAX22S6T8plUMBBoZfBzXBKw6t6wvgh/9chNIV
+KOwfXCBjiphYPwa9dJoqfivcSSFQWtYptsYXL4X3UgABBXCxPvPcgvcxcgeTuUTv
+ri4FqpHp5FaIUNQme03hiWWE/S4RYRwnvARl8qF10NyTsAKQeXPdLCOYAL85lS8C
+PLb4++a+b8MTnXS/sl1AyT5pAiLqfi7e+Mf1NCEIprGeamPyEEZTLRGDi2/O+O1R
+1L3WmxRn6dUjtgKSfdeOsGH5cV8ESNkxjn1sOgxVgbptkkXWvaqWJ/W2ec+1WHyQ
+WhozD8hV50lW6CSM3nv2gdwX44RBrb7QOav7a/l8Xxs2diqvavUAFOSZtz1/d+lf
+F0YlCnZzQefPxGs+u8HMKL8CUlJD5Ei/Kygw5GjpfrlErTaPhfw=
+=mUfq
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 00000000..6a1e7a8e
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+c04f37e196bbea46598dfa5555b69e6e9014b269 5.5
diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes
new file mode 100644
index 00000000..3e76ec00
--- /dev/null
+++ b/.gear/upstream/remotes
@@ -0,0 +1,3 @@
+[remote "upstream"]
+	url = https://github.com/tpm2-software/tpm2-tools.git
+	fetch = +refs/heads/*:refs/remotes/upstream/*
diff --git a/bootstrap b/bootstrap
index f8de2d37..1044399f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@ set -e
 
 # Generate a VERSION file that is included in the dist tarball to avoid needed git
 # when calling autoreconf in a release tarball.
-git describe --tags --always --dirty > VERSION
+#git describe --tags --always --dirty > VERSION
 
 # generate list of source files for use in Makefile.am
 # if you add new source files, you must run ./bootstrap again
diff --git a/tpm2-tools.spec b/tpm2-tools.spec
new file mode 100644
index 00000000..7cdea331
--- /dev/null
+++ b/tpm2-tools.spec
@@ -0,0 +1,64 @@
+%define _unpackaged_files_terminate_build 1
+%define _localstatedir %_var
+
+Name: tpm2-tools
+Version: 5.5
+Release: alt1
+Summary: A bunch of TPM testing toolS build upon tpm2-tss
+Group: System/Configuration/Other
+
+License: BSD
+Url: https://github.com/tpm2-software/tpm2-tools
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildRequires: autoconf-archive
+BuildRequires: pandoc
+BuildRequires: pkgconfig(cmocka)
+BuildRequires: pkgconfig(libcurl)
+BuildRequires: pkgconfig(openssl) libssl-devel pkgconfig(libcrypto) >= 1.1.0
+BuildRequires: pkgconfig(tss2-mu) >= 3.1.0
+BuildRequires: pkgconfig(tss2-sys) >= 3.1.0
+BuildRequires: pkgconfig(tss2-esys) >= 3.1.0
+BuildRequires: pkgconfig(uuid)
+BuildRequires: pkgconfig(efivar)
+
+Requires: libtpm2-tss0 >= 3.1.0
+
+%description
+tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss.
+
+%prep
+%setup
+%patch -p1
+echo %version > VERSION
+
+%build
+./bootstrap
+#%%autoreconf
+%configure --disable-static
+%make_build
+
+%install
+%makeinstall_std
+
+%files
+%doc docs/LICENSE
+%doc README.md docs/CHANGELOG.md
+%_bindir/*
+%_datadir/bash-completion/completions/*
+%_man1dir/*
+
+%changelog
+* Sat Feb 18 2023 Alexey Shabalin <shaba@altlinux.org> 5.5-alt1
+- new version 5.5
+
+* Mon Nov 01 2021 Alexey Shabalin <shaba@altlinux.org> 5.2-alt1
+- new version 5.2
+
+* Tue Aug 31 2021 Alexey Shabalin <shaba@altlinux.org> 5.1.1-alt2
+- Up release for greater then in fedoraimport.
+
+* Sat Aug 28 2021 Alexey Shabalin <shaba@altlinux.org> 5.1.1-alt1
+- Initial build.
+
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin