Page MenuHomeFreeBSD

net-mgmt/netbox: Update to 2.5.6
ClosedPublic

Authored by kai on Feb 13 2019, 2:13 PM.
Tags
None
Referenced Files
F81439422: D19178.id.diff
Tue, Apr 16, 9:18 AM
Unknown Object (File)
Fri, Mar 29, 8:47 AM
Unknown Object (File)
Mar 9 2024, 11:19 PM
Unknown Object (File)
Mar 9 2024, 11:19 PM
Unknown Object (File)
Feb 29 2024, 6:34 PM
Unknown Object (File)
Jan 17 2024, 5:10 AM
Unknown Object (File)
Jan 8 2024, 9:36 AM
Unknown Object (File)
Dec 27 2023, 6:22 AM
Subscribers

Details

Summary
  • Fix whitespace in pkg-plist

Notable changes since 2.4.9:

  • Modeling of patch panels and cables with introducion of new pass-through port component type
  • Removed deprecated User Activity log
  • Dropped support for Python 2
  • Introduction of further interface types
  • Implemented Select2 for select fields in forms
  • Many more enhancements/bug fixes, for all changes see:

https://github.com/digitalocean/netbox/blob/v2.5.6/CHANGELOG.md

Test Plan
  • poudriere (11.2, 12.0-RELEASE, 13.0-CURRENT@r342772 amd64 + i386) -> OK
  • portlint -> OK
  • Inplace upgrade via pkg -> OK
  • Database migrations from 2.4.9 to 2.5.6 via "python3.6 manage.py migrate" -> OK
  • Upgrade by using portmaster -> same issue as in PR 233442 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233442) "FLAVOR is defined while port does not have FLAVORS"

Workrounds when using portmaster:

  • uninstall/reinstall netbox
  • add FLAVORS/FLAVOR hack (variant B of PR 233442) before upgrading

Adding matthew@ as subscriber because he also uses net-mgmt/netbox and to give him the possibility to test the new version.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22487
Build 21638: arc lint + arc unit

Event Timeline

Removed the USE_PYTHON=noflavors . It seems bogus in that case because "distutils" are not used.

Upstream has released 2.5.6 some hours ago which has bugfixes and some improvements.

kai retitled this revision from net-mgmt/netbox: Update to 2.5.5 to net-mgmt/netbox: Update to 2.5.6.Feb 14 2019, 10:07 AM
kai edited the summary of this revision. (Show Details)
kai edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Feb 19 2019, 1:45 PM
This revision was automatically updated to reflect the committed changes.