summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-10-23 18:12:42 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-10-23 18:12:42 +0200
commit899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4 (patch)
tree6403f6cb4178647e0cae776fcd8405557f50e99b
parent937f8a3f153d4756cca72ed8a235357e4a88188d (diff)
downloadvyos-strongswan-899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4.tar.gz
vyos-strongswan-899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4.zip
Disable libtls tests again for 5.2.1-3
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/04_disable-libtls-tests.patch8
-rw-r--r--debian/patches/series1
3 files changed, 16 insertions, 0 deletions
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 <rfrancoise@debian.org> 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