Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2020 12:45:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248655] net-mgmt/phpipam: update to 1.4.1
Message-ID:  <bug-248655-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248655

            Bug ID: 248655
           Summary: net-mgmt/phpipam: update to 1.4.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: marko.cupac@mimar.rs
                CC: jake@xz.cx
                CC: jake@xz.cx
             Flags: maintainer-feedback?(jake@xz.cx)

Created attachment 217211
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217211&action=
=3Dedit
Makefile, distinfo and pkg-plist diffs

Update net-mgmt/php-ipam to 1.4.1.

Biggest change, besides bumping PORTVERSION, `make makesum`-ing distinfo and
regenerating pkg-plist is switch from SF to GH for fetching distfile.

Poudriere tesport passes, works fine for me, but I had a little problem with
the upgrade. Database wouldn't upgrade because of incorrect timestamps, as
described here:
https://github.com/phpipam/phpipam/issues/2617#issuecomment-511794390

Changing timestamps in ipaddresses table as described above allowed for
successful database upgrade:

update ipaddresses set lastSeen=3D'1970-01-01 00:00:01' where lastSeen <
'0000-01-01 00:00:00';

Perhaps it would help to have this information in UPDATING?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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