running-config of devices running Cisco IOS via SNMP
directed TFTP. This module is essentially a wrapper for
Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema.
WWW: http://search.cpan.org/dist/Cisco-CopyConfig/
PR: 208236
Submitted by: rihaz.jerrin@gmail.com
ports expect it. The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.
PR: 208122
Exp-run by: antoine
Approved by: portmgr (antoine)
- Fix compile error when configured with --disable-payload
- Force buffer emit with IPFIX Options record when inactive
Please report if you find OPTION combinations that cause problems.
PR: 202611
Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.com>
Approved by: dikshie@sfc.wide.ad.jp
bgpuma is a program for searching BGP update files created by MRT
or Zebra/Quagga for CIDR blocks and/or Autonomous Systems. Given
a list of CIDR blocks, it looks for those CIDR blocks which match
the list, are contained in the list, or are contained by the list.
For Autonomous Systems, it looks for routes that are announced by
the given system.
It is based on the library created by RIPE called bgpdump and SiLK,
created by CERT.
WWW: https://github.com/cmu-sei/bgpuma
The default value of the PERL variable in the port's Makefile is
"/usr/bin/perl", be explicit and provide the path to the binary on FreeBSD.
PR: 197131
Submitted by: web@umich.edu
Approved by: Nick Hilliard <nick@foobar.org>
The port has been unfetchable for a while now, marked BROKEN since November
2015 and unmaintained.
While here, switch MASTER_SITES to the https version to try to silence
portscout: accessing broken links with the http version results in an HTTP 302
response that I think causes portscout to report that new versions are
available even though they are not. Since broken links in the https version
result in HTTP 404, hopefully this will make portscout quiet again.
PR: 207696
super_mediator is an IPFIX mediator designed to split IPFIX sensing flows
and distribute the network telemetry information to multiple sources. It
can export the network telemetry data gathered into formats designed for
bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as
directly loading MySQL tables. super_mediator is primarily designed to get
network telemetry data from YAF.
WWW: http://tools.netsa.cert.org/super_mediator/
PR: 207530
Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.com>
This is primarily a bug fix release, resolving certain issues with web
page display and browser compatibility introduced with the CSP and XSS
fixes in 4.3.25, and providing additional layers of protection for
incoming data.
Changelog: http://comments.gmane.org/gmane.comp.monitoring.hobbit/38245
MFH: 2016Q1
VMPS (VLAN Management Policy Server) is a way of assigning switch ports to
specific VLANs based on the MAC address of connecting device. OpenVMPS is a
GPL implementation of VMPS.
WWW: http://vmps.sourceforge.net/
Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com>
r381568 added CONFIGURE_ARGS+=--with-out-mib-modules="mibII/ipv6", but the
handling of other options can result in two different --with-out-mib-modules
arguments being passed to configure, and only the second one has
effect. That leads to build failures because it tries to build the old
mibII/ipv6 which is no longer supported on freebsd.
This change adds mibII/ipv6 to the list of excluded modules that gets turned
into the --with-out-mib-modules argument, so it plays nice with other option
handling.
PR: 199401
Approved by: mat(mentor)
Differential Revision: https://reviews.freebsd.org/D5329
Allows disk module to report all disk statistics again.
PR: 207049
Submitted by: me
Reported by: Pierre Guinoiseau <pierre at guinoiseau.eu>
Approved by: Krzysztof <ports at bsdserwis.com>
- use a simple pidfile instead of a whole piddir
- add a -Dapp=riemann parameter to java invocation so
ps | grep can find riemann easily
- remove procname and rely on daemon to handle this
- use daemon's pid and not riemanns' pid (-P parent flag change)
- add daemon's -r restart flag to keep java running at all costs
PR: 204988
Submitted by: David D'Amico <davide.damico@gmail.com>
Approved by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
CDPSnarf is a network sniffer exclusively written to
extract information from CDP packets. It provides all
the information a "show cdp neighbors detail" command
would return on a Cisco router and even more.
Features:
Time intervals between CDP advertisements
Source MAC address
CDP Version
TTL
Checksum
Device ID
Software version
Platform
Addresses
Port ID
Capabilities
Duplex
Save packets in PCAP dump file format
Read packets from PCAP dump files
Debugging information (using the "-d" flag)
Tested with IPv4 and IPv6
WWW: https://github.com/Zapotek/cdpsnarf
PR: 206841
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
While here, set USES=tar.
I noted the use of "-lstdc++" which is likely wrong, but out of scope
of the change at hand.
approved by: infrastructure blanket
- Skip using bundled dependencies
- In particular, fix build when expat port is installed, in which case
bundled expat is not built and plist becomes broken
- Likewise, fix unhandled curl dependency
- Simplify options handling and fix plist
PR: 206099
Submitted by: amdmi3
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149