diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 16:42:44 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 16:42:44 +0000 |
commit | ec9d22cc64ab145058ef25da960430b468b88338 (patch) | |
tree | 7e6ca7b1d0639c75be38b4bb5e5bc0ab63b55471 /UPDATING | |
parent | 2feb2a29bf106da7c2c2eecc3b9d3d3a327c12c6 (diff) |
security/openssl111: Rename to openssl
- Honoring promise from DEPRECATED message
- Unbreak people's builds
PR: 243014
MFH: 2020Q1
Notes
Notes:
svn path=/head/; revision=521745
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20200101: + AFFECTS: users of security/openssl and security/openssl111 + AUTHOR: brnrd@FreeBSD.org + + The openssl port was removed on 2019-12-31, subsequently the openssl111 + port was renamed to openssl on 2020-01-01. + + The shared library version of OpenSSL has been bumped. + + Users of DEFAULT_VERSIONS= ssl=openssl111 must update this to + ssl=openssl. + + You must rebuild all ports that depend on OpenSSL if you use OpenSSL + from ports. + 20191226: AFFECTS: users of sysutils/dsbmd AUTHOR: mk@freeshell.de |