Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2021 19:00:41 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568273 - head
Message-ID:  <202103131900.12DJ0fl5017190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sat Mar 13 19:00:41 2021
New Revision: 568273
URL: https://svnweb.freebsd.org/changeset/ports/568273

Log:
  Add updating notes for net-mgmt/phpipam 1.4.1
  
  PR:		248655
  Submitted by:	Marko Cupać <marko.cupac@mimar.rs>

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Mar 13 18:57:12 2021	(r568272)
+++ head/UPDATING	Sat Mar 13 19:00:41 2021	(r568273)
@@ -5,6 +5,17 @@ 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.
 
+20210313:
+  AFFECTS: users of net-mgmt/phpipam
+  AUTHOR: marko.cupac@mimar.rs
+
+  ipaddresses table in phpipam database is likely to contain incorrect datetime
+  values which prevent successful upgrade.  Make sure to create backup of
+  phpipam database.  Before starting upgrade wizard in web interface run the
+  following SQL query on phpipam database:
+
+    UPDATE ipaddresses SET lastSeen='1970-01-01 00:00:01' WHERE lastSeen < '0000-01-01 00:00:00';
+
 20210310:
   AFFECTS: users of textproc/redisearch
   AUTHOR: osa@FreeBSD.org



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