forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
6 changed files
with
50 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,23 @@ 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. | ||
|
||
20230318: | ||
AFFECTS: users of security/libressl | ||
AUTHOR: [email protected] | ||
|
||
The port has been updated to the latest stable version 3.6 of LibreSSL. | ||
The shared library versions of the libraries have been bumped. | ||
|
||
After upgrading, manually update all packages that depend on any of the | ||
libraries provided by LibreSSL (libssl, libcrypto and libtls) since the | ||
versions of these libraries have changed. Normally, you can obtain the | ||
list of dependent software by running the following command: | ||
|
||
# pkg info -r libressl | ||
|
||
Then you should rebuild all ports depending on libressl to avoid dangling | ||
shared library dependencies. | ||
|
||
20230315: | ||
AFFECTS: users of lang/ruby30 | ||
AUTHOR: [email protected] | ||
|