From 664d7dd0593e06eead417dcda7c4c8f3e0dc5684 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 12 Feb 2016 17:30:29 +0000 Subject: - Update net/asterisk11 to 11.21.2, which provides a fix for the old OpenSSL included in 9.x - Backport the fis to net/asterisk (asterisk 1.8) - net/asterisk13 already includes this fix, so remove my workaround While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE it and add an expiration time. MFH: 2016Q1 --- net/asterisk/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/asterisk/Makefile') diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index f3e554401d1c..296bf29c856c 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -3,7 +3,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.32.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -20,6 +20,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} +DEPRECATED= Aterisk 1.8 reached EOL on 2015-10-21 +EXPIRATION_DATE= 2015-04-30 + ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 USES= alias bison cpe gmake shebangfix @@ -223,9 +226,6 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif -.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) - @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c -.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts -- cgit v1.2.3