aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/zabbix42-*: Update to 4.2.7Danilo G. Baio2019-10-104-217/+4
| | | | | | | | | | Changelog: https://www.zabbix.com/rn/rn4.2.7 PR: 241141 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Notes: svn path=/head/; revision=514235
* net-mgmt/zabbix4-*: Update to 4.0.13Danilo G. Baio2019-10-104-217/+4
| | | | | | | | | | Changelog: https://www.zabbix.com/rn/rn4.0.13 PR: 241142 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Notes: svn path=/head/; revision=514234
* net-p2p/bitcoin-utils: unbreak on BEPiotr Kubaj2019-10-091-1/+1
| | | | | | | | | | | net-mgmt/ndouditls: fix build on GCC architectures ndoutils needs C11 compiler because it links to mysql libraries. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=514148
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-0915-15/+15
| | | | Notes: svn path=/head/; revision=514143
* Upgrade to 1.12.3Palle Girgensohn2019-10-082-57/+56
| | | | | | | Release notes: https://docs.influxdata.com/telegraf/v1.12/about_the_project/release-notes-changelog/ Notes: svn path=/head/; revision=514067
* net-mgmt/prometheus2: Rename tsdb using GO_TARGETTobias Kortkamp2019-10-081-4/+3
| | | | | | | PR: 241065 Notes: svn path=/head/; revision=514034
* net-mgmt/nrpe3: Allow using libresslNiclas Zeising2019-10-071-3/+0
| | | | | | | | | | | Apparently, nrpe3 works with libressl if the configuration is changed slightly, so remove BROKEN. This reverts r511634. PR: 240396 Notes: svn path=/head/; revision=513989
* net-mgmt/prometheus2: Update to 2.13.0Steve Wills2019-10-073-5/+10
| | | | | | | | PR: 241065 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Notes: svn path=/head/; revision=513956
* Unmark BROKEN.Tilman Keskinoz2019-10-021-3/+1
| | | | | | | | | The port was broken with the net-snmp 5.8 update, which was backed out. While here add USES=ssl to appease a warning Notes: svn path=/head/; revision=513628
* net-mgmt/cacti: Update to 1.2.7Kai Knoblich2019-10-024-8/+271
| | | | | | | | | | | | | | | | | | Changelog since: 1.2.5: * Fixes CVE-2019-16723 that allowed unrestricted access to graphs * Various bugfixes https://github.com/Cacti/cacti/blob/release/1.2.7/CHANGELOG PR: 204999 Submitted by: Michael Muenz <m.muenz@gmail.com> Approved by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) MFH: 2019Q4 Security: ed18aa92-e4f4-11e9-b6fa-3085a9a95629 Notes: svn path=/head/; revision=513582
* net-mgmt/fastnetmon: Update to 1.1.4Babak Farrokhi2019-10-016-67/+75
| | | | | | | | | | - Update to 1.1.4 - Pet portlint Changes: https://github.com/pavel-odintsov/fastnetmon/releases/tag/v1.1.4 Notes: svn path=/head/; revision=513533
* Drop build dependency on GNU m4.Baptiste Daroussin2019-10-011-2/+2
| | | | | | | | | m4 from base is able to do the job, if properly wrapped to mimic GNU m4 Differential Revision: https://reviews.freebsd.org/D21835 Notes: svn path=/head/; revision=513487
* net-mgmt/net-snmp: revert back to 5.7.3 due to side-effectsKurt Jaeger2019-09-3024-135/+783
| | | | | | | | | PR: 232025 Submitted by: dvl Reviewed by: zi, otis@sk.FreeBSD.org Notes: svn path=/head/; revision=513422
* net-mgmt/netbox: Update to 2.6.5Kai Knoblich2019-09-305-41/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce EXAMPLES option which installs a sample rc script to the example location. Using the script will eliminate the need for sysutils/py-supervisor for those who run NetBox as a system service. [1] If there's a lot of interest it can also be installed in near future as regular rc script. * Consolidate keywords in pkg-message to avoid accidental deletion of these. Notable changes since 2.5.13: * Improved performance via Caching through Redis * Support for Power Panels and Feeds * Introduction of view-only permissions * Ability to create custom links under the admin UI * Support for Prometheus metrics * Many other enhancements and bug fixes https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md Submitted by: Thomas Kurschel (via private email) [1] Notes: svn path=/head/; revision=513395
* Update to 1.56Dan Langille2019-09-302-7/+7
| | | | | | | https://github.com/librenms/librenms/releases/tag/1.56 Notes: svn path=/head/; revision=513394
* Mark BROKENAntoine Brodin2019-09-301-2/+4
| | | | | | | | | | | | | | net-snmp_wrap.c:11400:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM' PyDict_SetItemString(d,"SNMP_DEFAULT_AUTH_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM)); ^ net-snmp_wrap.c:11402:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM' PyDict_SetItemString(d,"SNMP_DEFAULT_PRIV_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM)); ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=513326
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-2911-378/+292
| | | | | | | | | | | | | | | misc-shells) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21743 Notes: svn path=/head/; revision=513275
* net-mgmt/net-snmp: fix for first byte of IF-MIB::ifPhysAddress is always 0Kurt Jaeger2019-09-291-0/+24
| | | | | | | | | | | | | | | - netsnmp_arch_interface_container_load() writes terminating NUL directly to the sdl_data *past* the length specified in sdl_nlen, overwriting first byte of physadrr. PR: 231996 Submitted by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Bart Van Assche <bvanassche@acm.org> (upstream maintainer) Approved by: zi (maintainer) Obtained from: https://sourceforge.net/p/net-snmp/code/merge-requests/20/ Notes: svn path=/head/; revision=513264
* net-mgmt/py-msrestazure: Update to 0.6.2Danilo G. Baio2019-09-292-6/+8
| | | | | | | | | | | - Set architecture neutral (qa warning) Changelog: https://pypi.org/project/msrestazure/0.6.2/ Approved by: dbn (maintainer, implicit) Notes: svn path=/head/; revision=513257
* net-mgmt/zabbix[4|42]-frontend: Add missing PHP fileinfo extensionDanilo G. Baio2019-09-292-2/+4
| | | | | | | | | | | | This requirement was introduced on Zabbix 4.0.12 and 4.2.6 and it's still not documented upstream. PR: 240482 Submitted by: Aleksandr Ignatyev <alex@i.org.ua> Approved by: maintainer timeout (pg@pakhom.spb.ru, > 2 weeks) Notes: svn path=/head/; revision=513256
* net-mgmt/midpoint: upgrade 3.9 -> 4.0Kurt Jaeger2019-09-293-105/+80
| | | | | | | | | PR: 240779 Submitted by: Matthias Wolf <freebsd@rheinwolf.de> (maintainer) Relnotes: https://wiki.evolveum.com/display/midPoint/Release+4.0 Notes: svn path=/head/; revision=513205
* net-mgmt/net-snmp: Do not set LIB_DEPENDS twiceTobias Kortkamp2019-09-291-2/+0
| | | | Notes: svn path=/head/; revision=513202
* net-mgmt/py-junos-eznc: upgrade 2.2.1 -> 2.3.0Kurt Jaeger2019-09-292-6/+9
| | | | | | | | | PR: 240896 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Relnotes: https://github.com/Juniper/py-junos-eznc/releases/tag/2.3.0 Notes: svn path=/head/; revision=513198
* net-mgmt/net-snmp: update 5.7.3 -> 5.8Kurt Jaeger2019-09-2824-781/+135
| | | | | | | | | PR: 232025 Approved by: zi (maintainer timeout) Relnotes: https://sourceforge.net/p/net-snmp/mailman/message/36386084/ Notes: svn path=/head/; revision=513140
* Updated to to 7.0.9Richard Gallamore2019-09-271-1/+1
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=512998
* - Update yaml-cpp to 0.6.3Guido Falsi2019-09-261-1/+1
| | | | | | | | | | - Removed TEST option since it fails to build. Disable tests unconditionally. - Bump PORTREVISION on dependent ports. I've observed linker errors on startup due to library changes Notes: svn path=/head/; revision=512990
* Update to 1.55Dan Langille2019-09-263-16/+15
| | | | | | | re: https://github.com/librenms/librenms/releases/tag/1.55 Notes: svn path=/head/; revision=512912
* net-mgmt/telegraf: Add a rc.conf option for the --config-directory optionCraig Leres2019-09-252-4/+12
| | | | | | | | | | | | | While we're here: - Sort ONLY_FOR_ARCHS as per portlint - Match "telegraf -h" usage message (-quiet, -config -> --quiet, --config) PR: 239291 Approved by: girgen (maintainer timeout, 9 weeks), matthew (mentor, implicit) Notes: svn path=/head/; revision=512808
* net-mgmt/check_ssl_cert: update to 1.96.0Christoph Moench-Tegeder2019-09-252-4/+4
| | | | | | | https://github.com/matteocorti/check_ssl_cert/releases Notes: svn path=/head/; revision=512801
* net-mgmt/flowd: UNBREAKMuhammad Moinur Rahman2019-09-255-11/+8
| | | | | | | | | | - Update MASTER_SITES - Update WWW - makepatch compatible patch files - Take MAINTAINERSHIP Notes: svn path=/head/; revision=512779
* net-mgmt/nfdump: add missing patchKurt Jaeger2019-09-241-0/+10
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=512700
* Upgrade telegraf to latest version, 1.12.1Palle Girgensohn2019-09-223-43/+77
| | | | | | | | | Release notes: https://github.com/influxdata/telegraf/blob/1.12.1/CHANGELOG.md Submitted by: nbari (at) tequila.io PR: 240570 Notes: svn path=/head/; revision=512558
* net-mgmt/nfdump: upgrade 1.6.17 -> 1.6.18Kurt Jaeger2019-09-212-8/+20
| | | | | | | | | | | | - add nfpcapd OPTION to generate nfdump netflow records directly from interfaces/pcaps. - The old COMPAT15 mode has been removed. All old 1.5.x files should have been converted so far. Relnotes: https://github.com/phaag/nfdump/blob/master/ChangeLog Notes: svn path=/head/; revision=512466
* update check_ssl_cert to 1.90.0Christoph Moench-Tegeder2019-09-202-4/+4
| | | | | | | https://github.com/matteocorti/check_ssl_cert/releases Notes: svn path=/head/; revision=512446
* net-mgmt/p0f: add rc scriptKurt Jaeger2019-09-202-1/+83
| | | | | | | | | | | | | Added rc script to run p0f in daemon mode as as unprivileged user. That is useful to provide access to p0f API via unix socket for various clients (e.g. anti-spam filters like rspamd, haraka-plugin-p0f, etc.). PR: 240712 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> Notes: svn path=/head/; revision=512424
* Update to v0.9.1Mateusz Piotrowski2019-09-204-42/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: - https://github.com/prometheus/pushgateway/releases/tag/v0.9.1 - https://github.com/prometheus/pushgateway/releases/tag/v0.9.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.7.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.2 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.1 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.4.0 The new persistent storage format is not backwards compatible. See the changelogs for details. - Define LICENSE_FILE. - Switch to USES=go:modules - Simplify targets. - Fix a couple of typos and style issues in the service file - Improve readability of comments in the service file - Do not install /var/db/pushgateway by default. It is going to be created by the service anyway. PR: 233660 Approved by: maintainer Event: EuroBSDcon 2019 Hackathon Differential Revision: https://reviews.freebsd.org/D21729 Notes: svn path=/head/; revision=512417
* net-mgmt/netdata: Update to the latest upstream release 1.17.1Mahdi Mokhtari2019-09-204-15/+36
| | | | | | | | | | | | | | Update the patches to latest upstream changes Add dbengine and json support options Add cpe awareness Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net> Event: EuroBSDCon 2019 Hackathon Sponsored by: EuroBSDCon 2019 Differential Revision: https://reviews.freebsd.org/D21395 Notes: svn path=/head/; revision=512413
* Welcome PHP 7.4 RC 1 in the ports-tree.Torsten Zuehlsdorff2019-09-202-0/+12
| | | | | | | | | | | | | | | | | | | There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349 Notes: svn path=/head/; revision=512406
* net-mgmt/icinga2:Lars Engels2019-09-195-44/+51
| | | | | | | | | | | - Update to 2.11.0 - Remove "icinga2_mkvar" rc.conf variable from the rc script. All needed directories are now created on startup. Release Announcement: https://icinga.com/2019/09/19/icinga-2-11/ Changelog: https://github.com/Icinga/icinga2/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=512350
* net-mgmt/unifi5: Update to 5.11.46Mark Felder2019-09-183-13/+53
| | | | | | | | | | Also pull in port improvements from glewis@ to enable customizing which Java that Unifi runs with PR: 240016 Notes: svn path=/head/; revision=512281
* net-mgmt/icingaweb2-module-grafana: Update to 1.3.6Lars Engels2019-09-183-11/+5
| | | | | | | MFH: 2019Q3 Notes: svn path=/head/; revision=512261
* net-mgmt/check_nwc_health: Update to 7.10.0.6:Craig Leres2019-09-172-4/+4
| | | | | | | | | | - reduce runtime for nexus hardware-health Reported by: portscout Approved by: matthew (mentor, implicit) Notes: svn path=/head/; revision=512247
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* Deprecate a few portsAntoine Brodin2019-09-159-0/+18
| | | | Notes: svn path=/head/; revision=512125
* net-mgmt/unifi-devel: upgrade 5.10.21 -> 5.11.39Kurt Jaeger2019-09-142-6/+5
| | | | | | | | | | | - follow net-mgmt/unifi5, which already has that update PR: 240104 Submitted by: Jeremy Johnston <jeremy@smart-serv.net> Approved by: bryce@bryce.net (maintainer timeout) Notes: svn path=/head/; revision=512051
* net-mgmt/unifi5: Update to 5.11.39Mark Felder2019-09-122-4/+4
| | | | Notes: svn path=/head/; revision=511901
* net-mgmt/blackbox_exporter: Update to version 0.15.0.Boris Samorodov2019-09-122-4/+4
| | | | Notes: svn path=/head/; revision=511874
* net-mgmt/py-ciscoconfparse: Update to 1.4.7Kai Knoblich2019-09-122-4/+4
| | | | | | | | | | Changelog since 1.4.5: * Add support for NXOS "vrf" with "dhcp helper-address" * Add support for NXOS "dhcp-helper-address" (with factory=True) Notes: svn path=/head/; revision=511872
* - Fix LICENSEDmitry Marakasov2019-09-122-4/+7
| | | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Update WWW - Silence patching Approved by: portmgr blanket Notes: svn path=/head/; revision=511864
* net-mgmt/nrpe3: Mark broken with libresslNiclas Zeising2019-09-091-0/+3
| | | | | | | | | | nrpe3 runtime is broken when using libressl, mark it as broken. PR: 240396 Reported by: korsani@free.fr Notes: svn path=/head/; revision=511634