The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=5ff72ce7113fd505ec90c7373151fb2d3a27203d
commit 5ff72ce7113fd505ec90c7373151fb2d3a27203d Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-06-30 07:27:03 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2021-06-30 07:27:03 +0000 UPDATING: Add a note for pkgbase user for commit 632e3f2f3a66 --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/UPDATING b/UPDATING index 7c7dcae62587..8dd158f0a05c 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,15 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20210630: + Commit ca179c4d74f2/632e3f2f3a66 changed the package in which + the OpenSSL libraries and utilities are packaged. + It is recommended for pkgbase user to do: + pkg install -f FreeBSD-openssl + before pkg upgrade otherwise some dependencies might not be met + and pkg will stop working as libssl will not be present anymore + on the system. + 20210626: Commit 841006678745 changed the internal KAPI between the krpc and nfsd modules. As such, they must both be rebuilt from _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
