diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-04-12 03:01:34 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-04-12 03:01:34 +0800 |
commit | a4c0d3844146f815b4bc429fd918ccffdfc60f1f (patch) | |
tree | b00426601a9b4ed2faf80362245b7a19c5450777 /UPDATING | |
parent | a452da5731b11618bd8a03a1fb3478dfcf23c5ff (diff) | |
download | freebsd-ports-gnome-a4c0d3844146f815b4bc429fd918ccffdfc60f1f.tar.gz freebsd-ports-gnome-a4c0d3844146f815b4bc429fd918ccffdfc60f1f.tar.zst freebsd-ports-gnome-a4c0d3844146f815b4bc429fd918ccffdfc60f1f.zip |
security/libressl: Update to 2.5.3
- Update to 2.5.3
- Bump shlib versions
- Add UPDATING entry for shlib version bumps
- Use --enable-nc configure arg
- Align with CFLAGS from -devel
- Remove commented EXPLICIT_BZERO blurb
- Update pkg-plist
- Add x25519, drop krb5_asn header
- Add ocspcheck binary
- Added/removed man-pages
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -5,6 +5,30 @@ 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. +20170411: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 2.5 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. Poudriere and pkg handle this correctly, + portmaster and portupgrade users can use the following to rebuild all + dependent ports. + + Portmaster users: + portmaster -r libressl + Portupgrade users: + portupgrade -fr security/libressl + 20170410: AFFECTS: users of x11-wm/awesome AUTHOR: garga@FreeBSD.org |