summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2019-04-30 06:51:22 +0200
committerJonas Witschel2019-04-30 06:51:22 +0200
commite17811c0c5899b45ab2fb48830a808704e40105e (patch)
tree4860071c8ae59cb9e09893229bc49bd772d7bf6a
parent666fae49e450ddc3e0727c1fc6e1376232baa765 (diff)
downloadaur-e17811c0c5899b45ab2fb48830a808704e40105e.tar.gz
upgpkg: tpm2-tss-git 2.0.0.r309.acf79cd6-1
The kernel regression was fixed in 5.0.10, so this fix is not necessary any more.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf24b6bc12c..c4d367661785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tpm2-tss-git
pkgdesc = Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)
- pkgver = 2.0.0.r292.e341d5db
+ pkgver = 2.0.0.r309.acf79cd6
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-tss
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 89082081594c..3218a708a17b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Witschel <diabonas at gmx dot de>
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=tpm2-tss-git
-pkgver=2.0.0.r292.e341d5db
+pkgver=2.0.0.r309.acf79cd6
pkgrel=1
pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)'
arch=('x86_64')
@@ -23,11 +23,6 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
-
- # Temporary fix for a regression in Linux kernel 5.0, see
- # https://github.com/tpm2-software/tpm2-tools/issues/1356#issuecomment-471641297
- sed --in-place 's/ | O_NONBLOCK//' src/tss2-tcti/tcti-device.c
-
./bootstrap
}