Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 21:18:48 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488450 - head
Message-ID:  <201812262118.wBQLImWn078427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262118.wBQLImWn078427>