aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-10-31 14:21:01 +0000
committerSteve Wills <swills@FreeBSD.org>2018-10-31 14:21:01 +0000
commita4276ec3b833237a91d4d79a52e128eec49181e3 (patch)
treee693a41becb51cd0167aa19e9d7f3486d0af9b62 /security
parent642930e0c9beedb12dacdf374367dc1287bb19e6 (diff)
downloadports-a4276ec3b833237a91d4d79a52e128eec49181e3.tar.gz
ports-a4276ec3b833237a91d4d79a52e128eec49181e3.zip
security/sslsplit: update to 0.5.4
Notes
Notes: svn path=/head/; revision=483582
Diffstat (limited to 'security')
-rw-r--r--security/sslsplit/Makefile8
-rw-r--r--security/sslsplit/distinfo6
-rw-r--r--security/sslsplit/files/patch-GNUmakefile13
3 files changed, 21 insertions, 6 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile
index 0e8adbe3c966..6f924c8815ca 100644
--- a/security/sslsplit/Makefile
+++ b/security/sslsplit/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= sslsplit
-PORTVERSION= 0.5.3
+PORTVERSION= 0.5.4
CATEGORIES= security
MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/
@@ -10,12 +10,14 @@ COMMENT= Transparent and scalable SSL/TLS interception
LICENSE= BSD2CLAUSE
-LIB_DEPENDS= libevent.so:devel/libevent
+LIB_DEPENDS= libevent.so:devel/libevent \
+ libnet.so:net/libnet
USES= gmake pkgconfig tar:bzip2 uidfix ssl
MAKEFILE= GNUmakefile
MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID}
-PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz
+PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz man/man5/sslsplit.conf.5.gz \
+ "@sample sslsplit/sslsplit.conf.sample"
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit
diff --git a/security/sslsplit/distinfo b/security/sslsplit/distinfo
index 8b495125e6bd..a9712e6bf545 100644
--- a/security/sslsplit/distinfo
+++ b/security/sslsplit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537491329
-SHA256 (sslsplit-0.5.3.tar.bz2) = 6c4cbc42cd7fb023fed75b82a436d8c1c4beaeb317a2ef41c00403684e0885dd
-SIZE (sslsplit-0.5.3.tar.bz2) = 457248
+TIMESTAMP = 1540995210
+SHA256 (sslsplit-0.5.4.tar.bz2) = 336c54c4578a2f2bd9d8bae153f31499156037515fa07d5fa7d5373f4c1378c2
+SIZE (sslsplit-0.5.4.tar.bz2) = 519660
diff --git a/security/sslsplit/files/patch-GNUmakefile b/security/sslsplit/files/patch-GNUmakefile
new file mode 100644
index 000000000000..a4231955c083
--- /dev/null
+++ b/security/sslsplit/files/patch-GNUmakefile
@@ -0,0 +1,13 @@
+--- GNUmakefile.orig 2018-10-31 14:17:53 UTC
++++ GNUmakefile
+@@ -525,10 +525,6 @@ install: $(TARGET) $(TARGET).conf $(TARGET).1 $(TARGET
+ $(MKDIR) -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
+ test -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man5 || \
+ $(MKDIR) -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man5
+- test -d $(DESTDIR)/var/log/$(TARGET) || \
+- $(MKDIR) -p $(DESTDIR)/var/log/$(TARGET)
+- test -d $(DESTDIR)/var/run/$(TARGET) || \
+- $(MKDIR) -p $(DESTDIR)/var/run/$(TARGET)
+ $(INSTALL) $(BINOWNERFLAGS) -m $(BINMODE) \
+ $(TARGET) $(DESTDIR)$(PREFIX)/bin/
+ $(INSTALL) $(CNFOWNERFLAGS) -m $(CNFMODE) \