summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2019-11-27 23:23:46 +0200
committerPeter Pentchev <roam@debian.org>2019-11-28 00:27:29 +0200
commit9262922066a5619c9eea0fa178f39eb21492e140 (patch)
treec31ce8a151b3bc843dfcd5e202ee363d072a2302 /debian/patches
parenteef157ba77c31621a54658daabf613b0f4668a4f (diff)
Update the Debian packaging for stunnel-5.56.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/04-restore-pidfile-default.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/04-restore-pidfile-default.patch b/debian/patches/04-restore-pidfile-default.patch
index 17e511b..ecb5939 100644
--- a/debian/patches/04-restore-pidfile-default.patch
+++ b/debian/patches/04-restore-pidfile-default.patch
@@ -21,7 +21,7 @@ Last-Update: 2018-12-06
stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto
--- a/src/options.c
+++ b/src/options.c
-@@ -1044,7 +1044,7 @@
+@@ -1049,7 +1049,7 @@
#ifndef USE_WIN32
switch(cmd) {
case CMD_SET_DEFAULTS:
@@ -30,7 +30,7 @@ Last-Update: 2018-12-06
break;
case CMD_SET_COPY: /* not used for global options */
break;
-@@ -1068,9 +1068,10 @@
+@@ -1073,9 +1073,10 @@
return "Pid file must include full path name";
break;
case CMD_PRINT_DEFAULTS: