Commit graph

5802 commits

Author SHA1 Message Date
Bartek Rutkowski
4cc04369ea net-mgmt/zabbix2-server: update 2.0.14 -> 2.0.16
- Update maintainer's address

PR:		204780
Submitted by:	Pakhom Golynga <pakhom706@gmail.com> (maintainer)
2015-11-28 18:27:14 +00:00
Veniamin Gvozdikov
564b184631 - Fix bug with SSL 2015-11-26 16:15:55 +00:00
Mark Felder
3caf0ad9bb net-mgmt/xymon-server: Remove httpresult patch
Upstream has confirmed they do not intend to revert the change to the
httpresult categorization which resulted in 301 Permanent redirects
being classfied as Yellow (warning) instead of Green (ok)

The logic is that a 301 redirect is a permanent redirect and you should
not be monitoring it but the actual content it is redirecting to.

The old behavior existed for many years, but is considered faulty
logic. If you have "yellow" surprises on your dashboard, please fix your
monitoring targets. I do not wish to divert FreeBSD's Xymon behavior
from upstream's intentions.
2015-11-25 17:37:37 +00:00
Lars Engels
b9cd087bda Fix build on 9.x
PR:		204723
Submitted by:	Markus Mann <freebsd-public@it64.de>
2015-11-24 21:14:38 +00:00
Mark Felder
0bd8c2520f net-mgmt/xymon-server: Update to 4.3.24
Also ensure 301 redirects are conisidered "GREEN". This has been
reported upstream.
2015-11-24 16:07:28 +00:00
Kurt Jaeger
c6ddcef641 net-mgmt/pandorafms_*: 5.1SP2 -> 6.0
Changes:
  http://blog.pandorafms.org/pandora-fms-6-0-is-finally-here/

PR:		204520
Submitted by:	Kikuchi Koichiro <koichiro@rworks.jp> (maintainer)
2015-11-24 06:13:51 +00:00
Mark Felder
debf6027aa net-mgmt/xymon-server: Patch to fix HTTP monitoring
In 4.2.23 the HTTP status codes were reworked, but a comparison mistake
caused the "catch-all" for non-standard status codes was incorrect. The
result is that some valid HTTP status codes may cause Xymon to report
RED when they should have reported YELLOW or GREEN.
2015-11-23 19:52:04 +00:00
Raphael Kubo da Costa
a48a7f6b5e Update to 2.4.7 and change maintainer's email address.
PR:		204630
Submitted by:	pakhom@pakhom.spb.ru (maintainer)
2015-11-21 20:02:46 +00:00
Sunpoet Po-Chuan Hsieh
3f5e45025d - Add NO_ARCH
- Convert to new options helper

Approved by:	portmgr (blanket)
2015-11-21 02:10:00 +00:00
Sunpoet Po-Chuan Hsieh
337ec4d172 - Update to 3.1.0
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-20 09:12:44 +00:00
Ruslan Makhmatkhanov
f637b43fec devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH

PR:		204567
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mhjacks@swbell.net (maintainer of devel/py-asn1)
2015-11-18 21:41:48 +00:00
Ruslan Makhmatkhanov
980656d730 Add py-pysmi 0.0.6, SNMP/SMI MIB parsing in Python.
PR:		204572
Submitted by:	John W. O'Brien <john@saltant.com>
2015-11-18 20:28:03 +00:00
Philippe Audeoud
64d559c863 - Update to 3.30 2015-11-18 10:34:36 +00:00
Lars Engels
9d3fdde10f - Remove the unneeded .sample files in $DATADIR/itl. The .conf files there
should never be touched by a user.
- Add a pkg-message with a notice on major upgrades
- Bump PORTREVISION
2015-11-17 21:22:08 +00:00
Jason Unovitch
27d162df96 net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatability
- Fix copy/paste typo in XML_LIB_DEPENDS [1]
- Add patch for building with varnish4-4.1 and drop VARNISH_BROKEN [2]
- Bump PORTREVISION for package change with XML_LIB_DEPENDS option

PR:		204608 [1]
PR:		204583 [2]
Reported by:	rhavenn@rhavenn.net [1]
Submitted by:	feld [2]
Obtained from:	https://github.com/mfournier/collectd [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-11-17 00:57:09 +00:00
Lars Engels
15beb77d3e - Add a dependency on libedit [1]
- Add procname variable to the rc script it knows about the running process [2]
- Bump PORTREVISION

Noticed by:	ohauer [1], Oliver Brandmueller <ob@e-Gitt.NET> [2]
2015-11-16 20:12:32 +00:00
Mathieu Arnold
1637579b2c Fix building WITH=MONGODB
Installing mongo-c-driver-1.1.9...
Extracting mongo-c-driver-1.1.9: .......... done
===>   collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found
*** Error code 1

Sponsored by:	Absolight
2015-11-16 16:20:42 +00:00
Lars Engels
0ab56ec437 - Update to 2.1.0
- Fix typo in pkg-message
2015-11-16 15:47:47 +00:00
Lars Engels
7f7ac386a4 - Update to 2.4.0 2015-11-16 15:28:14 +00:00
Jason Unovitch
29a5416063 net-mgmt/collectd5: partially convert to option helpers [1]
- Add explicit CURL_JSON and CURL_XML options.  Previously these options
  would be automatically enabled when CURL and JSON or CURL and XML were
  selected together.  Change them to an _IMPLIES variable as an explicit
  option
- Convert all options except PERL and PYTHON, for the time being, to the
  new framework.  The option helper variant is not expanding ${PYTHON_CMD}
  and is currently passing it as "--with-python= " which fails to build.
