summaryrefslogtreecommitdiff
path: root/net/netdisco
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+3
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.
2015-09-12Fix make syntax.joerg1-2/+2
2015-09-09Upgrade Netdisco to v1.3.3. x1.1 had been broken since around Perl 5.16.hauke6-80/+1304
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.
2015-07-12Comment out dependencies of the stylewiz1-3/+3
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-06-10Retire Apache 1.3 and 2.0.joerg2-11/+4
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-4/+4
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-10-18Fix a common mistake in many different packages: POSIX says that when usingbsiegert1-2/+2
pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-05-23Update netdisco-1.1 and add DESTDIR support.bouyer3-28/+227
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
2011-03-15Update to 1.0. Summary of changes since 0.95:bouyer5-44/+539
- improved user interface - improved vlan support - improved support for wifi AP and IP phones - updated snmp mibs and more ...
2009-06-14Remove @dirrm entries from PLISTsjoerg1-22/+1
2009-04-11PkgSrc changes:sno1-2/+3
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2007-11-12Also fix perl's path in bin/pod_arg_link_fix andseb1-1/+3
mibs/diff_dir scripts.
2007-09-04Unbreak build: fix RCD_SCRIPTS "build" after the change introducedseb1-3/+2
in pkgsrc/mk/pkginstall/bsd.pkginstall.mk revision 1.31.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2006-12-16Upgrade to 0.95:bouyer6-98/+356
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
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-06-30Use -[0-9]* instead of -* in dependencies. Bump revision.joerg1-12/+12
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+6
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-4/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-10Fixed pkglint warnings.rillig1-40/+42
2006-03-10This warning is not yet in pkglint:rillig1-2/+2
WARN: Makefile:123: "cd" as the last shell command is useless.
2006-03-09Make httpd config fragment work for apache-2 too.bouyer4-5/+64
Fix PLIST Add dependancy to p5-Graph, p5-GraphViz isn't enough. bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-03Removed empty line from PLIST.rillig1-3/+1
2005-09-11Set WRKSRC to PKGNAME_NOREV to unbreak build.wiz1-2/+2
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-27Regen to make GNU patch happy.minskim2-7/+6
2005-05-25Initial import of a netdisco.bouyer8-0/+1260
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.