Index: head/security/tcpcrypt/files/patch-unix.c =================================================================== --- head/security/tcpcrypt/files/patch-unix.c (revision 547333) +++ head/security/tcpcrypt/files/patch-unix.c (nonexistent) @@ -1,17 +0,0 @@ ---- src/unix.c.orig 2014-09-10 16:22:26.000000000 -0700 -+++ src/unix.c 2014-10-31 23:59:29.000000000 -0700 -@@ -57,7 +57,13 @@ - s_in.sin_addr = ip->ip_dst; - s_in.sin_port = tcp->th_dport; - --#if defined(__FreeBSD__) || defined(__DARWIN_UNIX03) -+#if defined(__FreeBSD__) -+#include -+#if __FreeBSD_version < 1000022 -+ #define HO_LEN -+#endif -+#endif -+#ifdef __DARWIN_UNIX03 - #define HO_LEN - #endif - #ifdef HO_LEN Property changes on: head/security/tcpcrypt/files/patch-unix.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/tcpcrypt/Makefile =================================================================== --- head/security/tcpcrypt/Makefile (revision 547333) +++ head/security/tcpcrypt/Makefile (revision 547334) @@ -1,34 +1,28 @@ # Created by: John-Mark Gurney # $FreeBSD$ PORTNAME= tcpcrypt +PORTVERSION= 0.5 DISTVERSIONPREFIX= v -DISTVERSION= 0.3-rc1 CATEGORIES= security net MAINTAINER= jmg@FreeBSD.org COMMENT= TCPCrypt userland divert daemon LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= scslab GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf libtool ssl CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} INSTALL_TARGET= install-strip +TEST_TARGET= check USERS= tcpcryptd GROUPS= tcpcryptd -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' -.endif - -.include +.include Index: head/security/tcpcrypt/distinfo =================================================================== --- head/security/tcpcrypt/distinfo (revision 547333) +++ head/security/tcpcrypt/distinfo (revision 547334) @@ -1,2 +1,3 @@ -SHA256 (scslab-tcpcrypt-v0.3-rc1_GH0.tar.gz) = 4a139da6a8768ca0ab24968a546dfea23c63e8d3d566b342f27e9674a3ebe9cc -SIZE (scslab-tcpcrypt-v0.3-rc1_GH0.tar.gz) = 183008 +TIMESTAMP = 1468561049 +SHA256 (scslab-tcpcrypt-v0.5_GH0.tar.gz) = 251213be8bfd0b9224f4d8d7a79fe1b8961a180f5a278f128376a66364a38ea3 +SIZE (scslab-tcpcrypt-v0.5_GH0.tar.gz) = 824288 Index: head/security/tcpcrypt/pkg-plist =================================================================== --- head/security/tcpcrypt/pkg-plist (revision 547333) +++ head/security/tcpcrypt/pkg-plist (revision 547334) @@ -1,10 +1,10 @@ bin/tcnetstat bin/tcpcryptd -include/tcpcrypt/socket_address.h +bin/tcs include/tcpcrypt/tcpcrypt.h lib/libtcpcrypt.a lib/libtcpcrypt.so lib/libtcpcrypt.so.0 lib/libtcpcrypt.so.0.0.0 man/man8/tcnetstat.8.gz man/man8/tcpcryptd.8.gz