Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security security: Mark packages that fail with OpenSS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d9248b7fcf2
branches:  trunk
changeset: 429758:5d9248b7fcf2
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 24 11:41:36 2020 +0000

description:
security: Mark packages that fail with OpenSSL 1.1 BROKEN

diffstat:

 security/credns/Makefile             |  4 +++-
 security/dnssec-tools/Makefile       |  4 +++-
 security/dsniff/Makefile.common      |  4 +++-
 security/engine-pkcs11/Makefile      |  4 +++-
 security/libglobalplatform/Makefile  |  4 +++-
 security/libguardtime/Makefile       |  4 +++-
 security/netpgp/Makefile             |  4 +++-
 security/pam_ssh_agent_auth/Makefile |  4 +++-
 security/pkcs11-helper/Makefile      |  4 +++-
 security/py-SSLCrypto/Makefile       |  4 +++-
 security/py-m2crypto/Makefile        |  4 +++-
 security/qore-asn1-module/Makefile   |  4 +++-
 security/rainbowcrack/Makefile       |  4 +++-
 security/validns/Makefile            |  4 +++-
 security/yafic/Makefile              |  4 +++-
 15 files changed, 45 insertions(+), 15 deletions(-)

diffs (270 lines):

diff -r f029c59497c4 -r 5d9248b7fcf2 security/credns/Makefile
--- a/security/credns/Makefile  Fri Apr 24 11:27:52 2020 +0000
+++ b/security/credns/Makefile  Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/dnssec-tools/Makefile
--- a/security/dnssec-tools/Makefile    Fri Apr 24 11:27:52 2020 +0000
+++ b/security/dnssec-tools/Makefile    Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/dsniff/Makefile.common
--- a/security/dsniff/Makefile.common   Fri Apr 24 11:27:52 2020 +0000
+++ b/security/dsniff/Makefile.common   Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 CATEGORIES=    security
 MASTER_SITES+= https://monkey.org/~dugsong/dsniff/
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://monkey.org/~dugsong/dsniff/
 LICENSE=       modified-bsd
diff -r f029c59497c4 -r 5d9248b7fcf2 security/engine-pkcs11/Makefile
--- a/security/engine-pkcs11/Makefile   Fri Apr 24 11:27:52 2020 +0000
+++ b/security/engine-pkcs11/Makefile   Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 CATEGORIES=            security
 MASTER_SITES=          https://github.com/OpenSC/engine_pkcs11/archive/
 
+BROKEN=                        "Fails to build with OpenSSL 1.1"
+
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules
 COMMENT=               PKCS\#11 engine for OpenSSL
diff -r f029c59497c4 -r 5d9248b7fcf2 security/libglobalplatform/Makefile
--- a/security/libglobalplatform/Makefile       Fri Apr 24 11:27:52 2020 +0000
+++ b/security/libglobalplatform/Makefile       Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/libguardtime/Makefile
--- a/security/libguardtime/Makefile    Fri Apr 24 11:27:52 2020 +0000
+++ b/security/libguardtime/Makefile    Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/netpgp/Makefile
--- a/security/netpgp/Makefile  Fri Apr 24 11:27:52 2020 +0000
+++ b/security/netpgp/Makefile  Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/pam_ssh_agent_auth/Makefile
--- a/security/pam_ssh_agent_auth/Makefile      Fri Apr 24 11:27:52 2020 +0000
+++ b/security/pam_ssh_agent_auth/Makefile      Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/pkcs11-helper/Makefile
--- a/security/pkcs11-helper/Makefile   Fri Apr 24 11:27:52 2020 +0000
+++ b/security/pkcs11-helper/Makefile   Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/py-SSLCrypto/Makefile
--- a/security/py-SSLCrypto/Makefile    Fri Apr 24 11:27:52 2020 +0000
+++ b/security/py-SSLCrypto/Makefile    Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile     Fri Apr 24 11:27:52 2020 +0000
+++ b/security/py-m2crypto/Makefile     Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/qore-asn1-module/Makefile
--- a/security/qore-asn1-module/Makefile        Fri Apr 24 11:27:52 2020 +0000
+++ b/security/qore-asn1-module/Makefile        Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/rainbowcrack/Makefile
--- a/security/rainbowcrack/Makefile    Fri Apr 24 11:27:52 2020 +0000
+++ b/security/rainbowcrack/Makefile    Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/validns/Makefile
--- a/security/validns/Makefile Fri Apr 24 11:27:52 2020 +0000
+++ b/security/validns/Makefile Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 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 -r f029c59497c4 -r 5d9248b7fcf2 security/yafic/Makefile
--- a/security/yafic/Makefile   Fri Apr 24 11:27:52 2020 +0000
+++ b/security/yafic/Makefile   Fri Apr 24 11:41:36 2020 +0000
@@ -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 @@
 COMMENT=       File integrity checker
 LICENSE=       modified-bsd
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 GNU_CONFIGURE= YES
 
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index