diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-10-28 21:08:42 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-10-28 21:08:42 +0000 |
commit | e248b6db768e932e6cf3fd36959ed874ca347b78 (patch) | |
tree | 53847c79906424e0cfd14b01d7e7aac6d58e3344 | |
parent | 294c9b880e2714704d46f50430c71f5460d3b277 (diff) | |
download | ports-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
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |