aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING111
1 files changed, 110 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 349081b7137d..838e211bf242 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,115 @@ 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.
+20251016:
+ AFFECTS: users of devel/nexus2-oss
+ AUTHOR: michaelo@FreeBSD.org
+
+ With the upgrade to javaservicewrapper-3.6.3 Nexus won't start unless you
+ remove all properties ending with '.stripquotes' in your
+ %%ETCDIR%%/wrapper.conf.
+
+20251016:
+ AFFECTS: users of sysutils/javaservicewrapper
+ AUTHOR: michaelo@FreeBSD.org
+
+ With the upgrade to version 3.6.0+ support for all properties ending with
+ '.stripquotes' in your wrapper.conf has been dropped and your application
+ won't start again.
+
+ Read the release notes for more details:
+ https://wrapper.tanukisoftware.com/doc/english/release-notes.html#3.6.0
+
+20251015:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest stable version 4.2 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.
+
+20251011:
+ AFFECTS: users of net-im/gotosocial
+ AUTHOR: dinoex@FreeBSD.org
+
+ The etc/gotosocial/config.yaml file needs to be edited.
+ Also includes breaking changes to prometheus metrics.
+ See release notes for details:
+ https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.20.0
+ Requires a lengthy database migration which must not be interrupted!
+
+20250930:
+ AFFECTS: users of x11/nvidia-driver*
+ AUTHOR: junchoon@dec.sakura.ne.jp
+
+ Because of splitting out kernel modules (kmod) part from x11/nvidia-driver*
+ into newly introduced x11/nvidia-kmod*, you need to deinstall currently
+ installed x11/nvidia-driver* and freshly install it again with new version.
+ This would pull in corresponding x11/nvidia-kmod* because x11/nvidia-driver*
+ explicitly depends on corresponding x11/nvidia-kmod*.
+
+20250918:
+ AFFECTS: users of sysutils/py-mitogen
+ AUTHOR: dch@FreeBSD.org
+
+ Ansible 12 is soft deprecating the ANSIBLE_STRATEGY functionality that
+ mitogen uses to integrate with Ansible. A future version of ansible-core
+ may remove this. See https://github.com/mitogen-hq/mitogen/issues/1278
+
+20250917:
+ AFFECTS: users of mail/pflogsumm
+ AUTHOR: flo@FreeBSD.org
+
+ Some command line arguments were renamed in 1.1.11 and 1.1.12.
+
+ For details, see https://jimsun.linxnet.com/downloads/ChangeLog-1.1.12
+
+20250908:
+ AFFECTS: users of www/mod_wsgi4
+ AUTHOR: michaelo@FreeBSD.org
+
+ This port has been renamed to www/mod_wsgi to be able to upgrade to
+ version 5.
+
+20250828:
+ AFFECTS: users of databases/mongodb70, databases/mongodb80
+ AUTHOR: ronald@FreeBSD.org
+
+ Ports mongodb70 7.0.23 and mongodb80 since 8.0.0 contain a patch to
+ implement waitable atomics for FreeBSD.
+ This patch is developed by me. It did not go through QA of MongoDB Inc.
+ I don't have full QA in place and could only do limited testing. I
+ can't take any responsibility for the quality of the patch.
+ Make backups and test for yourself in your setup before upgrading
+ any critical production environment.
+
+20250817:
+ AFFECTS: users of lang/perl5.*
+ AUTHOR: mat@FreeBSD.org
+
+ The default Perl version has been switched to 5.42.
+
+ See entry 20231017 for updating instructions.
+
+20250815:
+ AFFECTS: users of net/syncthing
+ AUTHOR: dvl@FreeBSD.org
+
+ Old single-dash long options are no longer supported, e.g. -home must be
+ given as --home. Database backend switched from LevelDB to SQLite. No
+ changes to run-time dependencies. There is a migration on first launch
+ which can be lengthy for larger setups.
+
+ More at https://github.com/syncthing/syncthing/releases/tag/v2.0.0
20250804:
AFFECTS: users of databases/adminer
@@ -70,7 +179,7 @@ you update your ports collection, before attempting any port upgrades.
Auto-conversion handles most cases, please report bugs if issues occur during the
transition.
- Full release annoucement: https://github.com/BastilleBSD/bastille/releases/tag/1.0.20250714
+ Full release announcement: https://github.com/BastilleBSD/bastille/releases/tag/1.0.20250714
20250708:
AFFECTS: users of shells/bash