diff options
author | he <he@pkgsrc.org> | 2014-04-02 10:37:21 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2014-04-02 10:37:21 +0000 |
commit | 53e587052ced12c68b919a2988c9274678119e03 (patch) | |
tree | 69f95dbd4628fbb29bf4c4ea4a520a7e6dd30e83 /net/nagios-base | |
parent | 7d48e01e8588514647c39bcd5f6bc80856f54992 (diff) | |
download | pkgsrc-53e587052ced12c68b919a2988c9274678119e03.tar.gz |
Update nagios-base from 3.5.0nb2 to 3.5.1.
Upstream changes:
* Added handler for SIGXFSZ signal (Eric Stanley)
* Fixed bug #444: Nagios 3.5.0 problem with macro $ADMINEMAIL$ :
@ is converted to %40 after 2 nagios reload (Duplicate of bug #407)
* Fixed bug #407: Reloading nagios config causes spaces in
notifications to become plus signs (Alexey Dvoryanchikov)
* Fixed bug #445: Adding triggered downtime for child hosts causes
a SIGSEGV on restart/reload (Eric Stanley)
* Fixed bug #375: Freshness expiration never reached and bug #427:
freshness threshold doesn't work if it is set long (Scott Wilkerson,
Eric Stanley)
* Fixed bug #432: Downtime scheduled as "Nagios Process" and not
the Users name (Sam Lansing, Eric Stanley)
Diffstat (limited to 'net/nagios-base')
-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 d62a905ba19..932fe49d69c 100644 --- a/net/nagios-base/Makefile +++ b/net/nagios-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2014/04/02 10:22:37 he Exp $ +# $NetBSD: Makefile,v 1.53 2014/04/02 10:37:21 he Exp $ # -DISTNAME= nagios-3.5.0 +DISTNAME= nagios-3.5.1 PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 2 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 50f3d3579fd..1dac731465d 100644 --- a/net/nagios-base/distinfo +++ b/net/nagios-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2014/04/02 10:22:37 he Exp $ +$NetBSD: distinfo,v 1.20 2014/04/02 10:37:21 he Exp $ -SHA1 (nagios-3.5.0.tar.gz) = 972e76c638b7d3f15d994eaa8fce0e4907d5d6e1 -RMD160 (nagios-3.5.0.tar.gz) = d75a764486fd3dc0462fb49924698754852d39be -Size (nagios-3.5.0.tar.gz) = 1789376 bytes +SHA1 (nagios-3.5.1.tar.gz) = 486fd6c75db47000b96d6eebb1654c30d5e9bc72 +RMD160 (nagios-3.5.1.tar.gz) = 0ce5693a745f617c9fbf627f18af27b793de884d +Size (nagios-3.5.1.tar.gz) = 1763584 bytes SHA1 (nagios-netbsd40-icons.tar.gz) = 62919c22c5d5dc3f603c3320578431e93dfdd9fe RMD160 (nagios-netbsd40-icons.tar.gz) = 96ad67a107dad095213ddbf58debcfd5b46d6dee Size (nagios-netbsd40-icons.tar.gz) = 5659 bytes |