aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-11-10 10:09:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-11-10 10:09:48 +0000
commit35326f1a9714f76f3671b263a47134133258ec1b (patch)
treeec00e643384652d97e7643f40c6342bff01bff0b /security
parent532b7359be003bf854d62cb7aaccdee30cc43d18 (diff)
security/openssl-devel was removed, but there is a security/openssl111 now.
Diffstat (limited to 'security')
-rw-r--r--security/apache-xml-security-c/Makefile4
-rw-r--r--security/botan2/Makefile2
-rw-r--r--security/dsniff/Makefile4
-rw-r--r--security/john/Makefile2
-rw-r--r--security/krb5-114/Makefile4
-rw-r--r--security/libssh/Makefile4
-rw-r--r--security/luasec/Makefile2
-rw-r--r--security/openca-tools-forked/Makefile2
-rw-r--r--security/openssh-portable/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-CA/Makefile2
-rw-r--r--security/p5-Crypt-OpenSSL-ECDSA/Makefile2
-rw-r--r--security/p5-openxpki/Makefile2
-rw-r--r--security/pam_ssh_agent_auth/Makefile2
-rw-r--r--security/softhsm2/Makefile6
-rw-r--r--security/sslscan/Makefile4
15 files changed, 21 insertions, 25 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
index 0e85cdc29cfc..d9c8490ca44d 100644
--- a/security/apache-xml-security-c/Makefile
+++ b/security/apache-xml-security-c/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENS
CPE_PRODUCT= xml_security_for_c\+\+
CPE_VENDOR= apache
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
+BROKEN_SSL= openssl111
+BROKEN_SSL_REASON_openssl111= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
.include <bsd.port.mk>
diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index ea312b7c9d5b..0d3b6bcd9dd5 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -41,7 +41,7 @@ SQLITE3_CONFIGURE_WITH= sqlite3
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl
-SSL_VARS= BROKEN_SSL= openssl-devel
+SSL_VARS= BROKEN_SSL= openssl111
.include <bsd.port.options.mk>
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 5441e59f321e..02a656c5f81f 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -14,8 +14,8 @@ COMMENT= Various sniffing utilities for penetration testing
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct rsa_st'
+BROKEN_SSL= openssl111
+BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct rsa_st'
BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids
LIB_DEPENDS= libnet.so:net/libnet
diff --git a/security/john/Makefile b/security/john/Makefile
index dad0ff52392f..4602b445fe5d 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -15,7 +15,7 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
LIB_DEPENDS= libgmp.so:math/gmp
diff --git a/security/krb5-114/Makefile b/security/krb5-114/Makefile
index 5105001951da..ee0818b62878 100644
--- a/security/krb5-114/Makefile
+++ b/security/krb5-114/Makefile
@@ -23,8 +23,8 @@ EXPIRATION_DATE= 2018-12-31
BROKEN_FreeBSD_12= Fails to build after import of openssl111
BROKEN_FreeBSD_13= Fails to build after import of openssl111
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= OpenSSL >= 1.1.0 unsupported.
+BROKEN_SSL= openssl111
+BROKEN_SSL_REASON_openssl111= OpenSSL >= 1.1.0 unsupported.
CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index cb1169e8d96a..89d772731652 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -12,8 +12,8 @@ COMMENT= Library implementing the SSH1 and SSH2 protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
+BROKEN_SSL= openssl111
+BROKEN_SSL_REASON_openssl111= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
OPTIONS_DEFINE= SSH1 STATIC
OPTIONS_RADIO= CRYPTO
diff --git a/security/luasec/Makefile b/security/luasec/Makefile
index 34f148c7aff6..dd04223710ae 100644
--- a/security/luasec/Makefile
+++ b/security/luasec/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication
LICENSE= MIT
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
USE_GITHUB= yes
GH_ACCOUNT= brunoos
diff --git a/security/openca-tools-forked/Makefile b/security/openca-tools-forked/Makefile
index 4f9473649bf2..3f8e8c4cad37 100644
--- a/security/openca-tools-forked/Makefile
+++ b/security/openca-tools-forked/Makefile
@@ -12,7 +12,7 @@ COMMENT= Tools to deal with SCEP and PKCS7 messages
LICENSE= APACHE20
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
USES= gmake perl5 ssl
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 945c4678350f..1ed65712d5a9 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -26,8 +26,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
ETCOLD= ${PREFIX}/etc
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= error: OpenSSL >= 1.1.0 is not yet supported
+BROKEN_SSL= openssl111
+BROKEN_SSL_REASON_openssl111= error: OpenSSL >= 1.1.0 is not yet supported
FLAVORS= default hpn
default_CONFLICTS_INSTALL= openssl-portable-hpn
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile
index 55eaf1dd1548..6cd04f1bbe65 100644
--- a/security/p5-Crypt-OpenSSL-CA/Makefile
+++ b/security/p5-Crypt-OpenSSL-CA/Makefile
@@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Convert-ASN1>=0.02:converters/p5-Convert-ASN1 \
TEST_DEPENDS= p5-Test-Group>=0:devel/p5-Test-Group \
p5-Test-Taint>=0:devel/p5-Test-Taint
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
USES= perl5 ssl
USE_PERL5= modbuild
diff --git a/security/p5-Crypt-OpenSSL-ECDSA/Makefile b/security/p5-Crypt-OpenSSL-ECDSA/Makefile
index a4929ef6409d..bd067528ea96 100644
--- a/security/p5-Crypt-OpenSSL-ECDSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-ECDSA/Makefile
@@ -15,7 +15,7 @@ LICENSE_COMB= dual
BROKEN_FreeBSD_12= unknown type name 'ECDSA_METHOD'; did you mean 'DSA_METHOD'?
BROKEN_FreeBSD_13= unknown type name 'ECDSA_METHOD'; did you mean 'DSA_METHOD'?
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index 8b48ca4aa763..487057189455 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -13,7 +13,7 @@ COMMENT= Perl based trustcenter for PKI: universal server building block
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= bash:shells/bash \
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile
index 773182d36e24..be545ee5d145 100644
--- a/security/pam_ssh_agent_auth/Makefile
+++ b/security/pam_ssh_agent_auth/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
-BROKEN_SSL= openssl-devel
+BROKEN_SSL= openssl111
BROKEN_mips64= fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_t implementation!
BROKEN_powerpc64= fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index b13e16ab5dc4..15f7aba327ed 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -52,11 +52,7 @@ CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl
.include <bsd.port.options.mk>
-.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl-devel}
-CONFIGURE_ARGS+= --disable-gost
-.endif
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
+.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl111}
CONFIGURE_ARGS+= --disable-gost
.endif
diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile
index e3468390208a..594684fa77c2 100644
--- a/security/sslscan/Makefile
+++ b/security/sslscan/Makefile
@@ -30,8 +30,8 @@ UNSAFESSL_ALL_TARGET= sslscan
.include <bsd.port.pre.mk>
-.if empty(PORT_OPTIONS:MUNSAFESSL) && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
+.if empty(PORT_OPTIONS:MUNSAFESSL) && ${SSL_DEFAULT:Mopenssl111}
+BROKEN= Does not build with openssl111
.endif
.include <bsd.port.post.mk>