From 899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Thu, 23 Oct 2014 18:12:42 +0200 Subject: Disable libtls tests again for 5.2.1-3 --- debian/changelog | 7 +++++++ debian/patches/04_disable-libtls-tests.patch | 8 ++++++++ debian/patches/series | 1 + 3 files changed, 16 insertions(+) create mode 100644 debian/patches/04_disable-libtls-tests.patch diff --git a/debian/changelog b/debian/changelog index 580003a6b..59644ebd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strongswan (5.2.1-3) unstable; urgency=medium + + * Disable libtls tests again, they are still too intensive for the buildd + network... + + -- Romain Francoise Thu, 23 Oct 2014 18:09:27 +0200 + strongswan (5.2.1-2) unstable; urgency=medium * Cherry-pick commits 701d6ed and 1c70c6e from upstream to fix checksum diff --git a/debian/patches/04_disable-libtls-tests.patch b/debian/patches/04_disable-libtls-tests.patch new file mode 100644 index 000000000..a0b421596 --- /dev/null +++ b/debian/patches/04_disable-libtls-tests.patch @@ -0,0 +1,8 @@ +--- a/src/libtls/Makefile.am ++++ b/src/libtls/Makefile.am +@@ -26,4 +26,4 @@ + tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h + endif + +-SUBDIRS = . tests ++SUBDIRS = . diff --git a/debian/patches/series b/debian/patches/series index ed4f144f3..c14ab5dac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 01_fix-manpages.patch 02_chunk-endianness.patch 03_systemd-service.patch +04_disable-libtls-tests.patch -- cgit v1.2.3