pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Dispatch Updated to 2.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f4731f7d49a
branches:  trunk
changeset: 551215:6f4731f7d49a
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Dec 10 16:50:21 2008 +0000

description:
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:

 devel/p5-Log-Dispatch/Makefile |  6 ++----
 devel/p5-Log-Dispatch/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 685a4434497f -r 6f4731f7d49a devel/p5-Log-Dispatch/Makefile
--- a/devel/p5-Log-Dispatch/Makefile    Wed Dec 10 15:30:29 2008 +0000
+++ b/devel/p5-Log-Dispatch/Makefile    Wed Dec 10 16:50:21 2008 +0000
@@ -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 @@
 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 -r 685a4434497f -r 6f4731f7d49a devel/p5-Log-Dispatch/distinfo
--- a/devel/p5-Log-Dispatch/distinfo    Wed Dec 10 15:30:29 2008 +0000
+++ b/devel/p5-Log-Dispatch/distinfo    Wed Dec 10 16:50:21 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index