diff options
author | adamw <adamw@FreeBSD.org> | 2016-04-05 01:05:31 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-04-05 01:05:31 +0800 |
commit | b1a0d1be2f45874447153f21329cbc8b0fcfab1c (patch) | |
tree | 670b2ce7c183943f6a6e140c06f294b62b387e41 /japanese | |
parent | fb30953b4b8d30a62389ddd8ea96b0976619fe8b (diff) | |
download | freebsd-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 'japanese')
-rw-r--r-- | japanese/spamassassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/spamassassin/Makefile b/japanese/spamassassin/Makefile index 1f426c143cff..e6167baedeee 100644 --- a/japanese/spamassassin/Makefile +++ b/japanese/spamassassin/Makefile @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja- |