Commit Graph

39 Commits

Author SHA1 Message Date
Peter Robinson 5ebc902934 5.5 2023-02-16 08:34:41 +00:00
Peter Robinson a6f4d0df36 5.5-RC1, Enable LTO (RHBZ#1986628) 2022-12-19 03:49:30 +00:00
Peter Robinson 9660b32bdb correct 5.4 2022-12-08 14:59:36 +00:00
Peter Robinson d363a5214e v 5.4 2022-12-08 14:48:31 +00:00
Peter Robinson d8a537b8e8 5.3 2022-09-28 15:42:31 +01:00
Peter Robinson a1ffe00ec5 5.2.0 2021-10-02 19:20:57 +01:00
Peter Robinson 96bd769d3f v5.1.1 - CVE-2021-3565 2021-06-21 22:59:03 +01:00
Peter Robinson cfa3e4dea2 v5.1 2021-05-25 10:21:59 +01:00
Peter Robinson d9af823411 tpm2-tools 5.0 2020-11-23 08:22:43 +00:00
Peter Robinson 06a18619c9 4.3.0 2020-08-29 12:47:38 +01:00
Peter Robinson b765e5369b 4.2.1 2020-05-27 10:02:55 +01:00
Peter Robinson badd4373ef v4.2 2020-04-14 19:54:53 +01:00
Yunying Sun 38c3ac1219 Update to 4.1 release 2019-11-28 10:14:17 +08:00
Yunying Sun 41f9d69ee3 Update to 4.0.1 release 2019-10-29 16:19:30 +08:00
Peter Robinson 509033387b 4.0 2019-09-10 17:16:17 +01:00
Javier Martinez Canillas ee872d45df
Use a release tarball instead of a source code tarball
The current source tarball isn't a release tarball but a source code
tarball. Which means that a configure script isn't present and the
bootstrap script needs to be executed in order to build the package.

But it messes with the PACKAGE_VERSION variable that's correctly set
in the release tarball. So the tools don't provide a correct version:

$ tpm2_createprimary -v
tool="tpm2_createprimary" version="" tctis="libtss2-tctildr" tcti-default=tcti-device

When using the release tarball instead:

$ tpm2_createprimary -v
tool="tpm2_createprimary" version="4.0-rc2" tctis="libtss2-tctildr" tcti-default=tcti-device

Also, the Source URL isn't correct so tools that rely on it won't work:

$ spectool -g tpm2-tools.spec
...
curl: (22) The requested URL returned error: 404 Not Found

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2019-09-06 18:46:57 +02:00
Peter Robinson c324fb7dbf 4.0 RC2 2019-09-06 13:08:34 +01:00
Peter Robinson 436602f4e8 4.0 RC1 2019-08-27 10:10:51 +01:00
Peter Robinson 0a0c5a2be3 Update to 4.0 RC0 2019-08-20 15:05:29 +01:00
Yunying Sun 6165724ecb Update to 3.2.0 release 2019-06-21 15:05:33 +08:00
Yunying Sun aea7a2fbdd Update to 3.1.4 release 2019-03-15 10:43:06 +08:00
Yunying Sun 1d7ef2c742 Update to 3.1.3 release 2018-11-07 13:45:49 +08:00
Javier Martinez Canillas 8c0d198913
Update to 3.1.2 release
The release contains several bugfixes. This change also adds some upstream
patches that fixes backward incompatibilities changes that were introduced
in the 3.1.0 release.

Resolves: rhbz#1625647

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-09-13 01:30:21 +02:00
Yunying Sun d10185ca57 Update to 3.1.1 release 2018-07-12 13:44:04 +08:00
Yunying Sun 3304a4eec1 Update to 3.1.0 release 2018-07-05 10:14:58 +08:00
Javier Martinez Canillas a9aa52a877
Update to 3.0.4 release
tpm2-tools 3.0.4 version is just a minor release that contains several
fixes, the most important being a fix for how private keys were stored.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-04-30 12:40:43 +02:00
Javier Martinez Canillas 31faa1c50f
Update to 3.0.3 release
The tpm2-tools 3.0.2 version is just a minor release that fixes undefined
references in libmarshal and makes tools that don't use the TPM device to
not attempt to create a connection.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-01-16 11:15:27 +01:00
Javier Martinez Canillas 7e8346207c
Update to 3.0.2 release
The tpm2-tools 3.0.2 version was released, this is just a minor release
that fixes buffer overflows, other issues and adds integration tests to
the generated tarball. Update the package to this latest version.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-12-18 21:03:51 +01:00
Javier Martinez Canillas be9299b3a8
Update to 3.0.1 release
The tpm2-tools 3.0.1 version was released, this is just a minor release
that fixes an issue that the LICENSE file and other docs were not added
to the generated tarball.

Update the package to this version and also use the generated tarball
instead of the source code tarball, now that includes a license file.

resolves: rhbz#1512743

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-12-12 14:18:51 +01:00
Javier Martinez Canillas d57864f54a
Update to 3.0 release
The tpm2-tools 3.0 was released, update the package to the latest version.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-12-11 08:09:10 +01:00
Javier Martinez Canillas b3574b6515
Update to 3.0 release candidate 1
This commit updates tpm2-tools to version 3.0-rc1. It also does some
cleanups to the package such as using the latest URL for the project
repository.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-11-29 10:13:43 +01:00
Javier Martinez Canillas 565cd7e724
Update to 2.1.1 release
This commit updates the tpm2-tools package to version 2.1.1. It also does
some cleanups such as changing the prefixes to tpm2-tools that is the new
name for the upstream project repository. Since this matches the pkg name
the global pkg_prefix can be removed.

It also removes the downstream patches since these are already present in
the latest upstream release.

resolves: rhbz#1504438

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-11-01 22:51:39 +01:00
Javier Martinez Canillas 2cf8f7b1b3 Remove unneeded source tarballs
The source tarballs don't need to be in the package git repository, since
tools building the package will obtain the source url from the SPEC file
and download it before doing the build.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-08-18 16:46:56 +08:00
Yunying Sun 835e95e538 Add patch to fix build error with openssl-devel 1.1x 2017-08-15 15:00:16 +08:00
Yunying Sun 908b3309dc Add patch to fix gcc7 complaining about implict-fallthrough cases 2017-07-31 15:36:29 +08:00
Yunying Sun cfa8828565 Revert "Add patch0 to fix build error about implicit-fallthrough cases"
This reverts commit 7afceb6d11.
2017-07-31 14:23:56 +08:00
Yunying Sun 7afceb6d11 Add patch0 to fix build error about implicit-fallthrough cases 2017-07-31 11:01:39 +08:00
Yunying Sun 5316d66db6 Update to latest upstream release 2.1.0 2017-07-28 11:09:11 +08:00
Fedora Release Engineering 5085f8574b Initial setup of the repo 2017-01-18 13:51:04 +00:00