aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c6c2e3374c5e..59ee7f3b456f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,27 @@ 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.
+20230822:
+AUTHOR: leres@FreeBSD.org
+
+ security/zeek has been upgraded to 6.0.0 and the NETMAP option
+ was removed; it was too difficult to build it without zeek being
+ installed in %%PREFIX%%.
+
+ The consensus was that this was a rarely used feature, please
+ reach out to me if need this (I've done some work on a new
+ security/zeek-netmap port that is probably the right way forward).
+
+ When I upgraded zeek on my systems I found some cruft left over
+ from previous versions. The way I recommend upgrading from 5.0.9 to
+ 6.0.0 is:
+
+ service zeek stop
+ pkg delete -fy zeek py311-zkg
+ [clean up leftover files in /usr/local/lib/zeek]
+ pkg install -y zeek
+ service zeek deploy
+
20230817:
AFFECTS: users of databases/redis
AUTHOR: yasu@FreeBSD.org