summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING59
1 files changed, 59 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2c5a56b953ce..3280cc68707c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,65 @@ 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.
+20251019:
+ AFFECTS: users of security/clamav
+ AUTHOR: yasu@FreeBSD.org
+
+ After security/clamav is updated to 1.5.0, some users report that build
+ fails as below.
+
+ /usr/ports/security/clamav/work/clamav-1.5.1/libclamav/others.c:623:23: error: use of undeclared identifier 'CERTSDIR'
+ 623 | cvdcertsdir = CERTSDIR;
+ | ^
+ 1 warning and 1 error generated.
+ ninja: build stopped: subcommand failed.
+ *** Error code 1
+
+ The error seems to happen with following conditions.
+
+ * Non-base SSL stack is used. That is, in /etc/make.conf there is such
+ setting as 'DEFAULT_VERSIONS+=ssl=openssl'.
+ * Previous version (1.4.3) of clamav package is already installed.
+
+ If you face it, you can work around it by uninstalling current clamav
+ package first.
+
+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