diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-03-23 23:46:23 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-03-23 23:46:23 +0800 |
commit | 55b504a806fd37f6885e7f4f5378ae6de8c42164 (patch) | |
tree | 514d86ae5606a1b7e802ba7d75df9d60bbb6e983 /net/asterisk13 | |
parent | 0906606feb684a70bd5fb22a12a7062068baec3a (diff) | |
download | freebsd-ports-gnome-55b504a806fd37f6885e7f4f5378ae6de8c42164.tar.gz freebsd-ports-gnome-55b504a806fd37f6885e7f4f5378ae6de8c42164.tar.zst freebsd-ports-gnome-55b504a806fd37f6885e7f4f5378ae6de8c42164.zip |
Due to recent changes in OpenSSL, disable SRTP support for asterisk13
by default and avoid pjsip pulling in libsrtp, otherwise a not
working package would be generated.
Add note to UPDATING to keep users informed.
Diffstat (limited to 'net/asterisk13')
-rw-r--r-- | net/asterisk13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index 779515bc01f1..10e9657dd7cc 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -47,7 +48,7 @@ CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-11* OPTIONS_DEFINE= VORBIS PGSQL MYSQL ODBC RADIUS SNMP FREETDS XMPP SQLITE GSM \ CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 PJSIP SPEEX OPTIONS_DEFAULT= VORBIS ODBC PGSQL RADIUS SNMP FREETDS \ - XMPP GSM SQLITE3 CURL SRTP LUA PJSIP SPEEX + XMPP GSM SQLITE3 CURL LUA PJSIP SPEEX OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI @@ -59,7 +60,7 @@ OPTIONS_DEFAULT_sparc64= DAHDI EXCHANGE_DESC?= Exchange calendar support NEWG711_DESC?= New G711 Codec -SRTP_DESC?= SecureRTP support +SRTP_DESC?= SecureRTP support (Needs all ports build with WITH_OPENSSL_PORT=yes) OOH323_DESC?= ooh323 support DAHDI_DESC?= DAHDI support XMPP_DESC?= XMPP/GTALK support |