aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh/makefile-settings.patch
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2018-02-23 22:43:40 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-05 23:03:16 +0000
commitb9375c7bb731f7e787cf7e0b3df59f70b6db3010 (patch)
treeaf6c5d04385aa851b92d831c058a2b1778edab35 /testing/sslh/makefile-settings.patch
parent5e316fce09fd7a8fc753744457088a248e6ef97a (diff)
downloadaports-b9375c7bb731f7e787cf7e0b3df59f70b6db3010.tar.bz2
aports-b9375c7bb731f7e787cf7e0b3df59f70b6db3010.tar.xz
testing/sslh: Upgrade to v1.19c
Diffstat (limited to 'testing/sslh/makefile-settings.patch')
-rw-r--r--testing/sslh/makefile-settings.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/sslh/makefile-settings.patch b/testing/sslh/makefile-settings.patch
deleted file mode 100644
index 8f53494ebc..0000000000
--- a/testing/sslh/makefile-settings.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/Makefile b/Makefile
-index b1cf9ce..6c6fa5e 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,6 +1,6 @@
- # Configuration
-
--VERSION=$(shell ./genver.sh -r)
-+VERSION=$(sh ./genver.sh -r)
- ENABLE_REGEX=1 # Enable regex probes
- USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
- USELIBPCRE= # Use libpcre? (needed for regex on musl)
-
-diff --git a/Makefile b/Makefile
-index 6c6fa5e..441b939 100644
---- a/Makefile
-+++ b/Makefile
-@@ -93,7 +93,8 @@ release:
- install: sslh $(MAN)
- mkdir -p $(DESTDIR)/$(BINDIR)
- mkdir -p $(DESTDIR)/$(MANDIR)
-- install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh
-+ install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh-fork
-+ install -p sslh-select $(DESTDIR)/$(BINDIR)/sslh-select
- install -p -m 0644 $(MAN) $(DESTDIR)/$(MANDIR)/$(MAN)
-
- # "extended" install for Debian: install startup script