diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-02-13 01:30:29 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-02-13 01:30:29 +0800 |
commit | 80fef9d1e9c9bdf56a8c8de0f67546d0391f5284 (patch) | |
tree | e62a2887770ad5608f415cea549bc9e861e39c4c /net/asterisk11 | |
parent | 17d1bd99861f3c9e33361737ec6175d4b35beeee (diff) | |
download | freebsd-ports-gnome-80fef9d1e9c9bdf56a8c8de0f67546d0391f5284.tar.gz freebsd-ports-gnome-80fef9d1e9c9bdf56a8c8de0f67546d0391f5284.tar.zst freebsd-ports-gnome-80fef9d1e9c9bdf56a8c8de0f67546d0391f5284.zip |
- 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
Diffstat (limited to 'net/asterisk11')
-rw-r--r-- | net/asterisk11/Makefile | 5 | ||||
-rw-r--r-- | net/asterisk11/distinfo | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 1bec3a7c8c53..c6b1155235b4 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.21.1 +PORTVERSION= 11.21.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -227,9 +227,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 diff --git a/net/asterisk11/distinfo b/net/asterisk11/distinfo index 6dbd63114ecc..83216834913c 100644 --- a/net/asterisk11/distinfo +++ b/net/asterisk11/distinfo @@ -1,5 +1,5 @@ -SHA256 (asterisk-11.21.1.tar.gz) = d02afbdda172a6bb98883350d64f83ce865fcea01642a05067ca2c916c3a1ee5 -SIZE (asterisk-11.21.1.tar.gz) = 34867941 +SHA256 (asterisk-11.21.2.tar.gz) = 9f4408ecda81efccbc0ce6728a7c53fa1528c527ea65d81a165e830c9f91bcac +SIZE (asterisk-11.21.2.tar.gz) = 34867025 SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 |