svn commit: r488450 - head

Christian Weisgerber naddy at FreeBSD.org
Wed Dec 26 21:18:49 UTC 2018


Author: naddy
Date: Wed Dec 26 21:18:48 2018
New Revision: 488450
URL: https://svnweb.freebsd.org/changeset/ports/488450

Log:
  Add entry about a news/inn database incompatibility when upgrading from
  FreeBSD 11 to 12.
  
  Requested by: 	adamw
  Reviewed by:	adamw

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Dec 26 21:18:33 2018	(r488449)
+++ head/UPDATING	Wed Dec 26 21:18:48 2018	(r488450)
@@ -97,6 +97,23 @@ you update your ports collection, before attempting an
   bookmarks, and XML compression in message archive storage. Please
   refer to: https://blog.process-one.net/ejabberd-18-12/ 
 
+20181211:
+  AFFECTS: users of news/inn when upgrading to FreeBSD 12
+  AUTHOR: naddy at FreeBSD.org
+
+  When upgrading from FreeBSD 11 to 12, a change in the size of the
+  ino_t type causes a binary incompatibility in the overview database
+  if the default tradindexed format is used.
+
+  After upgrading the inn package, remove the overview/group.index
+  file and regenerate the history and overview database with
+  makehistory(8) before starting innd.
+
+  # echo '. /usr/local/news/lib/innshellvars && \
+        rm -f $OVERVIEWDIR/group.index && \
+        $NEWSBIN/makehistory -O -s `wc -l <$HISTORY`' | \
+        su -fm news -c '/bin/sh -s'
+
 20181209:
   AFFECTS: users of DRM ports other than graphics/drm-kmod
   AUTHOR: jmd at FreeBSD.org


More information about the svn-ports-all mailing list