aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-12-22 20:06:52 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-12-22 20:06:52 +0000
commita1b4f359a98e3e6d9a6c651d2fbad860e7aba43e (patch)
tree3ec9c854599e8aeff3b5c6368a6ef864d1732db2 /UPDATING
parentce832391376d2dd5b8736d16cf9a167636c3ff58 (diff)
downloadports-a1b4f359a98e3e6d9a6c651d2fbad860e7aba43e.tar.gz
ports-a1b4f359a98e3e6d9a6c651d2fbad860e7aba43e.zip
- Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221 - Add USES=localbase to ndpi - Silence portlint warnings - Update WWW links - Add UPDATING note about data directory change nDPI changelog: https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md ntopng changelog: https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=488125
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 23 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 443af3b759de..ddd0081ed208 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,29 @@ 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.
+20181222:
+ AFFECTS: users of net/ntopng
+ AUTHOR: madpilot@FreeBSD.org
+
+ Since ntopng 3.7, for security reasons, the default setting for
+ the data directory has been changed to "/var/lib/ntopng", and the
+ default user has been changed to "ntopng". This new directory is
+ created automatically by the port/package with correct permissions.
+
+ In order to maintain backward compatibility, if you are already
+ using "/var/tmp/ntopng" as data directory, ntopng keeps using that
+ folder, owned by "nobody". This said, using the old defaults is not
+ recommended and a manual action is required in order to migrate to
+ the new settings, unless you are already using a custom directory:
+
+ # service ntopng stop
+ # mv /var/tmp/ntopng/* /var/lib/ntopng/
+ # chown -R ntopng:ntopng /var/lib/ntopng
+ # service ntopng start
+
+ Please check hte upstream FAQ for reference:
+ https://www.ntop.org/support/faq/migrate-the-data-directory-in-ntopng/
+
20181218:
AFFECTS: users of misc/openhab2
AUTHOR: netchild@FreeBSD.org