git: e248b6db768e - main - UPDATING: Fix entry for security/openssl update to 3.0

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Sat, 28 Oct 2023 21:11:30 UTC
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e248b6db768e932e6cf3fd36959ed874ca347b78

commit e248b6db768e932e6cf3fd36959ed874ca347b78
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-10-28 21:08:42 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-10-28 21:08:42 +0000

    UPDATING: Fix entry for security/openssl update to 3.0
    
     * entry was added and subsequently removed
    
    Reported by:    Fabian Wenk
---
 UPDATING | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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