pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 24 11:56:56 UTC 2020

Modified Files:
        pkgsrc/net/drill: Makefile
        pkgsrc/net/ettercap: Makefile
        pkgsrc/net/ettercap-NG: Makefile
        pkgsrc/net/freeradius2: Makefile
        pkgsrc/net/owncloudclient: Makefile

Log Message:
net: Mark packages that fail with OpenSSL 1.1 BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/drill/Makefile
cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/ettercap/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/ettercap-NG/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/freeradius2/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/owncloudclient/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/drill/Makefile
diff -u pkgsrc/net/drill/Makefile:1.15 pkgsrc/net/drill/Makefile:1.16
--- pkgsrc/net/drill/Makefile:1.15      Sat Jan 18 21:50:11 2020
+++ pkgsrc/net/drill/Makefile   Fri Apr 24 11:56:55 2020
@@ -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 @@ MAINTAINER=   he%NetBSD.org@localhost
 COMMENT=       DNSSEC debugging tool a'la dig
 LICENSE=       modified-bsd
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 USE_TOOLS+=    gmake
 
 GNU_CONFIGURE=         yes

Index: pkgsrc/net/ettercap/Makefile
diff -u pkgsrc/net/ettercap/Makefile:1.89 pkgsrc/net/ettercap/Makefile:1.90
--- pkgsrc/net/ettercap/Makefile:1.89   Fri Mar 20 11:58:06 2020
+++ pkgsrc/net/ettercap/Makefile        Fri Apr 24 11:56:56 2020
@@ -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 @@ HOMEPAGE=             http://ettercap.sourceforge.n
 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

Index: pkgsrc/net/ettercap-NG/Makefile
diff -u pkgsrc/net/ettercap-NG/Makefile:1.32 pkgsrc/net/ettercap-NG/Makefile:1.33
--- pkgsrc/net/ettercap-NG/Makefile:1.32        Fri Mar 20 11:58:06 2020
+++ pkgsrc/net/ettercap-NG/Makefile     Fri Apr 24 11:56:56 2020
@@ -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 @@ HOMEPAGE=     http://ettercap.sourceforge.ne
 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]*

Index: pkgsrc/net/freeradius2/Makefile
diff -u pkgsrc/net/freeradius2/Makefile:1.56 pkgsrc/net/freeradius2/Makefile:1.57
--- pkgsrc/net/freeradius2/Makefile:1.56        Sun Jan 26 17:31:49 2020
+++ pkgsrc/net/freeradius2/Makefile     Fri Apr 24 11:56:56 2020
@@ -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 @@ HOMEPAGE=     https://freeradius.org/
 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

Index: pkgsrc/net/owncloudclient/Makefile
diff -u pkgsrc/net/owncloudclient/Makefile:1.24 pkgsrc/net/owncloudclient/Makefile:1.25
--- pkgsrc/net/owncloudclient/Makefile:1.24     Sun Apr 12 08:29:06 2020
+++ pkgsrc/net/owncloudclient/Makefile  Fri Apr 24 11:56:56 2020
@@ -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 @@ HOMEPAGE=     https://owncloud.com/
 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