Up to [cvs.NetBSD.org] / pkgsrc / net / netdisco
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
netdisco: forgot to commit distinfo in previous commit
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Upgrade Netdisco to v1.3.3. x1.1 had been broken since around Perl 5.16. Adapt for use with Apache 2.4.x From the ChangeLog: 1.3.3 (2014-03-27) Bugfixes: * [113] Collect SSID in macsuck - fixed for unknown SSID (Jiri) * [] Proper fallback from SNMPv3 to SNMPv2 when discovering * [99] Node update should only search within the VLAN * [] Skip HSRP addresses during arpnip 1.3.2 (2013-08-29) Bugfixes: * [113] Collect SSID in macsuck (Jiri) 1.3.1 (2013-07-08) Bugfixes: * [] Include 'topology' table when DB is (re)created * [] Updates to 'node' and 'node_wireless' table definitions 1.3 (2013-05-20) Bugfixes: * [] Undefined MAC would make is_mac() die (N. Giefing) * [] Apply quotemeta to avoid Inventory explosion (T. Gerlach) * [94] Netdisco -O does not import oui.txt due to spaces in oui.txt 1.2 (2013-04-13) Features: * [3598045] Collect VLAN in macsuck (Jiri Dvorak) * [3598089] Collect SSID in macsuck (Jiri Dvorak) * [] Capture BSSID, per AP MAC, associated with wireless SSID in device_port_ssid table if available. * [] Add config directive "reverse_lookup_ipv6" to control whether reverse DNS lookups should be performed for IPv6 addresses. * [] Add option to node.html to search for entries only appearing on a given date. * [] Config directive "macsuck_no_vlan" now accepts both vlan names and numbers (VIDs). Patch from Peter Hicks. * [] Collect and display "vmVlanType", indicating whether a VLAN is static or dynamic on a switch port. Currently Cisco-specific. Patch from Wolfgang Friebel. * [] New database table "topology" to support adding topology links without a discovery protocol or an external topology text file. * [] New config option "snmpdiscover_timeout" to override SNMP timeout during discovery. This speeds up finding the correct SNMP string when default timeout needs to be large. * [] Add report "Inventory by Name", patch from Laurens Vets. * [] Add config option for macsuck to ignore specific VLANs on specific devices (Peter Hicks) * [] Add config option for macsuck to ignore unnamed VLANs (Peter Hicks) * [] Ignore devices with vendor "netdisco" - support for pseudo devices to interconnect discovered devices/ports * [] Improved "multiple nodes on port" display (N. Bernstein) * [] Default to _not_ vacuum db tables. Opt 'vacuum' to enable. Bugfixes: + [3541443] Remove port rename from find_neighbors() handle in SNMP::Info * [] Report "Undiscovered neighbors" also showed neighbors advertising an address not equal to their root_ip. + [] Change job log dir creation to use mkpath to resolve potential race condition. + [] Fix wireless client info collection to properly manage its transaction. + [] Fix deprecated use of qw() in device view for Perl 5.14 (cstamas) + [] Fix "Device Module Search" issue with searching on serial number. + [] Fix error message during discovery to be more accurate and not print variables that might be undef. * [] Fix warnings about undef data when running netdisco -B * [] VLAN inventory: with odd number of results, last row not displayed * [] Fix infinite loop of later worker if earlier worker dies before completing all his work.
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
Update to 1.0. Summary of changes since 0.95: - improved user interface - improved vlan support - improved support for wifi AP and IP phones - updated snmp mibs and more ...
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
Make httpd config fragment work for apache-2 too. Fix PLIST Add dependancy to p5-Graph, p5-GraphViz isn't enough. bump PKGREVISION.
Regen to make GNU patch happy.
Initial import of a netdisco. Designed for moderate to large networks, configuration information and connection data for network devices are retrieved by SNMP. With Netdisco you can locate the switch port of an end-user system by IP or MAC address. Data is stored using a SQL database for scalability and speed.
Initial revision