Commit graph

5416 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
f0dd7bd4bd net-mgmt/centreon-clib: Update version 1.4.1=>1.4.2
Differential Revision:	https://reviews.freebsd.org/D1712
Approved by:		bapt(mentor)
2015-01-30 15:14:40 +00:00
Ryan Steinmetz
024e852a6d - Never link against libpci
- Fix build under 11
- Bump PORTREVISION

PR:		196904, 194881
2015-01-29 02:03:09 +00:00
Lars Engels
69e1f1eb27 Update to 1.12.1 2015-01-24 16:17:29 +00:00
Mathieu Arnold
18d282da87 Get libpkg detection working again on 8 and 9, fixes hrSWInstalled's MIB.
Approved by:	zi
Sponsored by:	Absolight
2015-01-23 14:48:50 +00:00
Mathieu Arnold
fbf834afa3 Fix check_dhcp.
PR:		196964
Submitted by:	Rudolf Čejka
Sponsored by:	Absolight
2015-01-21 13:11:28 +00:00
Ryan Steinmetz
ae3303f002 - Readd ${LOCALBASE}/lib to ldflags 2015-01-20 14:51:42 +00:00
Ryan Steinmetz
efea5e65c9 - Update to 5.7.3
- Add missing PYTHON files into pkg-plist
2015-01-19 18:10:31 +00:00
Mathieu Arnold
07ae7bc714 Fix check_dig on > 10 with IPv6
PR:		196725
Submitted by:	brd
Sponsored by:	Absolight
2015-01-19 17:52:56 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Kurt Jaeger
dee7c328b4 net-mgmt/statsite: simplify Makefile
PR:		196240
Submitted by:	danfe
2015-01-14 06:14:28 +00:00
Kurt Jaeger
72768e644a New port: net-mgmt/statsite
Statsite is a metrics aggregation server.

Statsite is based on Etsy's StatsD, https://github.com/etsy/statsd,
wire compatible and implemented in C.

WWW: https://github.com/armon/statsite

PR:		196240
Submitted by:	robert.barabas@percona.com
2015-01-14 05:25:44 +00:00
Kurt Jaeger
9ba775e877 net-mgmt/netdot: 1.0.6 -> 1.0.7
Changes:
https://osl.uoregon.edu/redmine/projects/netdot/activity
- Works with Apache 2.4

PR:		195968
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2015-01-13 20:44:44 +00:00
Lars Engels
7df26b5f95 - Update to 2.2.3 2015-01-13 17:50:16 +00:00
Ryan Steinmetz
d7013cfc18 - Add missing dependencies for some options [1]
- Fix paths [1]
- Pacify portlint
- Bump PORTREVISION

Reported by:	dvl@ [1]
2015-01-13 03:48:06 +00:00
Dmitry Sivachenko
fb3113ed78 Require python version 2, because it dumps core with python3:
# collectd -f
Fatal Python error: no mem for sys.argv
ValueError: character U+6f633c00 is not in range [U+0000; U+10ffff]
Abort (core dumped)

Approved by:	maintainer
2015-01-12 21:03:23 +00:00
Steven Kreuzer
d428404e70 Update MAINTAINER
PR:		ports/196551
Approved by:	pauls@utdallas.edu (maintainer)
2015-01-12 20:38:49 +00:00
Mathieu Arnold
8306cb9ad2 Remove the JAIL option.
Force the full path to a few binaries.
Make sure the checks that need to be suid are suid.

Differential Revision:	https://reviews.freebsd.org/D1502
Tested by:	dvl
Sponsored by:	Absolight
2015-01-12 16:04:09 +00:00
Muhammad Moinur Rahman
56a7e4534a net-mgmt/p5-Net-Abuse-Utils-Spamhaus: Update version 0.04=>0.07
- Pass Maintainership [1]

PR:			196560 [1]
Differential Revision:	https://reviews.freebsd.org/D1481
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:51:04 +00:00
Muhammad Moinur Rahman
3774dc0944 net-mgmt/argus3-clients: Convert to OPTIONSNG
- Pass Maintainership
- Wrap conditional DOCS installation

PR:			196550
Differential Revision:	https://reviews.freebsd.org/D1479
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:26:36 +00:00
Lars Engels
73b203df5a - Fix segfault at startup by hardcoding "--no-stack-rlimit" in lib/base/application.cpp
- Bump PORTREVISION

Noticed by:	ohauer
2015-01-07 19:43:40 +00:00
Mathieu Arnold
525a60aa4a Add a note about building with poudriere.
Sponsored by:	Absolight
2015-01-06 22:44:54 +00:00
Emanuel Haupt
e1cea1eaa9 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:01:41 +00:00
Emanuel Haupt
81233d8825 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:39:28 +00:00
Lars Thegler
b9b7f07bb6 - Update to 1.9021 2015-01-05 19:01:10 +00:00
Mark Felder
074777fe63 Add patch to fix xymonnet crashing when a DNS check returns an AAAA
record

