Date: Wed, 8 Feb 2017 20:16:31 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433671 - in head/security/openssl: . files Message-ID: <201702082016.v18KGVMb044033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Feb 8 20:16:31 2017 New Revision: 433671 URL: https://svnweb.freebsd.org/changeset/ports/433671 Log: security/openssl: Enable ASM by default - Enable ASM option * By extension this enables AES-NI [1] - Order OPTIONS_DEFAULT alphabetically - Switch to using @sample [2] - Bump PORTREVISION PR: 216559 [2] Reported by: dtestke [1] Submitted by: Franco Fichtner <franco@opnsense.org> [2] Approved by: asomers, allanjude Modified: head/security/openssl/Makefile head/security/openssl/files/pkg-message.in head/security/openssl/pkg-plist Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Wed Feb 8 19:32:45 2017 (r433670) +++ head/security/openssl/Makefile Wed Feb 8 20:16:31 2017 (r433671) @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2k +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ @@ -20,7 +21,7 @@ CONFLICTS_INSTALL= libressl-[0-9]* \ openssl-devel-[0-9]* OPTIONS_DEFINE= DOCS MAN3 PADLOCK RFC3779 SHARED THREADS ZLIB -OPTIONS_DEFAULT= SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 +OPTIONS_DEFAULT= ASM MD2 MAN3 SCTP SHARED SSE2 SSL2 SSL3 THREADS OPTIONS_DEFINE_amd64= EC OPTIONS_DEFAULT_amd64= EC OPTIONS_DEFINE_ia64= EC Modified: head/security/openssl/files/pkg-message.in ============================================================================== --- head/security/openssl/files/pkg-message.in Wed Feb 8 19:32:45 2017 (r433670) +++ head/security/openssl/files/pkg-message.in Wed Feb 8 20:16:31 2017 (r433671) @@ -1,4 +1 @@ - -Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf -and edit it to fit your needs. - +Edit %%PREFIX%%/openssl/openssl.cnf to fit your needs. Modified: head/security/openssl/pkg-plist ============================================================================== --- head/security/openssl/pkg-plist Wed Feb 8 19:32:45 2017 (r433670) +++ head/security/openssl/pkg-plist Wed Feb 8 20:16:31 2017 (r433671) @@ -1704,7 +1704,7 @@ man/man7/des_modes.7.gz %%OPENSSLDIR%%/misc/c_issuer %%OPENSSLDIR%%/misc/c_name %%OPENSSLDIR%%/misc/tsget -%%OPENSSLDIR%%/openssl.cnf.sample +@sample %%OPENSSLDIR%%/openssl.cnf.sample %%PORTDOCS%%%%DOCSDIR%%/openssl.txt @dir %%OPENSSLDIR%%/certs @dir %%OPENSSLDIR%%/private
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702082016.v18KGVMb044033>