aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/fix-test-io-channel-tls-temp-directory.patch
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2018-01-06 09:19:43 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-06 23:05:51 +0000
commitc976515ecc7922511efc23765ac68bd0e8b2924e (patch)
tree8774c9e95adef527876c1699a3e9767069e81aec /main/qemu/fix-test-io-channel-tls-temp-directory.patch
parentcb880042d48d77af412d4688f24b8310ae44f55f (diff)
downloadaports-c976515ecc7922511efc23765ac68bd0e8b2924e.tar.bz2
aports-c976515ecc7922511efc23765ac68bd0e8b2924e.tar.xz
main/qemu: upgrade to 2.11.0
Diffstat (limited to 'main/qemu/fix-test-io-channel-tls-temp-directory.patch')
-rw-r--r--main/qemu/fix-test-io-channel-tls-temp-directory.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/main/qemu/fix-test-io-channel-tls-temp-directory.patch b/main/qemu/fix-test-io-channel-tls-temp-directory.patch
deleted file mode 100644
index 283f85a70f..0000000000
--- a/main/qemu/fix-test-io-channel-tls-temp-directory.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From d4adf9675801cd90e66ecfcd6a54ca1abc5a6698 Mon Sep 17 00:00:00 2001
-From: "Daniel P. Berrange" <berrange@redhat.com>
-Date: Fri, 21 Jul 2017 12:47:39 +0100
-Subject: [PATCH] io: fix temp directory used by test-io-channel-tls test
-
-The test-io-channel-tls test was mistakenly using two of the
-same directories as test-crypto-tlssession. This causes a
-sporadic failure when using make -j$BIGNUM.
-
-Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-
-Patch-Source: https://src.fedoraproject.org/rpms/qemu/blob/master/f/1018-io-fix-temp-directory-used-by-test-io-channel-tls-te.patch
----
- tests/test-io-channel-tls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test-io-channel-tls.c b/tests/test-io-channel-tls.c
-index 8eaa208e1b..ff96877323 100644
---- a/tests/test-io-channel-tls.c
-+++ b/tests/test-io-channel-tls.c
-@@ -127,8 +127,8 @@ static void test_io_channel_tls(const void *opaque)
- /* We'll use this for our fake client-server connection */
- g_assert(socketpair(AF_UNIX, SOCK_STREAM, 0, channel) == 0);
-
--#define CLIENT_CERT_DIR "tests/test-crypto-tlssession-client/"
--#define SERVER_CERT_DIR "tests/test-crypto-tlssession-server/"
-+#define CLIENT_CERT_DIR "tests/test-io-channel-tls-client/"
-+#define SERVER_CERT_DIR "tests/test-io-channel-tls-server/"
- mkdir(CLIENT_CERT_DIR, 0700);
- mkdir(SERVER_CERT_DIR, 0700);
-
---
-2.13.5
-