diff options
author | obache <obache> | 2013-08-05 10:43:55 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-05 10:43:55 +0000 |
commit | 459fa4e61b16a5b94a945e1936c7c7caa600864f (patch) | |
tree | 621e8c872f42ee5ec65918fe20495d3da00c3d78 | |
parent | ac531998262c1411ec3ecac9a32cc1c60bbc67ca (diff) | |
download | pkgsrc-459fa4e61b16a5b94a945e1936c7c7caa600864f.tar.gz |
Update nagios-base to 3.4.4.
3.4.4 - 01/12/2013
------------------
* Reenabled check for newer versions of Nagios Core (Mike Guthrie)
* Fixed bug #408: service checks get duplicated on reload (Eric Stanley)
* Fixed bug #401: segmentation fault on Solaris when parsing unknown timeperiod
directives. (Eric Stanley)
* Added NULL pointer checks to CGI code. (Eric Stanley)
* Fixed buffer overflow vulnerability in CGI code. Thanks to Neohapsis
(http://archives.neohapsis.com/archives/fulldisclosure/2012-12/0108.html)
for finding this. (Eric Stanley)
-rw-r--r-- | net/nagios-base/Makefile | 5 | ||||
-rw-r--r-- | net/nagios-base/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/nagios-base/Makefile b/net/nagios-base/Makefile index 6dfcaf9fc72..2453a1ad56f 100644 --- a/net/nagios-base/Makefile +++ b/net/nagios-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2013/06/17 19:48:19 bouyer Exp $ +# $NetBSD: Makefile,v 1.47 2013/08/05 10:43:55 obache Exp $ # -DISTNAME= nagios-3.4.3 +DISTNAME= nagios-3.4.4 PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 8 CATEGORIES= net sysutils DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/} diff --git a/net/nagios-base/distinfo b/net/nagios-base/distinfo index c1e438dcf71..ff360fae76f 100644 --- a/net/nagios-base/distinfo +++ b/net/nagios-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2013/06/17 17:35:28 bouyer Exp $ +$NetBSD: distinfo,v 1.17 2013/08/05 10:43:55 obache Exp $ -SHA1 (nagios-3.4.3.tar.gz) = 3e9b73b9e219829ec4dca6ffe44106401d430ad3 -RMD160 (nagios-3.4.3.tar.gz) = 34121ab4e2a6d400f55db452133542dd3a7a324d -Size (nagios-3.4.3.tar.gz) = 1784746 bytes +SHA1 (nagios-3.4.4.tar.gz) = 19aaa4eda92a2837fe29ebcbe85140aef50e90cd +RMD160 (nagios-3.4.4.tar.gz) = 328fefc30d03b18bf757d619f36ea6747ea4efdc +Size (nagios-3.4.4.tar.gz) = 1786507 bytes SHA1 (nagios-netbsd40-icons.tar.gz) = 62919c22c5d5dc3f603c3320578431e93dfdd9fe RMD160 (nagios-netbsd40-icons.tar.gz) = 96ad67a107dad095213ddbf58debcfd5b46d6dee Size (nagios-netbsd40-icons.tar.gz) = 5659 bytes |