aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netdisco/Makefile
diff options
context:
space:
mode:
authorgeoffroy desvernay <dgeo@centrale-marseille.fr>2023-06-01 06:43:42 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-06-02 06:47:11 +0000
commitd7272b56ac851a1e032199f3043fc7c9e2c4f1a3 (patch)
tree91c5fc8fe16531d2eed9516b0f5e8c0015622abc /net-mgmt/netdisco/Makefile
parent67ce8cec004c85caeee5a6e965bd10f872e1b895 (diff)
downloadports-d7272b56ac851a1e032199f3043fc7c9e2c4f1a3.tar.gz
ports-d7272b56ac851a1e032199f3043fc7c9e2c4f1a3.zip
net-mgmt/netdisco: Update to 2.061001
While here, fix install instructions. New features: * ACLs portctl_no and portctl_only for limiting port control targets * Config setting portctl_nowaps to prevent port control on WAP ports * Feature to gather SNMP Walk, use as Pseudo Device, and Browse Objects * Added SSHCollector::Platform::ASAContext * new addpseudodevice worker action * option to display vlan names instead of numbers in device ports * renumber device option in the device details web page * add option in device ports sidebar to hide vlan 1002-1005 * Group Cisco subinterfaces in Device Ports view (like LAG) * add FortiOS SSH collector implementation from @jpvelders * make Port VLAN mismatch respect setting hiding VLAN 1002-1005 * make VLAN hiding and VLAN names configurable options and move to port properties sidebar section * new discover_routed_neighbors setting to skip adding next-hops for discovery * new setting macsuck_no_deviceport to ignore nodes on a device port * implement ignore_deviceports and hide_deviceports settings * implement multi tenancy with tenant_databases setting * add worker to collect various PortAccessEntity (NAC) attributes * API Endpoints to submit arpnip and macsuck results * custom fields on devices and ports in the web from config * sidebar support for custom reports with bind params; add show_sidebar setting * support for FQDN node search while domain_suffix is set; add fallback to IPv4 host lookup search * implement ignore_layers, force_macsuck, force_arpnip config settings Many bug fixes and enhancements too, see https://metacpan.org/dist/App-Netdisco/changes for full list PR: 271329 Reported by: einar@isnic.is
Diffstat (limited to 'net-mgmt/netdisco/Makefile')
-rw-r--r--net-mgmt/netdisco/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile
index bf0672e31ab0..1b353ee13984 100644
--- a/net-mgmt/netdisco/Makefile
+++ b/net-mgmt/netdisco/Makefile
@@ -1,5 +1,5 @@
PORTNAME= netdisco
-DISTVERSION= 2.047002
+DISTVERSION= 2.061001
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OLIVER
@@ -26,6 +26,7 @@ RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
p5-Authen-Radius>=0:security/p5-Authen-Radius \
p5-Authen-TacacsPlus>=0:security/p5-Authen-TacacsPlus \
p5-CGI-Expand>=2.05:www/p5-CGI-Expand \
+ p5-Crypt-Bcrypt>=0:security/p5-Crypt-Bcrypt \
p5-Data-Printer>=0:devel/p5-Data-Printer \
p5-Data-Visitor-Tiny>=0:devel/p5-Data-Visitor-Tiny \
p5-DBIx-Class-Helpers>=2.033004:databases/p5-DBIx-Class-Helpers \