[package] sslh: update to 1.9
his patch bumps the sslh package to v1.9. This update brings about some useful changes, including: * Multiple bind address support * IPv6 support * OpenVPN support * tinc VPN support Tested and working on ar71xx. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@28331 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
29
net/sslh/patches/001-no_sslh_select.patch
Normal file
29
net/sslh/patches/001-no_sslh_select.patch
Normal file
@ -0,0 +1,29 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -27,16 +27,12 @@
|
||||
$(CC) $(CFLAGS) -D'VERSION=$(VERSION)' -c $<
|
||||
|
||||
|
||||
-sslh: $(OBJS) sslh-fork sslh-select
|
||||
+sslh: $(OBJS) sslh-fork
|
||||
|
||||
sslh-fork: $(OBJS) sslh-fork.o Makefile common.h
|
||||
$(CC) $(CFLAGS) -D'VERSION=$(VERSION)' -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
|
||||
strip sslh-fork
|
||||
|
||||
-sslh-select: $(OBJS) sslh-select.o Makefile common.h
|
||||
- $(CC) $(CFLAGS) -D'VERSION=$(VERSION)' -o sslh-select sslh-select.o $(OBJS) $(LIBS)
|
||||
- strip sslh-select
|
||||
-
|
||||
|
||||
$(MAN): sslh.pod Makefile
|
||||
pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod | gzip -9 - > $(MAN)
|
||||
@@ -58,7 +54,7 @@
|
||||
update-rc.d sslh remove
|
||||
|
||||
clean:
|
||||
- rm -f sslh-fork sslh-select $(MAN) *.o
|
||||
+ rm -f sslh-fork $(MAN) *.o
|
||||
|
||||
tags:
|
||||
ctags -T *.[ch]
|
Reference in New Issue
Block a user