diff options
author | Martin Moreno <fett3270@yahoo.com> | 2022-03-28 23:51:38 -0700 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2022-03-29 09:01:45 +0100 |
commit | 9b90bb37ee1a6be8da60fb1d4142b7803006d991 (patch) | |
tree | 53b523449406e4a6ec7552fd7162f09c1c3544e8 /net/sslh/patches | |
parent | f7cbd445408756b7a44764080063a9a4158988ed (diff) |
sslh: update to v1.22c
Change notes:
Updated Makefile package version and hash.
Added libpcre2 dependency
Removed USELIBPCRE make flag (no longer optional within sslh)
Updated patch 001 to work with new sslh Makefile
Signed-off-by: Martin Moreno <fett3270@yahoo.com>
Diffstat (limited to 'net/sslh/patches')
-rw-r--r-- | net/sslh/patches/001-no_sslh_select.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/sslh/patches/001-no_sslh_select.patch b/net/sslh/patches/001-no_sslh_select.patch index fccceb693..0b57757dc 100644 --- a/net/sslh/patches/001-no_sslh_select.patch +++ b/net/sslh/patches/001-no_sslh_select.patch @@ -1,27 +1,27 @@ --- a/Makefile +++ b/Makefile -@@ -76,7 +76,7 @@ all: sslh $(MAN) echosrv $(CONDITIONAL_T +@@ -70,7 +70,7 @@ all: sslh $(MAN) echosrv $(CONDITIONAL_T version.h: ./genver.sh >version.h -sslh: sslh-fork sslh-select +sslh: sslh-fork - $(OBJS): version.h + $(OBJS): version.h common.h collection.h sslh-conf.h gap.h -@@ -87,10 +87,6 @@ sslh-fork: version.h $(OBJS) sslh-fork.o +@@ -81,10 +81,6 @@ sslh-fork: version.h $(OBJS) sslh-fork.o $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS) #strip sslh-fork --sslh-select: version.h $(OBJS) sslh-select.o Makefile common.h +-sslh-select: version.h $(OBJS) sslh-select.o Makefile - $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-select sslh-select.o $(OBJS) $(LIBS) - #strip sslh-select - systemd-sslh-generator: systemd-sslh-generator.o $(CC) $(CFLAGS) $(LDFLAGS) -o systemd-sslh-generator systemd-sslh-generator.o -lconfig -@@ -127,7 +123,7 @@ distclean: clean - rm -f tags sslh-conf.c sslh-conf.h cscope.* +@@ -133,7 +129,7 @@ distclean: clean + rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.* clean: - rm -f sslh-fork sslh-select echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info |