summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2021-12-17tpm2-software: disable link time optimisationJonas Witschel
The test suites of this package use -Wl,--wrap which does not work with LTO (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643), so disable it for now.
2020-11-24upgpkg: tpm2-tools-git 5.0.r15.713c2ab5-1: switch from ibm-sw-tpm2 to swtpmJonas Witschel
ibm-sw-tpm2 still works fine as a TPM simulator, but the new upstream default since tpm2-tss 3.0 is swtpm.
2020-11-16upgpkg: tpm2-tools-git 5.0.r0.684eeed0-1: rename libutil-linux to ↵Jonas Witschel
util-linux-libs
2020-07-23upgpkg: tpm2-tools-git 4.2.r208.279bc782-1: add libdependsJonas Witschel
2020-03-12upgpkg: tpm2-tools-git 4.2rc0.r0.eb855d1c-1: update license locationJonas Witschel
Upstream has moved the license file to the subfolder "doc".
2020-03-12upgpkg: tpm2-tools-git 4.1.1.r83.0561d94d-1: depend on stable tpm2-tssJonas Witschel
tpm2-tss 2.4.0 has been released, so there is currently no need to depend on the VCS package any more.
2020-02-11upgpkg: tpm2-tools-git 4.1.1.r41.305011b2-1Jonas Witschel
Add expect as checkdepends, required since upstream commit 305011b2a7d091740fa01dbfbd27a48a76f670f7.
2020-02-05upgpkg: tpm2-tools-git 4.1.1.r36.c375bb10-1Jonas Witschel
Since upstream commit e9d4e2f494b25d05bcfd7b1c3d815d804115df1b tpm2-tools-git uses Esys_GetSysContext(), which will only be available in the upcoming tpm2-tss 2.4.0.
2020-01-13upgpkg: tpm2-tools-git 4.1.1rc1.r0.9a79aab0-1Jonas Witschel
Fix pkgver() to work with uppercase "RC" suffixes as well.
2019-11-06upgpkg: tpm2-tools-git 4.1rc0.r0.76a88035-1Jonas Witschel
Remove underscore preceeding "rc" in pkgver so that vercmp correctly sorts final versions after release candidates.
2019-09-17Depend on repository packages instead of VCS packagesJonas Witschel
tpm2-tss 2.3.1 and tpm2-tools 4.0 are now available in the repositories, so we can use these instead of the -git AUR packages.
2019-09-11upgpkg: tpm2-tools-git 4.0.r35.785bfed1-1Jonas Witschel
Add iproute2 as checkdepends, required for the ss executable
2019-05-16upgpkg: tpm2-tools-git 3.0.2.r1084.2449c391-1Jonas Witschel
--disable-debug is not necessary any more since upstream commit 2449c391751f1a8bbf5e6fc77e235b48371729cf removed -O0 from CFLAGS and debugging information gets stripped by default anyway.
2019-05-14upgpkg: tpm2-tools-git 3.0.2.r1075.070683a5-1Jonas Witschel
Upstream now uses AX_IS_RELEASE and AX_CHECK_ENABLE_DEBUG, so we need to explicitly disable debugging information (it doesn't work anyway at the moment because -O0 is added to CFLAGS, but _FORTIFY_SOURCE requires building with optimisation enabled).
2019-05-07upgpkg: tpm2-tools-git 3.0.2.r1061.82d5b49c-1Jonas Witschel
With the released version 2.2.2, the integration test tcti/abrmd/extended-sessions.sh fails. Temporarily depend on tpm2-tss-git until this is resolved in a new release.
2019-04-18Simplify pkgver()Jonas Witschel
2019-02-21Remove patch for autoconf-archive 2019.01.06 included upstreamJonas Witschel
2019-01-27Prefix custom variable name with underscoreJonas Witschel
2019-01-15Simplify duplicate ./configure callJonas Witschel
2019-01-08Patch Makefile to work with autoconf-archive 2019.01.06Jonas Witschel
2018-12-10Remove versioned dependenciesJonas Witschel
starting
2018-10-15Move bootstrap to prepare()Jonas Witschel
2018-08-02Remove superfluous configure options; Add test suiteJonas Witschel
2018-07-28Remove unnecessary checkdependsJonas Witschel
2018-07-28Clean up PKGBUILD and update maintainerJonas Witschel
2017-08-12fix makedepends and source pathHaochen Tong
2017-07-31newpkg: tpm2-tools-gitHaochen Tong