- No PORTREVISION change given no change to package
- While here, tag VARNISH as BROKEN, fails to compile with varnish4-4.1 [2]

PR:		204220 [1]
PR:		204583 [2]
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer) [1]
2015-11-16 03:50:24 +00:00
Mark Felder
2eb868517e net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23
Changelog:	http://sourceforge.net/p/xymon/news/2015/11/xymon-4323-released/
2015-11-13 15:54:46 +00:00
John Marino
432bfc91a5 net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF 2015-11-12 23:40:45 +00:00
Sunpoet Po-Chuan Hsieh
a632447c77 - Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
2015-11-12 21:39:26 +00:00
Antoine Brodin
c905c203db Allow building with giflib 5.1
PR:		204492
2015-11-12 18:35:53 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Mark Felder
3937761915 net-mgmt/xymon-server net-mgmt/xymon-client: Update to 4.3.22
Changelog:	http://sourceforge.net/p/xymon/news/2015/11/xymon-4322-released/
2015-11-06 19:43:42 +00:00
Mark Felder
59841b294c net-mgmt/unifi4: update to 4.7.6
Changelog:	http://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-7-6-hotfix-release/ba-p/1390700
2015-11-06 00:03:25 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Sunpoet Po-Chuan Hsieh
11f73902ab - Update to 3.0.1
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-04 20:11:11 +00:00
Rene Ladan
5e1001eeb3 Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
2015-11-01 16:02:28 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Philippe Audeoud
4dcf801a7e - Update to 3.29 2015-10-30 13:53:48 +00:00
Jason Unovitch
e7526c05ad net-mgmt/ccnet: pass MAINTAINER to submitter
Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204102
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
2015-10-29 02:44:29 +00:00
Jason Unovitch
2aa0a82f80 net-mgmt/seafile: pass MAINTAINER to submitter
Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204103
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
2015-10-29 02:41:33 +00:00
Jason Unovitch
7e447c5187 net-mgmt/seafile-gui: pass MAINTAINER to submitter
Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204104
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
2015-10-29 02:40:35 +00:00
Jason Unovitch
d659d4761b net-mgmt/netmagis-*: update 2.3.0 -> 2.3.2
- Update PORTVERSION and distinfo for 2.3.2
- Drop PORTREVISION on netmagis-metro slave port
- Revise NO_ARCH handling, rely on setting it in netmagis-common if not
  already defined then set it to blank in netmagis-topo and netmagis-www
  where architecture specific files are packaged
- Strip binaries for netmagis-www

PR:		202709
Submitted by:	Pierre David <pdagog@gmail.com> (maintainer)
2015-10-29 01:34:21 +00:00
Kurt Jaeger
680f85adfe New port: net-mgmt/klg
klg is a looking glass written in PHP that can access and report
back routing information from Cisco, Juniper and Zebra/Quagga
routers. It can also lookup AS numbers to names via WHOIS interfaces,
and supports friendly BGP community names via MySQL database.

WWW: http://sourceforge.net/projects/klg

PR:		204020
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
2015-10-28 18:38:28 +00:00
Sunpoet Po-Chuan Hsieh
ce6bb0a472 - Add LICENSE_FILE 2015-10-27 15:53:02 +00:00
Sunpoet Po-Chuan Hsieh
0f3e6d516d - Update to 3.0.0
- Fix LICENSE and add LICENSE_FILE
- Reformat pkg-descr

Changes:	https://github.com/rfinnie/2ping/commits/master
2015-10-27 15:50:15 +00:00
Mathieu Arnold
a8f46e4714 Update to 0.7.19.
Fixes a buffer overflow allowing arbitrary code execution.

PR:		204044
Submitted by:	maintainer
MFH:		2015Q4
Security:	2a4a112a-7c1b-11e5-bd77-0800275369e2
Sponsored by:	Absolight
2015-10-27 13:44:12 +00:00
Lars Engels
5aab2164d0 Update to 2.3.11 2015-10-26 21:30:44 +00:00
Dmitry Marakasov
973e5cd9cd - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2015-10-22 10:31:00 +00:00
Kurt Jaeger
7c6b7ed2ce New port: net-mgmt/check_ipmi_sensor
Nagios/Icinga plugin to check IPMI sensors

WWW: https://github.com/thomas-krenn/check_ipmi_sensor_v3

PR:		170652
Submitted by:	sergey_zaikov@rambler.ru
2015-10-20 20:21:39 +00:00
Lars Engels
c76fdc3272 - Don't strip binaries when WITH_DEBUG is set
- Bump PORTREVISION

Suggested by:	jbeich
2015-10-20 19:27:03 +00:00
Muhammad Moinur Rahman
f7219dc0a5 net-mgmt/librenms: Update version 201509=>201510 2015-10-19 18:44:41 +00:00
Lars Engels
a5cf2d2bfc - Update to 1.2-rc2
- Add new PCRE option for use with wesside
- Enable SQLite and PCRE by default
- Use upstream's strip make target instead of stripping manually
- Cleanup Makefile
2015-10-19 18:05:47 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Ryan Steinmetz
1d65b6dfed - Add newsyslog rotation configuration for /var/log/snmpd.log
- Bump PORTREVISION

Submitted by:	Jan Joris Vereijken <janjoris@acm.org>
2015-10-18 23:34:54 +00:00
Rene Ladan
60158b6203 Remove expired port:
2015-10-14 net-mgmt/bsnmptools: client tools (including SNMPv3 support) are part of the base system
2015-10-16 19:32:02 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00