summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2016-07-18 10:28:00 +0300
committerPeter Pentchev <roam@ringlet.net>2016-07-18 10:28:00 +0300
commitd0ef012682234f28e8602e500976d1f37b60876f (patch)
tree0e9fe700196c53680d48b403fa4216252b1415d4 /debian/patches
parent87b8cbdf17101e5cd9a71728ec146b0cdbb1c834 (diff)
Update the Debian packaging for stunnel-5.35.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/02-rename-binary.patch6
-rw-r--r--debian/patches/12-restore-pidfile-default.patch4
-rw-r--r--debian/patches/23-path-max.patch4
3 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/02-rename-binary.patch b/debian/patches/02-rename-binary.patch
index 2114505..5aaa147 100644
--- a/debian/patches/02-rename-binary.patch
+++ b/debian/patches/02-rename-binary.patch
@@ -2,7 +2,7 @@ Description: Change references to the binary from stunnel to stunnel4
Forwarded: not-needed
Author: Julien Lemoine <speedblue@debian.org>
Author: Luis Rodrigo Gallardo Cruz <rodrigo@debian.org>
-Last-Update: 2016-07-06
+Last-Update: 2016-07-18
--- a/src/stunnel3.in
+++ b/src/stunnel3.in
@@ -95,9 +95,9 @@ Last-Update: 2016-07-06
.\" ========================================================================
.\"
-.IX Title "stunnel 8"
--.TH stunnel 8 "2016.07.05" "5.34" "stunnel TLS Proxy"
+-.TH stunnel 8 "2016.07.06" "5.35" "stunnel TLS Proxy"
+.IX Title "stunnel4 8"
-+.TH stunnel 8 "2016.07.05" "5.34" "stunnel4 TLS Proxy"
++.TH stunnel 8 "2016.07.06" "5.35" "stunnel4 TLS Proxy"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/debian/patches/12-restore-pidfile-default.patch b/debian/patches/12-restore-pidfile-default.patch
index b82aeef..1d07d6c 100644
--- a/debian/patches/12-restore-pidfile-default.patch
+++ b/debian/patches/12-restore-pidfile-default.patch
@@ -21,7 +21,7 @@ Last-Update: 2015-12-02
stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto
--- a/src/options.c
+++ b/src/options.c
-@@ -935,7 +935,7 @@
+@@ -936,7 +936,7 @@
#ifndef USE_WIN32
switch(cmd) {
case CMD_BEGIN:
@@ -30,7 +30,7 @@ Last-Update: 2015-12-02
break;
case CMD_EXEC:
if(strcasecmp(opt, "pid"))
-@@ -950,9 +950,10 @@
+@@ -951,9 +951,10 @@
case CMD_FREE:
break;
case CMD_DEFAULT:
diff --git a/debian/patches/23-path-max.patch b/debian/patches/23-path-max.patch
index 2da46ff..56e437d 100644
--- a/debian/patches/23-path-max.patch
+++ b/debian/patches/23-path-max.patch
@@ -16,7 +16,7 @@ Last-Update: 2016-06-27
#define _CRT_NONSTDC_NO_DEPRECATE
--- a/src/options.c
+++ b/src/options.c
-@@ -201,7 +201,7 @@
+@@ -202,7 +202,7 @@
NOEXPORT char **argalloc(char *);
#endif
@@ -25,7 +25,7 @@ Last-Update: 2016-06-27
GLOBAL_OPTIONS global_options;
SERVICE_OPTIONS service_options;
-@@ -279,17 +279,27 @@
+@@ -280,17 +280,27 @@
}
#ifdef HAVE_REALPATH