Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net net: Mark packages that fail with OpenSSL 1.1 BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b7197981c28
branches:  trunk
changeset: 429762:0b7197981c28
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 24 11:56:55 2020 +0000

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

diffstat:

 net/drill/Makefile          |  4 +++-
 net/ettercap-NG/Makefile    |  4 +++-
 net/ettercap/Makefile       |  4 +++-
 net/freeradius2/Makefile    |  4 +++-
 net/owncloudclient/Makefile |  4 +++-
 5 files changed, 15 insertions(+), 5 deletions(-)

diffs (90 lines):

diff -r d659aa8e48a1 -r 0b7197981c28 net/drill/Makefile
--- a/net/drill/Makefile        Fri Apr 24 11:49:28 2020 +0000
+++ b/net/drill/Makefile        Fri Apr 24 11:56:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/01/18 21:50:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/24 11:56:55 nia Exp $
 
 VERSION=       1.6.17
 DISTNAME=      ldns-${VERSION}
@@ -12,6 +12,8 @@
 COMMENT=       DNSSEC debugging tool a'la dig
 LICENSE=       modified-bsd
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 USE_TOOLS+=    gmake
 
 GNU_CONFIGURE=         yes
diff -r d659aa8e48a1 -r 0b7197981c28 net/ettercap-NG/Makefile
--- a/net/ettercap-NG/Makefile  Fri Apr 24 11:49:28 2020 +0000
+++ b/net/ettercap-NG/Makefile  Fri Apr 24 11:56:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/03/20 11:58:06 nia Exp $
+# $NetBSD: Makefile,v 1.33 2020/04/24 11:56:56 nia Exp $
 
 DISTNAME=      ettercap-NG-0.7.3
 PKGREVISION=   15
@@ -10,6 +10,8 @@
 COMMENT=       Multipurpose sniffer/interceptor/logger for switched LAN
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 MAKE_JOBS_SAFE=        no
 
 CONFLICTS=     ettercap-[0-9]*
diff -r d659aa8e48a1 -r 0b7197981c28 net/ettercap/Makefile
--- a/net/ettercap/Makefile     Fri Apr 24 11:49:28 2020 +0000
+++ b/net/ettercap/Makefile     Fri Apr 24 11:56:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2020/03/20 11:58:06 nia Exp $
+# $NetBSD: Makefile,v 1.90 2020/04/24 11:56:56 nia Exp $
 
 DISTNAME=              ettercap-0.6.b
 PKGREVISION=           42
@@ -10,6 +10,8 @@
 COMMENT=               Multipurpose sniffer/interceptor/logger for switched LAN
 LICENSE=               gnu-gpl-v2
 
+BROKEN=                        "Fails to build with OpenSSL 1.1"
+
 CONFLICTS+=            ettercap-NG-[0-9]*
 
 MAKE_JOBS_SAFE=                no
diff -r d659aa8e48a1 -r 0b7197981c28 net/freeradius2/Makefile
--- a/net/freeradius2/Makefile  Fri Apr 24 11:49:28 2020 +0000
+++ b/net/freeradius2/Makefile  Fri Apr 24 11:56:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/01/26 17:31:49 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2020/04/24 11:56:56 nia Exp $
 
 DISTNAME=      freeradius-server-2.2.10
 PKGNAME=       ${DISTNAME:S/-server//}
@@ -12,6 +12,8 @@
 COMMENT=       Free RADIUS server implementation
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 CONFLICTS+=            radiusd-cistron-[0-9]*
 CONFLICTS+=            freeradius<2.0
 USE_TOOLS+=            gmake perl:run
diff -r d659aa8e48a1 -r 0b7197981c28 net/owncloudclient/Makefile
--- a/net/owncloudclient/Makefile       Fri Apr 24 11:49:28 2020 +0000
+++ b/net/owncloudclient/Makefile       Fri Apr 24 11:56:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/04/12 08:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/04/24 11:56:56 nia Exp $
 
 DISTNAME=      owncloudclient-2.2.3
 PKGREVISION=   12
@@ -11,6 +11,8 @@
 COMMENT=       Synchronization program for ownCloud
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 # Do not use libocsync.so from net/ocsync.
 CONFLICTS=     ocsync-[0-9]*
 CONFLICTS=     mirall-[0-9]*



Home | Main Index | Thread Index | Old Index