Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2021 08:59:21 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569097 - in head: net/hostapd-devel security/wpa_supplicant-devel
Message-ID:  <202103240859.12O8xLf8036725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Mar 24 08:59:20 2021
New Revision: 569097
URL: https://svnweb.freebsd.org/changeset/ports/569097

Log:
  hostapd-devel, wpa_supplicant-devel do not support openssl 1.0.2.

Modified:
  head/net/hostapd-devel/Makefile   (contents, props changed)
  head/security/wpa_supplicant-devel/Makefile   (contents, props changed)

Modified: head/net/hostapd-devel/Makefile
==============================================================================
--- head/net/hostapd-devel/Makefile	Wed Mar 24 08:23:17 2021	(r569096)
+++ head/net/hostapd-devel/Makefile	Wed Mar 24 08:59:20 2021	(r569097)
@@ -15,6 +15,8 @@ GH_PROJECT=	hostap
 GH_TAGNAME=	37306a004
 COMMIT_DATE=	2021.03.21
 
+BROKEN_FreeBSD_11=	Does not support OpenSSL 1.0.2
+
 LICENSE=	BSD3CLAUSE
 
 USES=		cpe gmake ssl

Modified: head/security/wpa_supplicant-devel/Makefile
==============================================================================
--- head/security/wpa_supplicant-devel/Makefile	Wed Mar 24 08:23:17 2021	(r569096)
+++ head/security/wpa_supplicant-devel/Makefile	Wed Mar 24 08:59:20 2021	(r569097)
@@ -14,6 +14,8 @@ GH_PROJECT=	hostap
 GH_TAGNAME=	37306a004
 COMMIT_DATE=	2021.03.21
 
+BROKEN_FreeBSD_11=	Does not support OpenSSL 1.0.2
+
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/README
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103240859.12O8xLf8036725>