summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2015-07-13 15:16:43 +0300
committerPeter Pentchev <roam@ringlet.net>2015-11-12 18:46:33 +0200
commitccb8f70dbb9e07cef4aa26e2fd8ee2bfee9f8178 (patch)
tree8b24012973ab2cb28f6758e2d8bc52c3cec3800c /debian/patches
parentabd68e07d9a17a1e58061097de76229774549288 (diff)
Update the line numbers on two more patches.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/01-fix-paths.patch8
-rw-r--r--debian/patches/10-no-zlib-compression.patch2
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/01-fix-paths.patch b/debian/patches/01-fix-paths.patch
index 9383df1..65f5893 100644
--- a/debian/patches/01-fix-paths.patch
+++ b/debian/patches/01-fix-paths.patch
@@ -5,11 +5,11 @@ Forwarded: not-needed
Author: Paolo Molaro <lupus@debian.org>
Author: Julien Lemoine <speedblue@debian.org>
Author: Luis Rodrigo Gallardo Cruz <rodrigo@debian.org>
-Last-Update: 2015-06-14
+Last-Update: 2015-07-13
--- a/tools/stunnel.conf-sample.in
+++ b/tools/stunnel.conf-sample.in
-@@ -50,7 +50,7 @@
+@@ -55,7 +55,7 @@
accept = 127.0.0.1:110
connect = pop.gmail.com:995
verify = 2
@@ -18,7 +18,7 @@ Last-Update: 2015-06-14
checkHost = pop.gmail.com
[gmail-imap]
-@@ -58,7 +58,7 @@
+@@ -63,7 +63,7 @@
accept = 127.0.0.1:143
connect = imap.gmail.com:993
verify = 2
@@ -27,7 +27,7 @@ Last-Update: 2015-06-14
checkHost = imap.gmail.com
[gmail-smtp]
-@@ -66,7 +66,7 @@
+@@ -71,7 +71,7 @@
accept = 127.0.0.1:25
connect = smtp.gmail.com:465
verify = 2
diff --git a/debian/patches/10-no-zlib-compression.patch b/debian/patches/10-no-zlib-compression.patch
index 1ce530f..83966d8 100644
--- a/debian/patches/10-no-zlib-compression.patch
+++ b/debian/patches/10-no-zlib-compression.patch
@@ -18,4 +18,4 @@ Last-Update: 2015-07-13
-AC_SEARCH_LIBS([inflateEnd], [z])
# Add BeOS libraries
- if test "$host_os" = "beos"; then
+ if test "x$host_os" = "xbeos"; then