svn commit: r547334 - in head/security/tcpcrypt: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Sep 2 07:17:31 UTC 2020


Author: danfe
Date: Wed Sep  2 07:17:29 2020
New Revision: 547334
URL: https://svnweb.freebsd.org/changeset/ports/547334

Log:
  - Update to version 0.5 which is compatible with modern OpenSSL
  - Hook provided test suite (albeit rather small) to our framework

Deleted:
  head/security/tcpcrypt/files/
Modified:
  head/security/tcpcrypt/Makefile
  head/security/tcpcrypt/distinfo
  head/security/tcpcrypt/pkg-plist

Modified: head/security/tcpcrypt/Makefile
==============================================================================
--- head/security/tcpcrypt/Makefile	Wed Sep  2 06:45:22 2020	(r547333)
+++ head/security/tcpcrypt/Makefile	Wed Sep  2 07:17:29 2020	(r547334)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	tcpcrypt
+PORTVERSION=	0.5
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3-rc1
 CATEGORIES=	security net
 
 MAINTAINER=	jmg at FreeBSD.org
@@ -20,15 +20,9 @@ USES=		autoreconf libtool ssl
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 USERS=		tcpcryptd
 GROUPS=		tcpcryptd
 
-.include <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/tcpcrypt/distinfo
==============================================================================
--- head/security/tcpcrypt/distinfo	Wed Sep  2 06:45:22 2020	(r547333)
+++ head/security/tcpcrypt/distinfo	Wed Sep  2 07:17:29 2020	(r547334)
@@ -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

Modified: head/security/tcpcrypt/pkg-plist
==============================================================================
--- head/security/tcpcrypt/pkg-plist	Wed Sep  2 06:45:22 2020	(r547333)
+++ head/security/tcpcrypt/pkg-plist	Wed Sep  2 07:17:29 2020	(r547334)
@@ -1,6 +1,6 @@
 bin/tcnetstat
 bin/tcpcryptd
-include/tcpcrypt/socket_address.h
+bin/tcs
 include/tcpcrypt/tcpcrypt.h
 lib/libtcpcrypt.a
 lib/libtcpcrypt.so


More information about the svn-ports-all mailing list