svn commit: r500028 - head/security/sslscan

Antoine Brodin antoine at FreeBSD.org
Thu Apr 25 16:14:26 UTC 2019


Author: antoine
Date: Thu Apr 25 16:14:24 2019
New Revision: 500028
URL: https://svnweb.freebsd.org/changeset/ports/500028

Log:
  Make UNSAFESSL default on all archs
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/security/sslscan/Makefile

Modified: head/security/sslscan/Makefile
==============================================================================
--- head/security/sslscan/Makefile	Thu Apr 25 16:12:20 2019	(r500027)
+++ head/security/sslscan/Makefile	Thu Apr 25 16:14:24 2019	(r500028)
@@ -4,6 +4,7 @@
 PORTNAME=	sslscan
 DISTVERSION=	1.11.12
 DISTVERSIONSUFFIX=	-${GH_ACCOUNT}
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	gavin at FreeBSD.org
@@ -11,13 +12,13 @@ COMMENT=	SSLScan is a fast SSL port scanner
 
 LICENSE=	GPLv3
 
-OPTIONS_DEFINE=	UNSAFESSL
-OPTIONS_DEFAULT_amd64=	UNSAFESSL
-UNSAFESSL_DESC=	Use openssl-unsafe as libssl provider (SSLv2 etc.)
-
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	rbsec
+
+OPTIONS_DEFINE=	UNSAFESSL
+OPTIONS_DEFAULT=	UNSAFESSL
+UNSAFESSL_DESC=	Use openssl-unsafe as libssl provider (SSLv2 etc.)
 
 UNSAFESSL_USES_OFF=	ssl
 UNSAFESSL_BUILD_DEPENDS=	${LOCALBASE}/openssl-unsafe/lib/libssl.so:security/openssl-unsafe


More information about the svn-ports-all mailing list