PR:		196495
Submitted by:	kvedulv@kvedulv.de
2015-01-05 14:00:03 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Pawel Pekala
adeb382282 Update net-mgmt/zabbix2-* ports to version 2.0.14
PR:		196198
Submitted by:	pakhom706@gmail.com (maintainer)
2015-01-03 18:10:45 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Pawel Pekala
c992023d42 - Update to version 2.4.3 [1]
- Enable ssh checks by default [2]

PR:		196023 [1] [2]
Submitted by:	timp87@gmail.com [1], maintainer [2]
Approved by:	maintainer [1]
2015-01-01 16:33:38 +00:00
Mark Felder
39260174e4 Permit building against OpenSSL without SSLv2 support
PR:		195796
Submitted by:	lifanov@mail.lifanov.com
2014-12-31 20:18:26 +00:00
Mathieu Arnold
7ff3ea0756 Update to 0.38.
Sponsored by:	Absolight
2014-12-29 15:38:26 +00:00
Pawel Pekala
cb90da2923 - Update net-mgmt/zabbix22-* ports to version 2.2.8
- Fix declarations order in slaves

PR:		196019
Submitted by:	timp87@gmail.com
Approved by:	maintainer
2014-12-28 17:28:16 +00:00
Mark Felder
8b54fd0c20 Update to 1.3.7
Changelog:
- Fix various incompatibilities with newer php and Perl versions
- Fix empty details graph, if too many channels or resources were
selected.
- Fix argument bug in selecting the dstmac statistics
- Fix bug in create history profiles: compression flag was not applied
properly
- Add periodic reload feature for Perls with mem leak.
2014-12-28 14:49:42 +00:00
Kurt Jaeger
43739fccce net-mgmt/zabbix2[24]-server: fix zabbix and database startup sequence
The Zabbix server and proxy ports require a database to run. They
currently support four, PostgreSQL, Oracle, SQLite, and MySQL. As
of now, rcorder puts them ahead of the database ports, so they spit
out dozens of error messages during startup and, worse, get the
database pulled out from under them during shutdown.

The ports used to provide a solution for this, by defining
ZABBIX_REQUIRE. The value of this variable used to be added to the
REQUIRE lines in the startup scripts, but this was removed accidentally
from 2.2 in r355546 and never existed in 2.4. This patch adds it
back, in a slightly different, optionsng-friendly way.

PR:		195081
Submitted by:	chris@chrullrich.net
Approved by:	pakhom706@gmail.com (maintainer)
2014-12-27 14:52:35 +00:00
Antoine Brodin
729a381c7f Allow building with either giflib 4.2 or 5.0 2014-12-26 12:42:28 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Lars Engels
5c2b33d315 Update to 2.2.2 2014-12-23 15:44:42 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +00:00
Baptiste Daroussin
da0eb10ed5 Get rid of gnomehier 2014-12-21 00:43:28 +00:00
Baptiste Daroussin
519cb376e9 cleanup plist 2014-12-20 19:28:10 +00:00
Mark Felder
fec31fa565 Update Xymon to 4.3.18
This version was not put on the usual MASTER SITE much to my dismay.
2014-12-19 18:08:40 +00:00
John Marino
042424b7bf net-mgmt/ccnet: Fix kernel thread support for DragonFly
PR:		196006
Submitted by:	maintainer
2014-12-19 16:42:41 +00:00
Pawel Pekala
ea2bdf4b97 - Update net-mgmt/pandorafms ports to 5.1SP1 release
- Clean pkg-plists

PR:		194859
Submitted by:	maintainer
2014-12-18 22:41:58 +00:00
Emanuel Haupt
ac10c70afd Update to 4.1.0 2014-12-18 09:59:35 +00:00
Antoine Brodin
8a31af35e2 Fix make patch
Reported by:	pkg-fallout
2014-12-17 18:45:07 +00:00
John Marino
6ac0be28d0 net-mgmt/seafile: Fix kernel thread support on DragonFly
PR:		196008
Submitted by:	maintainer
2014-12-16 12:41:55 +00:00
Kurt Jaeger
67c5dc27aa net-mgmt/p0f: fix p0f-sendsyn
Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
2014-12-14 20:43:58 +00:00
Pawel Pekala
150fd09e00 - Update to version 4.5 [1]
- Remove optional installation of PORTDOCS, staging takes care of that
- Unmute install commands
- Use @dir() instead of one big chown to set directory permissions

PR:		194921 [1]
Submitted by:	timp87@gmail.com [1]
Approved by:	maintainer
2014-12-13 12:08:11 +00:00