From 09351e78166b5e864197c4456ebae3f89dd0bed9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 22 Jan 2019 10:09:44 +0000 Subject: gentoo resync : 22.01.2019 --- app-crypt/tpm2-abrmd/Manifest | 2 +- .../tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) (limited to 'app-crypt/tpm2-abrmd') diff --git a/app-crypt/tpm2-abrmd/Manifest b/app-crypt/tpm2-abrmd/Manifest index c377f779261a..1f98875df8bb 100644 --- a/app-crypt/tpm2-abrmd/Manifest +++ b/app-crypt/tpm2-abrmd/Manifest @@ -1,4 +1,4 @@ -AUX tpm2-abrmd-2.0.3-build.patch 1219 BLAKE2B 3fdaf5018e2dca93c146be69505d48c3caf4a5cc07f1d658628c0297bbff2e2c2b22ecc0118bfb868409a84befa6f261c798387bd380038af11ddddcd4361eea SHA512 a4337ad1543e1580f5db8421a01c4031c6689bc0988e0c1ec4024ff003aa03c53bec68e5b27b25321d2828fa920129596fc3100c226bd91301eda6059af02248 +AUX tpm2-abrmd-2.0.3-build.patch 2266 BLAKE2B ae973682cd38c80405bbfb6c1cee5070c4df08579fe82dc169c04ff547f73d851eeeae0eafea8119dfe6569caace196ef1c523a673f6227ebfa2553cde631c47 SHA512 87ed96de2c8bd39b89e5570540ba84735b0fc3ded0c804b349f0d6588047b93df0df4fddacbe0e73c88c354ff38e9c8646a32eaf105de9f580f278be67a2b3e3 AUX tpm2-abrmd.confd 17 BLAKE2B f3b6301cb29f0f741c26025bded10af8948eb7f16faca051828b063f4fdab823309fac085e69e281600f77646f3e2bd91c1a5079bd675569aef8db762fdbe991 SHA512 ca7c4782ccc3ee7592bb4b24a6a81c624d22969cf9b9e1c3e22d45e85d3720836b1f22735ccf2ba51258c6eb0b30c4d88d7bed893f58b1aac7423fb7013529f9 AUX tpm2-abrmd.initd 390 BLAKE2B 5dbaccf073eba208e13c24f92127e41c4c71fe62dd9bf2062301efbcc16daa1559ffba127399a189d6466e21a8cf9b85ac0e09d34f495be58430eb3cfe0886ef SHA512 aef622face110e22831dddab8a6474b4d003e6d50da9d334653a88ef0a7fca88377379a56fef9c404af5222c8c2fb97090eca913aa7d96183c4e14d7ab470044 DIST tpm2-abrmd-2.0.3.tar.gz 563029 BLAKE2B 89c20066b05818825a2addacaf123568ec095d021e9811b78d11c336af9a9e97fe280a08b4478331663efd1da9b2db54207ca53728398aefe4407bfe4b0c7efd SHA512 70b431b9d09e1c1db819aabf6ca8e40a7553573339f43a6c872ad685b7822e5046bd8ede25dcd0608ce2d8fa32257f6c1dd7f234aa7d6a447ac795625d4e0fac diff --git a/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch b/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch index 72e823405e91..07c607579f12 100644 --- a/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch +++ b/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch @@ -30,3 +30,42 @@ index ecbc3bb..5973ff5 100644 AC_SUBST([PATH]) +From 353c5e962f46e3739b1e92cbf6b1f3eb500157fc Mon Sep 17 00:00:00 2001 +From: Alon Bar-Lev +Date: Thu, 17 Jan 2019 23:56:50 +0200 +Subject: [PATCH] tests: run without X + +Solves: + +$ DISPLAY= make check + +FAIL: test/tss2-tcti-tabrmd_unit + +** (process:17633): CRITICAL **: 23:53:22.403: failed to allocate dbus proxy object: +Error spawning command line ?dbus-launch --autolaunch=4f9189e347d5cdf343 + +Signed-off-by: Alon Bar-Lev + +https://github.com/tpm2-software/tpm2-abrmd/pull/577 +--- + .travis.yml | 2 +- + Makefile.am | 3 ++- + 2 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index b32a5fb..2598f13 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -76,7 +76,8 @@ XFAIL_TESTS = \ + TEST_EXTENSIONS = .int + AM_TESTS_ENVIRONMENT = \ + TEST_FUNC_LIB=$(srcdir)/scripts/int-test-funcs.sh \ +- PATH=./src:$(PATH) ++ PATH=./src:$(PATH) \ ++ dbus-launch + INT_LOG_COMPILER = $(srcdir)/scripts/int-test-setup.sh + INT_LOG_FLAGS = --tabrmd-tcti=$(TABRMD_TCTI) + +-- +2.19.2 + -- cgit v1.2.3