svn commit: r354369 - in head/net/freeradius3: . files

Ryan Steinmetz zi at FreeBSD.org
Sat May 17 20:36:19 UTC 2014


Author: zi
Date: Sat May 17 20:36:18 2014
New Revision: 354369
URL: http://svnweb.freebsd.org/changeset/ports/354369
QAT: https://qat.redports.org/buildarchive/r354369/

Log:
  - Unbreak build on 10 or higher
  - Bump PORTREVISION

Modified:
  head/net/freeradius3/Makefile
  head/net/freeradius3/files/pkg-message.in

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Sat May 17 20:35:55 2014	(r354368)
+++ head/net/freeradius3/Makefile	Sat May 17 20:36:18 2014	(r354369)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freeradius
 DISTVERSION=	3.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
 		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -345,15 +345,7 @@ SUB_LIST+=	RADIUS_USER="${RADIUS_USER}" 
 		RADDB="${PREFIX}/etc/raddb" \
 		LOGDIR="${LOGDIR}" \
 		LIBDIR="${PREFIX}/${FREERADIUS_LIBDIR}"
-SUB_LIST+=	REQUIRE="${_REQUIRE}" OPENSSL1XMSG="${OPENSSL1XMSG}"
-
-.if ${OSVERSION} > 1000000
-OPENSSL1XMSG=	"If you are running FreeBSD 10.0-RELEASE or higher, you will receive an OpenSSL warning."
-OPENSSL1XMSG+=	"Please verify that your system is patched and then add the following to your config:"
-OPENSSL1XMSG+=	"security.allow_vulnerable_openssl = 'CVE-2014-0160'"
-.else
-OPENSSL1XMSG=	""
-.endif
+SUB_LIST+=	REQUIRE="${_REQUIRE}"
 
 post-patch:
 # never try to find execinfo.h (needed until we can enable/disable backtrace

Modified: head/net/freeradius3/files/pkg-message.in
==============================================================================
--- head/net/freeradius3/files/pkg-message.in	Sat May 17 20:35:55 2014	(r354368)
+++ head/net/freeradius3/files/pkg-message.in	Sat May 17 20:36:18 2014	(r354369)
@@ -49,6 +49,5 @@ well break things!
 Useful configuration advice can be found in the FreeRADIUS Wiki at
 http://wiki.freeradius.org
 
-%%OPENSSL1XMSG%%
 ===============================================================================
 


More information about the svn-ports-all mailing list