summaryrefslogtreecommitdiff
path: root/debian/patches/soname.patch
diff options
context:
space:
mode:
authorIvo De Decker <ivodd@debian.org>2014-12-06 18:58:19 +0000
committerIvo De Decker <ivodd@debian.org>2014-12-06 18:58:19 +0000
commitdd986e8b547c0dde924c4b566ad0894ad4f1beb9 (patch)
treea87ee49df2a732f2be8d1b3c9e46a341e6fb8698 /debian/patches/soname.patch
pcre3 (2:8.35-3.3) unstable; urgency=medium
* Non-maintainer upload. * Upstream patch for heap buffer overflow, CVE-2014-8964, taken from 1:8.36-1 (Closes: #770478) Thanks to Salvatore Bonaccorso for the reminder. # imported from the archive
Diffstat (limited to 'debian/patches/soname.patch')
-rw-r--r--debian/patches/soname.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch
new file mode 100644
index 0000000..cddd9b0
--- /dev/null
+++ b/debian/patches/soname.patch
@@ -0,0 +1,19 @@
+From: Mark Baker <mark@mnb.org.uk>
+Description: Change soname to what debian use
+--- a/configure.ac
++++ b/configure.ac
+@@ -17,10 +17,10 @@
+ # 50 lines of this file. Please update that if the variables above are moved.
+
+ # Libtool shared library interface versions (current:revision:age)
+-m4_define(libpcre_version, [3:3:2])
+-m4_define(libpcre16_version, [2:3:2])
+-m4_define(libpcre32_version, [0:3:0])
+-m4_define(libpcreposix_version, [0:2:0])
++m4_define(libpcre_version, [16:1:13])
++m4_define(libpcre16_version, [16:1:13])
++m4_define(libpcre32_version, [16:1:13])
++m4_define(libpcreposix_version, [16:1:13])
+ m4_define(libpcrecpp_version, [0:0:0])
+
+ AC_PREREQ(2.57)