svn commit: r483582 - in head/security/sslsplit: . files
Steve Wills
swills at FreeBSD.org
Wed Oct 31 14:21:02 UTC 2018
Author: swills
Date: Wed Oct 31 14:21:01 2018
New Revision: 483582
URL: https://svnweb.freebsd.org/changeset/ports/483582
Log:
security/sslsplit: update to 0.5.4
Added:
head/security/sslsplit/files/
head/security/sslsplit/files/patch-GNUmakefile (contents, props changed)
Modified:
head/security/sslsplit/Makefile (contents, props changed)
head/security/sslsplit/distinfo (contents, props changed)
Modified: head/security/sslsplit/Makefile
==============================================================================
--- head/security/sslsplit/Makefile Wed Oct 31 14:14:31 2018 (r483581)
+++ head/security/sslsplit/Makefile Wed Oct 31 14:21:01 2018 (r483582)
@@ -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
Modified: head/security/sslsplit/distinfo
==============================================================================
--- head/security/sslsplit/distinfo Wed Oct 31 14:14:31 2018 (r483581)
+++ head/security/sslsplit/distinfo Wed Oct 31 14:21:01 2018 (r483582)
@@ -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
Added: head/security/sslsplit/files/patch-GNUmakefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/sslsplit/files/patch-GNUmakefile Wed Oct 31 14:21:01 2018 (r483582)
@@ -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) \
More information about the svn-ports-all
mailing list