svn commit: r500029 - branches/2019Q2/security/sslscan

Antoine Brodin antoine at FreeBSD.org
Thu Apr 25 16:15:31 UTC 2019


Author: antoine
Date: Thu Apr 25 16:15:30 2019
New Revision: 500029
URL: https://svnweb.freebsd.org/changeset/ports/500029

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

Modified:
  branches/2019Q2/security/sslscan/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/sslscan/Makefile
==============================================================================
--- branches/2019Q2/security/sslscan/Makefile	Thu Apr 25 16:14:24 2019	(r500028)
+++ branches/2019Q2/security/sslscan/Makefile	Thu Apr 25 16:15:30 2019	(r500029)
@@ -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