diff options
author | nia <nia@pkgsrc.org> | 2020-04-24 11:41:36 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-24 11:41:36 +0000 |
commit | f659602f31c937346fcd42da9ada3dde9d97e9db (patch) | |
tree | ad9ddcb7fa612b54df2a80fb9b252cfafa4ef7f8 /security | |
parent | 7bc5e5b4242857b1356812c3c4e58f7a2612d6f9 (diff) | |
download | pkgsrc-f659602f31c937346fcd42da9ada3dde9d97e9db.tar.gz |
security: Mark packages that fail with OpenSSL 1.1 BROKEN
Diffstat (limited to 'security')
-rw-r--r-- | security/credns/Makefile | 4 | ||||
-rw-r--r-- | security/dnssec-tools/Makefile | 4 | ||||
-rw-r--r-- | security/dsniff/Makefile.common | 4 | ||||
-rw-r--r-- | security/engine-pkcs11/Makefile | 4 | ||||
-rw-r--r-- | security/libglobalplatform/Makefile | 4 | ||||
-rw-r--r-- | security/libguardtime/Makefile | 4 | ||||
-rw-r--r-- | security/netpgp/Makefile | 4 | ||||
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 4 | ||||
-rw-r--r-- | security/pkcs11-helper/Makefile | 4 | ||||
-rw-r--r-- | security/py-SSLCrypto/Makefile | 4 | ||||
-rw-r--r-- | security/py-m2crypto/Makefile | 4 | ||||
-rw-r--r-- | security/qore-asn1-module/Makefile | 4 | ||||
-rw-r--r-- | security/rainbowcrack/Makefile | 4 | ||||
-rw-r--r-- | security/validns/Makefile | 4 | ||||
-rw-r--r-- | security/yafic/Makefile | 4 |
15 files changed, 45 insertions, 15 deletions
diff --git a/security/credns/Makefile b/security/credns/Makefile index edacf3fd90c..732da71c0c3 100644 --- a/security/credns/Makefile +++ b/security/credns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:02 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/04/24 11:41:36 nia Exp $ DISTNAME= credns-0.2.10 PKGREVISION= 2 @@ -10,6 +10,8 @@ HOMEPAGE= https://www.nlnetlabs.nl/downloads/credns/ COMMENT= Validates DNSSEC in the DNS notify/transfer-chain LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} diff --git a/security/dnssec-tools/Makefile b/security/dnssec-tools/Makefile index 5954ef2e836..5539ead8238 100644 --- a/security/dnssec-tools/Makefile +++ b/security/dnssec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2020/01/18 21:50:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2020/04/24 11:41:36 nia Exp $ DISTNAME= dnssec-tools-2.1 PKGREVISION= 6 @@ -10,6 +10,8 @@ HOMEPAGE= https://www.dnssec-tools.org/ COMMENT= Toolkit to ease the deployment of DNSSEC related technologies LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + DEPENDS+= p5-Net-DNS-SEC-[0-9]*:../../security/p5-Net-DNS-SEC DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff diff --git a/security/dsniff/Makefile.common b/security/dsniff/Makefile.common index 5a9007c92f6..d10244c3eeb 100644 --- a/security/dsniff/Makefile.common +++ b/security/dsniff/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2017/08/16 20:21:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2020/04/24 11:41:36 nia Exp $ # # used by security/dsniff/Makefile # used by security/dsniff-nox11/Makefile @@ -8,6 +8,8 @@ VERS= 2.3 CATEGORIES= security MASTER_SITES+= https://monkey.org/~dugsong/dsniff/ +BROKEN= "Fails to build with OpenSSL 1.1" + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://monkey.org/~dugsong/dsniff/ LICENSE= modified-bsd diff --git a/security/engine-pkcs11/Makefile b/security/engine-pkcs11/Makefile index f843a89fa4a..3930603e502 100644 --- a/security/engine-pkcs11/Makefile +++ b/security/engine-pkcs11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/01/25 10:45:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2020/04/24 11:41:37 nia Exp $ # VERSION= 0.1.8 @@ -8,6 +8,8 @@ PKGREVISION= 6 CATEGORIES= security MASTER_SITES= https://github.com/OpenSC/engine_pkcs11/archive/ +BROKEN= "Fails to build with OpenSSL 1.1" + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules COMMENT= PKCS\#11 engine for OpenSSL diff --git a/security/libglobalplatform/Makefile b/security/libglobalplatform/Makefile index 87120ccfaa7..b2b55fb1fb5 100644 --- a/security/libglobalplatform/Makefile +++ b/security/libglobalplatform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/03/20 11:58:17 nia Exp $ +# $NetBSD: Makefile,v 1.7 2020/04/24 11:41:37 nia Exp $ DISTNAME= globalplatform-6.0.0 PKGNAME= lib${DISTNAME} @@ -17,6 +17,8 @@ HOMEPAGE= http://globalplatform.sourceforge.net/ COMMENT= C library for managing GlobalPlatform smart card contents LICENSE= gnu-gpl-v3 +BROKEN= "Fails to build with OpenSSL 1.1" + GNU_CONFIGURE= yes USE_LANGUAGES+= c USE_LIBTOOL= yes diff --git a/security/libguardtime/Makefile b/security/libguardtime/Makefile index ac2802b20bc..7c93ce934b8 100644 --- a/security/libguardtime/Makefile +++ b/security/libguardtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/03/08 16:48:07 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/04/24 11:41:37 nia Exp $ DISTNAME= libgt-0.3.13 PKGNAME= ${DISTNAME:S/gt/guardtime/} @@ -11,6 +11,8 @@ HOMEPAGE= http://www.guardtime.com/ COMMENT= GuardTime Client C SDK LICENSE= apache-2.0 +BROKEN= "Fails to build with OpenSSL 1.1" + WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index c666104d037..e0f663c36eb 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2020/01/18 23:35:10 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2020/04/24 11:41:37 nia Exp $ DISTNAME= netpgp-20140220 PKGREVISION= 8 @@ -10,6 +10,8 @@ HOMEPAGE= https://www.NetBSD.org/ COMMENT= PGP signing, verification, encryption and decryption program LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index d015943c94b..5d5dfc01290 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 21:50:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2020/04/24 11:41:37 nia Exp $ DISTNAME= pam_ssh_agent_auth-0.9.2 PKGREVISION= 2 @@ -11,6 +11,8 @@ HOMEPAGE= https://sourceforge.net/projects/pamsshagentauth/ COMMENT= PAM module which permits authentication via ssh-agent LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + GNU_CONFIGURE= yes USE_TOOLS+= pod2man diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index cb1dba26e3f..62fac5f58a2 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2020/03/08 16:48:08 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2020/04/24 11:41:37 nia Exp $ DISTNAME= pkcs11-helper-1.10 PKGREVISION= 12 @@ -11,6 +11,8 @@ HOMEPAGE= https://github.com/OpenSC/OpenSC/wiki/pkcs11-helper COMMENT= Library that simplifies the interaction with PKCS\#11 LICENSE= modified-bsd OR gnu-gpl-v2 +BROKEN= "Fails to build with OpenSSL 1.1" + # Not documented, but relatively clear from warnings. USE_LANGUAGES= c99 USE_LIBTOOL= yes diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index 4fb73235999..2a99ac576cd 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2020/01/18 21:50:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.23 2020/04/24 11:41:37 nia Exp $ DISTNAME= SSLCrypto-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freenet.org.nz/python/SSLCrypto/ COMMENT= Python bindings for openssl +BROKEN= "Fails to build with OpenSSL 1.1" + DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex PYTHON_VERSIONS_ACCEPTED= 27 # py-pyrex diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index f3ed0fd28d3..9d5406b8b30 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2020/01/18 21:50:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2020/04/24 11:41:37 nia Exp $ DISTNAME= M2Crypto-0.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -11,6 +11,8 @@ HOMEPAGE= https://gitlab.com/m2crypto/m2crypto COMMENT= Crypto and SSL toolkit for Python LICENSE= m2crypto-license +BROKEN= "Fails to build with OpenSSL 1.1" + .include "../../lang/python/pyversion.mk" PLIST_VARS+= typing diff --git a/security/qore-asn1-module/Makefile b/security/qore-asn1-module/Makefile index c9aebdfaea5..e483592cfdb 100644 --- a/security/qore-asn1-module/Makefile +++ b/security/qore-asn1-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 21:50:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2020/04/24 11:41:38 nia Exp $ DISTNAME= qore-asn1-module-0.0.3 PKGREVISION= 7 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.qore.org/ COMMENT= ASN.1 Qore module LICENSE= gnu-lgpl-v2.1 +BROKEN= "Fails to build with OpenSSL 1.1" + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++11 diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index c94038d95ac..b4a88a3ea76 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:07 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/24 11:41:38 nia Exp $ PKGNAME= rainbowcrack-1.2 DISTNAME= rainbowcrack-1.2-src @@ -13,6 +13,8 @@ MAINTAINER= dhowland@users.sourceforge.net HOMEPAGE= https://project-rainbowcrack.com/ COMMENT= Hash cracker +BROKEN= "Fails to build with OpenSSL 1.1" + BUILD_DIRS= src USE_LANGUAGES= c c++ USE_TOOLS+= patch diff --git a/security/validns/Makefile b/security/validns/Makefile index d0259153e6c..3cfc112990d 100644 --- a/security/validns/Makefile +++ b/security/validns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 21:50:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2020/04/24 11:41:38 nia Exp $ # DISTNAME= validns-0.8 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.validns.net/ COMMENT= Validns, a high performance DNS/DNSSEC zone validator LICENSE= 2-clause-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + # Depends on perl for make tests #BUILD_DEPENDS+= p5-Test-Command-Simple-[0-9]*:../../devel/p5-Test-Command-Simple diff --git a/security/yafic/Makefile b/security/yafic/Makefile index cff7f158757..5766c8be32e 100644 --- a/security/yafic/Makefile +++ b/security/yafic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/01/18 21:50:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2020/04/24 11:41:38 nia Exp $ DISTNAME= yafic-1.2.2 PKGREVISION= 2 @@ -10,6 +10,8 @@ HOMEPAGE= https://www.saddi.com/software/yafic/ COMMENT= File integrity checker LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + GNU_CONFIGURE= YES .include "../../security/openssl/buildlink3.mk" |