aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-03-23 15:46:23 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-03-23 15:46:23 +0000
commitc20cc7662e75dab2c5b0adca257fcac63e201c54 (patch)
tree514d86ae5606a1b7e802ba7d75df9d60bbb6e983 /UPDATING
parentfe7a7297495dc945bea1958721fe5a2c65f69e96 (diff)
downloadports-c20cc7662e75dab2c5b0adca257fcac63e201c54.tar.gz
ports-c20cc7662e75dab2c5b0adca257fcac63e201c54.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.
Notes
Notes: svn path=/head/; revision=382011
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c3509cd18551..8b72bd5b25af 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20150323:
+ AFFECTS: Users of net/asterisk* and net/pjsip ports
+ AUTHOR: madpilot@FreeBSD.org
+
+ Due to conflicts between base OpenSSL and ports provided OpenSSL
+ library, which is required by net/libsrtp, the srtp support has
+ to be removed from the default asterisk13 port configuration,
+ otherwise a a not working binary would be generated.
+
+ To get SRTP support working in the asterisk ports it is needed
+ to build all other required ports with WITH_OPENSSL_PORT=yes. For
+ asterisk13 it is also needed to enable the EXTSRTP option in the
+ pjsip port.
+
20150322:
AFFECTS: Users of security/openssh-portable
AUTHOR: bdrewery@FreeBSD.org