diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-10-14 17:30:05 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-10-14 17:30:05 +0000 |
commit | bc630ff27d29cf7dbafae19145a44a3ff77385b1 (patch) | |
tree | 1929b34141ce7e0cfe4344536c6aadb86c3420ab | |
parent | f63fc9b47d8cb1d0f85376a279ca6a2acfc2d62c (diff) |
security/openssl: UPDATING and category Makefile
-rw-r--r-- | UPDATING | 17 | ||||
-rw-r--r-- | security/Makefile | 1 |
2 files changed, 0 insertions, 18 deletions
@@ -5,23 +5,6 @@ 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. -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 diff --git a/security/Makefile b/security/Makefile index 41a7e990eced..3d06298314ca 100644 --- a/security/Makefile +++ b/security/Makefile @@ -421,7 +421,6 @@ SUBDIR += openssl-quictls SUBDIR += openssl-unsafe SUBDIR += openssl111 - SUBDIR += openssl30 SUBDIR += openssl31 SUBDIR += openssl32 SUBDIR += openvas |