aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2015-03-23 23:46:23 +0800
committermadpilot <madpilot@FreeBSD.org>2015-03-23 23:46:23 +0800
commit55b504a806fd37f6885e7f4f5378ae6de8c42164 (patch)
tree514d86ae5606a1b7e802ba7d75df9d60bbb6e983 /UPDATING
parent0906606feb684a70bd5fb22a12a7062068baec3a (diff)
downloadfreebsd-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 '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