Bug 237111 - net-mgmt/netdisco: Update to 2.042005
Summary: net-mgmt/netdisco: Update to 2.042005
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL:
Keywords:
Depends on: 237109 237110
Blocks:
  Show dependency treegraph
 
Reported: 2019-04-08 14:58 UTC by geoffroy desvernay
Modified: 2019-05-01 14:32 UTC (History)
1 user (show)

See Also:


Attachments
svn diff net-mgmt/netdisco from 2.040003 to 2.042005 (5.90 KB, patch)
2019-04-08 14:58 UTC, geoffroy desvernay
dgeo: maintainer-approval+
Details | Diff
svn diff net-mgmt/netdisco (6.58 KB, patch)
2019-04-09 16:16 UTC, geoffroy desvernay
dgeo: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geoffroy desvernay 2019-04-08 14:58:01 UTC
Created attachment 203485 [details]
svn diff net-mgmt/netdisco from 2.040003 to 2.042005

Upstream upgrade:
  * add IS-IS neighbor discovery support
  * Implementation of API authentication and Swagger-UI
  * netdisco-sshcollector no longer required
  * get_credentials replaces get_community and accepts any device_auth stanza
    in JSON format
  * many fixex and few enhancements
  * other changes here: https://metacpan.org/changes/distribution/App-Netdisco

Poudriere and production-tested

Needs #237109 and #237110
Comment 1 geoffroy desvernay 2019-04-09 16:16:21 UTC
Created attachment 203545 [details]
svn diff net-mgmt/netdisco

added two missing deps for new install
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-01 14:31:27 UTC
A commit references this bug:

Author: kai
Date: Wed May  1 14:31:05 UTC 2019
New revision: 500594
URL: https://svnweb.freebsd.org/changeset/ports/500594

Log:
  net-mgmt/netdisco: Update to 2.042005

  * Pet portlint

  Changelog since 2.040003:

  [NEW FEATURES]

  * Implementation of API authentication and Swagger-UI
  * netdisco-sshcollector no longer required - the functionality (arpnip via
    ssh) will be run within netdisco's core schedule
  * get_credentials replaces get_community and accepts any device_auth stanza
    in JSON format
  * Store ifindex in Device Port Properties table
  * New discover_waps and discover_phones boolean settings

  [ENHANCEMENTS]

  * Record egress untagged vlans in device_port_vlan table
  * Add IS-IS neighbor discovery support
  * Allow pseudo devices to arpnip
  * Add "store" and "late" phases to backend workers
  * Documentation updates
  * Port-Channels now showing in netmap
  * Use new LLDP capability checks for ports having phones
  * Update Cisco ASA ssh collector

  [BUG FIXES]

  * Clickability of port log/control icons in port list display
  * Clean manual topology after device ports change
  * Better error message for both device_auth and snmp_auth
  * Device addresses report has broken column data
  * Minor enhancement to the way device_auth falls back to snmp_auth
  * The store worker phase will return more accurate status
  * Do not clobber sshcollector config
  * Fix precedence of device_auth over snmp_auth loading
  * Check legacy config name for nbtstat_response_timeout
  * Fix an issue with VLAN reindexing for VRFs
  * Fix device port change check
  * Redux Search Node Date Range not working
  * Update List::MoreUtils version requirement
  * Fix discover syntax bug
  * Port Control incorrectly uses VLAN config check
  * HTML tag fix
  * Map with VLAN filter omits unconnected devices
  * netdisco-do renumber reports wrong ip
  * No more duplicate entries in vlan filter
  * Renumbering device missed a few tables
  * Fix regression in phone/wap discovery exclusion
  * Ipinventory report returns consistent data
  * Make sure aggports have a master<->slave
  * Search Node Date Range not working
  * TypeAhead.pm can reference empty data
  * Fix bug showing no nodes when only one matches in netmap

  https://github.com/netdisco/netdisco/blob/2.042005/Changes

  PR:		237111
  Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
  Approved by:	mentors (implicit)

Changes:
  head/net-mgmt/netdisco/Makefile
  head/net-mgmt/netdisco/distinfo
  head/net-mgmt/netdisco/pkg-plist
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2019-05-01 14:32:55 UTC
Committed, thank you for the patch!