From 597cc5edd624525563e6549dc0057eca2a51c81d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Nov 2014 13:30:46 -0500 Subject: upgrade to new version --- debian/patches/disable-test_security_curve.patch | 18 ++++++++++++++++++ debian/patches/revert-soname-to-3.patch | 20 ++++++++++++++++++++ debian/patches/series | 2 ++ 3 files changed, 40 insertions(+) create mode 100644 debian/patches/disable-test_security_curve.patch create mode 100644 debian/patches/revert-soname-to-3.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/disable-test_security_curve.patch b/debian/patches/disable-test_security_curve.patch new file mode 100644 index 0000000..174f9f7 --- /dev/null +++ b/debian/patches/disable-test_security_curve.patch @@ -0,0 +1,18 @@ +Description: disable test_security_curve + It hangs in buildds that not x86/x64 based. +Author: Laszlo Boszormenyi (GCS) +Forwarded: no +Last-Update: 2014-10-23 + +--- + +--- zeromq3-4.0.5+dfsg.orig/tests/Makefile.am ++++ zeromq3-4.0.5+dfsg/tests/Makefile.am +@@ -27,7 +27,6 @@ noinst_PROGRAMS = test_system \ + test_ctx_destroy \ + test_security_null \ + test_security_plain \ +- test_security_curve \ + test_iov \ + test_spec_req \ + test_spec_rep \ diff --git a/debian/patches/revert-soname-to-3.patch b/debian/patches/revert-soname-to-3.patch new file mode 100644 index 0000000..fc84d4e --- /dev/null +++ b/debian/patches/revert-soname-to-3.patch @@ -0,0 +1,20 @@ +Description: revert late upstream soname update + Upstream just updated library soname which should have happened sooner. Now + it's not for Jessie. +Author: Laszlo Boszormenyi (GCS) +Forwarded: not-needed +Last-Update: 2014-10-22 + +--- + +--- zeromq3-4.0.5+dfsg.orig/configure.ac ++++ zeromq3-4.0.5+dfsg/configure.ac +@@ -32,7 +32,7 @@ AC_SUBST(PACKAGE_VERSION) + # ZeroMQ version 4.0: 4:0:0 (ABI version 4) + # + # libzmq -version-info current:revision:age +-LTVER="4:0:0" ++LTVER="4:0:1" + AC_SUBST(LTVER) + + # Take a copy of original flags diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..8c92f72 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +revert-soname-to-3.patch +disable-test_security_curve.patch -- cgit v1.2.3