aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2023-10-28 21:08:42 +0000
committerBernard Spil <brnrd@FreeBSD.org>2023-10-28 21:08:42 +0000
commite248b6db768e932e6cf3fd36959ed874ca347b78 (patch)
tree53847c79906424e0cfd14b01d7e7aac6d58e3344 /UPDATING
parent294c9b880e2714704d46f50430c71f5460d3b277 (diff)
downloadports-e248b6db768e932e6cf3fd36959ed874ca347b78.tar.gz
ports-e248b6db768e932e6cf3fd36959ed874ca347b78.zip
UPDATING: Fix entry for security/openssl update to 3.0
* entry was added and subsequently removed Reported by: Fabian Wenk
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 13908a1c7a7f..6ccf47694e82 100644
--- a/UPDATING
+++ b/UPDATING
@@ -78,6 +78,23 @@ you update your ports collection, before attempting any port upgrades.
upgrade will do the right thing. For the other people, follow the
instructions in entry 20181213, it should still be the same.
+20231014:
+ AFFECTS: users of security/openssl and security/openssl30
+ AUTHOR: brnrd@FreeBSD.org
+
+ The openssl port was renamed to openssl111 and subsequently the
+ openssl30 port was renamed to openssl.
+
+ The shared library version of OpenSSL has been bumped.
+
+ Users of DEFAULT_VERSIONS= ssl=openssl30 must update this to
+ ssl=openssl.
+ Users of DEFAULT_VERSIONS= ssl=openssl should not change this unless
+ they use ports that require the deprecated OpenSSL 1.1.1 version.
+
+ You must rebuild all ports that depend on OpenSSL if you use OpenSSL
+ from ports.
+
20231011:
AFFECTS: users of www/caddy
AUTHOR: adamw@FreeBSD.org