From owner-svn-ports-head@freebsd.org Wed Oct 31 14:21:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E5010DB298; Wed, 31 Oct 2018 14:21:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 227EA777A8; Wed, 31 Oct 2018 14:21:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF7775A95; Wed, 31 Oct 2018 14:21:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VEL1CX025762; Wed, 31 Oct 2018 14:21:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VEL13H025760; Wed, 31 Oct 2018 14:21:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810311421.w9VEL13H025760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 31 Oct 2018 14:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483582 - in head/security/sslsplit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/sslsplit: . files X-SVN-Commit-Revision: 483582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 14:21:02 -0000 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) \