32 Commits

Author SHA1 Message Date
sthen
c4f8f53e0a update to monitoring-plugins-2.3.1 2021-04-23 21:12:33 +00:00
sthen
54c61c821a update to monitoring-plugins-2.3 2020-12-10 19:52:15 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
florian
188ef06f66 oops, correctly bump revision 2020-02-08 16:35:25 +00:00
florian
64c66fc1c0 dig and nslookup moved to /usr/bin
OK sthen
2020-02-08 10:53:08 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
jca
11e5fed154 Recent mariadb releases don't define MYSQL_PORT, pull fix from upstream
No change with current mariadb so no REVISION bump.
2019-05-10 01:22:11 +00:00
sthen
371a502b46 monitoring-plugins can handle setting "fping -4" / "fping -6" to properly
handle the dual-stack v4+, so do it
2019-03-31 00:09:38 +00:00
sthen
b8a6b3cae5 check_http patch: don't segfault with SSL errors 2019-03-21 10:03:21 +00:00
martijn
b3d7ab3c77 Fix received DHCPOFFER(s) counter by not removing MSG_PEEK from recvfrom.
OK sthen@
2019-01-09 16:51:01 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
63d0ecb4d1 replace gettext module; ok sthen@ 2017-11-13 15:36:16 +00:00
sthen
4990bcbeee add a bunch of missing unistring deps 2017-09-22 20:52:58 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
zhuk
c29df9b682 Fix stack smashing in check_dhcp.
Upstream merge request:
https://github.com/monitoring-plugins/monitoring-plugins/pull/1500

okay sthen@ (MAINTAINER)
2017-07-19 12:14:29 +00:00
sthen
2ab10861f2 set LDFLAGS so autoconf can find radius client libs in a no_db build. 2017-07-19 11:50:16 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0 idn -> idn2 after gnutls WANTLIB change. 2017-02-18 17:32:37 +00:00
sthen
8bcb74beee add pull request url 2017-01-30 20:32:12 +00:00
sthen
4187676f06 Replace handrolled pack with pack_sockaddr_in to fix check_ircd on systems
where sockaddr_storage includes a length. Diff from Alf Schlichting with one
minor tweak by me.
2017-01-27 10:20:17 +00:00
sthen
ced065bade update to monitoring-plugins-2.2
enable radius plugin (using radcli library) while there
2016-11-30 20:46:42 +00:00
sthen
b5a8fd2828 update to monitoring-plugins-2.1.2 2015-10-18 10:42:56 +00:00
sthen
c3a1214543 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:23:32 +00:00
sthen
28ad8b85ea guard SSLv3_client_method with OPENSSL_NO_SSL3 2015-07-18 21:29:46 +00:00
sthen
5cf5e992bc update to monitoring-plugins-pgsql-2.1.1
- Fix check_ntp's jitter checking
- Fix check_ntp's handling of invalid server responses
- Fix check_apt's handling of invalid regular expressions
- Fix check_real's server response processing
- Fix backslash escaping in check_tcp's --help output
2014-12-04 01:08:04 +00:00
sthen
61f8f3cb37 update to monitoring-plugins-2.1 2014-10-16 15:23:42 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
sthen
3a2c2bdd58 add some missing @conflicts 2014-08-14 15:49:38 +00:00
sthen
d104fd5558 update to monitoring-plugins 2.0 and shuffle directory to match the package
name (this was renamed from nagios-plugins a while ago, it is now separate
from nagios-plugins development which is proceeding separately)
2014-07-11 20:08:04 +00:00