Index: head/security/sslsplit/files/patch-proc.c =================================================================== --- head/security/sslsplit/files/patch-proc.c (revision 480221) +++ head/security/sslsplit/files/patch-proc.c (nonexistent) @@ -1,26 +0,0 @@ ---- proc.c.orig 2017-03-21 00:13:06.166567000 -0700 -+++ proc.c 2017-03-21 00:14:38.957451000 -0700 -@@ -175,7 +175,11 @@ - - struct xinpgen *xig, *exig, *txig; - struct xtcpcb *xtp; -+#if __FreeBSD_version >= 1200026 -+ struct xinpcb *inp; -+#else - struct inpcb *inp; -+#endif - struct xsocket *so; - - if (proc_freebsd_getfiles(&xfiles, &nxfiles) == -1) { -@@ -197,7 +201,11 @@ - return -1; - } - inp = &xtp->xt_inp; -+#if __FreeBSD_version >= 1200026 -+ so = &inp->xi_socket; -+#else - so = &xtp->xt_socket; -+#endif - - if (!(so->so_state & SS_ISCONNECTED)) - /* we are only interested in connected sockets */ Property changes on: head/security/sslsplit/files/patch-proc.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/sslsplit/Makefile =================================================================== --- head/security/sslsplit/Makefile (revision 480221) +++ head/security/sslsplit/Makefile (revision 480222) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= sslsplit -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ MAINTAINER= swills@FreeBSD.org COMMENT= Transparent and scalable SSL/TLS interception LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent 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 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit .include Index: head/security/sslsplit/distinfo =================================================================== --- head/security/sslsplit/distinfo (revision 480221) +++ head/security/sslsplit/distinfo (revision 480222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518753106 -SHA256 (sslsplit-0.5.2.tar.bz2) = f32c7fd760a45bb521adb8d96c819173fcaed1964bf114e666fcd7cf7ff043a8 -SIZE (sslsplit-0.5.2.tar.bz2) = 453797 +TIMESTAMP = 1537491329 +SHA256 (sslsplit-0.5.3.tar.bz2) = 6c4cbc42cd7fb023fed75b82a436d8c1c4beaeb317a2ef41c00403684e0885dd +SIZE (sslsplit-0.5.3.tar.bz2) = 457248