diff options
author | mat <mat@FreeBSD.org> | 2016-01-13 22:11:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-01-13 22:11:22 +0800 |
commit | b4563dd58a82843dfb04fea84167a45437755ed2 (patch) | |
tree | 87270a4a4b4f95554041cc45b7308ebb08df6394 /net-mgmt/monitoring-plugins | |
parent | 91aa2d2179c7412b0e96daa2cf56e7da9d55c0f9 (diff) | |
download | freebsd-ports-gnome-b4563dd58a82843dfb04fea84167a45437755ed2.tar.gz freebsd-ports-gnome-b4563dd58a82843dfb04fea84167a45437755ed2.tar.zst freebsd-ports-gnome-b4563dd58a82843dfb04fea84167a45437755ed2.zip |
Update to 2.1.2.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/monitoring-plugins')
-rw-r--r-- | net-mgmt/monitoring-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c | 11 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl (renamed from net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ircd.pl) | 0 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c (renamed from net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c) | 0 |
5 files changed, 4 insertions, 13 deletions
diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile index 8ac00a959bad..c22ff255ec87 100644 --- a/net-mgmt/monitoring-plugins/Makefile +++ b/net-mgmt/monitoring-plugins/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monitoring-plugins -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME} diff --git a/net-mgmt/monitoring-plugins/distinfo b/net-mgmt/monitoring-plugins/distinfo index 13c0917cbbd4..632332e9e1ea 100644 --- a/net-mgmt/monitoring-plugins/distinfo +++ b/net-mgmt/monitoring-plugins/distinfo @@ -1,2 +1,2 @@ -SHA256 (monitoring-plugins-2.1.1.tar.gz) = 44dbace8033eafb716cc501bfef26ca9071ae3d0329b2c118bd0230fd98dd1d3 -SIZE (monitoring-plugins-2.1.1.tar.gz) = 2612331 +SHA256 (monitoring-plugins-2.1.2.tar.gz) = 76c6b58f0867ab7b6c8c86c7e94fcce7183618f6daab63488990d0355f5600aa +SIZE (monitoring-plugins-2.1.2.tar.gz) = 2613060 diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c b/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c index 9f738637297d..7925c779da78 100644 --- a/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c +++ b/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c @@ -1,4 +1,4 @@ ---- plugins-root/check_dhcp.c.orig 2014-11-30 10:36:26 UTC +--- plugins-root/check_dhcp.c.orig 2015-10-16 09:06:18 UTC +++ plugins-root/check_dhcp.c @@ -323,7 +323,8 @@ int get_hardware_address(int sock,char * #elif defined(__bsd__) @@ -10,12 +10,3 @@ char *buf; unsigned char *ptr; struct if_msghdr *ifm; -@@ -1182,7 +1183,7 @@ int call_getopt(int argc, char **argv){ - } - } - -- return i; -+ return i+1; - } - - diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ircd.pl b/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl index 46fe0a3aedbb..46fe0a3aedbb 100644 --- a/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ircd.pl +++ b/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c b/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c index f6544773faa9..f6544773faa9 100644 --- a/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c +++ b/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c |