aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-10-30 20:36:01 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-10-30 20:36:01 +0000
commitdec3c81ea9b6546472f871059bb3662b36177ecc (patch)
tree707f1a67032a8597bcc0b22b4058ca31b3200301 /UPDATING
parenta833490b4b4e0350419bb62877278d9bc7feb894 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b28b76d821ff..9be8a4fc46a5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20201030:
+ AFFECTS: users of security/openvpn
+ AUTHOR: mandree@FreeBSD.org
+
+ The security/openvpn port has been updated to v2.5.0, which brings a
+ change to the default ciphersuite, which no longer contains BF-CBC.
+
+ Some options have been removed. Also, if you need to support very old (v2.3)
+ and unsupported clients or servers, you will need to adjust the
+ configuration. For details, see:
+ https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst#overview-of-changes-in-25
+
20201029:
AFFECTS: users of www/node
AUTHOR: bhughes@FreeBSD.org