summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-12-10 16:50:21 +0000
committerrhaen <rhaen@pkgsrc.org>2008-12-10 16:50:21 +0000
commit9ec164f761a16908eb20208ab6eae1755efc40ab (patch)
tree5e5e46492c9afce7f7909103d164efe1d995b25a /devel
parent4207c042c3bd4fb135f4c14b5441fb920d7488cb (diff)
downloadpkgsrc-9ec164f761a16908eb20208ab6eae1755efc40ab.tar.gz
Updated to 2.22
Changelog: 2.22 Nov 11, 2008 - Fixed a bug where Log::Dispatch::Email would die when it tried to log under taint mode. Patch by Neil Hemingway. RT #40042. - Fixed a misuse of warnings::enabled(). Reported by Darian Patrick. RT #39784. - Syslog logging now requires Sys::Syslog 0.16+. - If you don't pass a socket argument to Log::Dispatch::Syslog, it does not call Sys::Syslog::setlogsock(), which is the preferred option for portability. * If any of the syslog calls die, this is trapped and the error is output as a warning if warnings are on. This is mostly a workaround for Sys::Sylog not handling utf-8. RT #35270 & #37397. This isn't backwards-compatible, but it's probably wrong for the logging code to die because it can't log (even though some other output modules still do).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Dispatch/Makefile6
-rw-r--r--devel/p5-Log-Dispatch/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 5e44f750eec..d24eb43ed17 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2008/10/19 19:17:56 he Exp $
+# $NetBSD: Makefile,v 1.26 2008/12/10 16:50:21 rhaen Exp $
-DISTNAME= Log-Dispatch-2.21
+DISTNAME= Log-Dispatch-2.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5ldi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
@@ -12,7 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
COMMENT= Perl module for logging messages to multiple outputs
PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo
index 6dea2ce5ad8..8bfef26461c 100644
--- a/devel/p5-Log-Dispatch/distinfo
+++ b/devel/p5-Log-Dispatch/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2008/02/14 10:50:49 rhaen Exp $
+$NetBSD: distinfo,v 1.13 2008/12/10 16:50:21 rhaen Exp $
-SHA1 (Log-Dispatch-2.21.tar.gz) = 2d9c18ae680d3ca412e4f08cdac7055dfba955ed
-RMD160 (Log-Dispatch-2.21.tar.gz) = 1c699f56bddb1ddb7d69c60578af1fa201322b35
-Size (Log-Dispatch-2.21.tar.gz) = 31756 bytes
+SHA1 (Log-Dispatch-2.22.tar.gz) = 631344dc1dcde24ef4f7063b4600b33c6c7e3668
+RMD160 (Log-Dispatch-2.22.tar.gz) = 29e50eff13542cf8d2be4b863bd69b8c54e44458
+Size (Log-Dispatch-2.22.tar.gz) = 32582 bytes