aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-04-05 01:05:31 +0800
committeradamw <adamw@FreeBSD.org>2016-04-05 01:05:31 +0800
commitb1a0d1be2f45874447153f21329cbc8b0fcfab1c (patch)
tree670b2ce7c183943f6a6e140c06f294b62b387e41 /UPDATING
parentfb30953b4b8d30a62389ddd8ea96b0976619fe8b (diff)
downloadfreebsd-ports-gnome-b1a0d1be2f45874447153f21329cbc8b0fcfab1c.tar.gz
freebsd-ports-gnome-b1a0d1be2f45874447153f21329cbc8b0fcfab1c.tar.zst
freebsd-ports-gnome-b1a0d1be2f45874447153f21329cbc8b0fcfab1c.zip
Disable SSLv3 and enable TLSv1.1 and TLSv1.2.
This is a patch make by Debian's own Noah Meyerhans that disables SSLv3, fixes or removes the tests that choke without SSLv3, and lets IO::Socket::SSL choose the best TLS level rather than forcing it at TLSv1. I can't think of a responsible reason to allow re-enabling it as an OPTION, so add a note to UPDATING warning people of the change and referencing the below PR. PORTREVISION bump. PR: 208225 Submitted by: Sascha Holzleiter Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199 MFH: 2016Q2
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 22374722969a..c332dbae6a14 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20160404:
+ AFFECTS: mail/spamassassin
+ AUTHOR: adamw@FreeBSD.org
+
+ Support for SSLv3 has been removed from SpamAssassin, because
+ SSLv3 is a Bad Idea. No direct option is provided to re-enable it.
+ If your setup requires use of SSLv3, some instructions are available
+ in FreeBSD PR 208225.
+
20160331:
AFFECTS: security/clamav-unofficial-sigs
AUTHOR: lukasz@wasikowski.net, sf@maxempire.com