svn commit: r568273 - head

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Mar 13 19:00:41 UTC 2021


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 at 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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list