pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Log4perl Update to 1.46



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e7375056ac8
branches:  trunk
changeset: 644839:2e7375056ac8
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jan 18 12:57:01 2015 +0000

description:
Update to 1.46

Upstream changes:
1.46 (2014/10/31)
   *    (ms) Fixed Gianni's utc time test for machines set to utc time.

1.45 (2014/10/25)
   *    (ms) fgeueke provided a pull request for short-circuiting boolean
             filters: https://github.com/mschilli/log4perl/pull/48
   *    (ms) [rt.cpan.org #94009] Tim Bunce had requested that the
             PatternLayout's %m specifier allow for fixed indentation,
             variable indentation, and at the same time permit the use
             of the chomp option. Added with tests and docs.
   *    (ms) Gianni Ceccarelli added the log4perl.utcDateTimes config
             option to select UTC instead of localtime:
             https://github.com/mschilli/log4perl/pull/53
   *    (ms) @bokutin fixed Catalyst.pm buffer flush:
               https://github.com/mschilli/log4perl/pull/51
               https://github.com/mschilli/log4perl/issues/54

1.44 (2014/05/17)
   *    (ms) Skipped mkpath umask tests on Win32 which doesn't support it
             properly.
   *    (ms) Requiring core module File::Path 2.06_06, which has remove_tree()
             (fixes test suite for ancient perl-5.6.2).
   *    (ms) Brian Wightman fixed temporary file cleanup in the test suite
             for Win32: https://github.com/mschilli/log4perl/pull/45

1.43 (2014/03/16)
   *    (ms) Added %m{indent} to indent multi-line messages according to the
             PatternLayout (inspired by Wolfgang Pecho)
   *    (ms) [rt.cpan.org #84818] Deven T. Corzine suggested adding
             a conditional use Win32 on Win32 platform to fix a
             chicken-and-egg problem with the resurrector.
   *    (ms) Brian Wightman fixed Win32 log file cleanup in test suite
             https://github.com/mschilli/log4perl/pull/39. New FAQ
             entry on Win32 log file cleanup.

1.42 (2013/07/25)
   *    (ms) BenRifkah Bergsten-Buret added ';!' for property configurator
             comment delimiters:
             https://github.com/mschilli/log4perl/issues/25
   *    (ms) [rt.cpan.org 84723] Suppress error if close() in the file
             appender in pipe mode returns "No child processes".
   *    (ms) Ronald J Kimball fixed a bug with the file appender's
             create_at_logtime option in combination with
             recreate_check_signal:
             https://github.com/mschilli/log4perl/pull/28
   *    (ms) Fixed additivity() modifications after init():
             https://github.com/mschilli/log4perl/issues/29
   *    (ms) [rt.cpan.org 87191] Applied patch by Zefram for better
             maintainable line number checks (and coping with 5.19 buggy
             line numbering, cough, cough).

1.41 (2013/04/21)
   *    (ms) [rt 81731] Added 'trace' level to Log4perl::Catalyst, as
             suggested by Ashley Pond.
   *    (ms) Alexander Hartmaier added Log::Log4perl::Filter::MDC to filter
             based on MDC key/value
   *    (ms) [rt.cpan.org 83193] The file appender now ignores owner/group
             settings on all types of existing file system entries (previously,
             this was only the case for actual files).
   *    (ms) [rt.cpan.org 84289] Documented Level.pm's isGreaterOrEqual()
             comparator.
   *    (ms) [rt.cpan.org #84725] Fixed test suite to allow running tests
             in parallel via HARNESS_OPTIONS=j10:c HARNESS_TIMER=1.
             Reported by Brendan Byrd.

diffstat:

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

diffs (28 lines):

diff -r 175568a462eb -r 2e7375056ac8 devel/p5-Log-Log4perl/Makefile
--- a/devel/p5-Log-Log4perl/Makefile    Sun Jan 18 12:52:33 2015 +0000
+++ b/devel/p5-Log-Log4perl/Makefile    Sun Jan 18 12:57:01 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:36:02 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/01/18 12:57:01 wen Exp $
 #
 
-DISTNAME=      Log-Log4perl-1.40
+DISTNAME=      Log-Log4perl-1.46
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
 
diff -r 175568a462eb -r 2e7375056ac8 devel/p5-Log-Log4perl/distinfo
--- a/devel/p5-Log-Log4perl/distinfo    Sun Jan 18 12:52:33 2015 +0000
+++ b/devel/p5-Log-Log4perl/distinfo    Sun Jan 18 12:57:01 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2013/01/23 09:49:32 rhaen Exp $
+$NetBSD: distinfo,v 1.16 2015/01/18 12:57:01 wen Exp $
 
-SHA1 (Log-Log4perl-1.40.tar.gz) = 684f4ef2b8a08872db8472798024f70e2945fe99
-RMD160 (Log-Log4perl-1.40.tar.gz) = b10fc119724ecfda445818426287e5b2699d5762
-Size (Log-Log4perl-1.40.tar.gz) = 273132 bytes
+SHA1 (Log-Log4perl-1.46.tar.gz) = 6a06e143f09b0bd05cb04789d8b0283d67ab199e
+RMD160 (Log-Log4perl-1.46.tar.gz) = 06b198533b17925a43cbbfd0497d764faea51edd
+Size (Log-Log4perl-1.46.tar.gz) = 278058 bytes



Home | Main Index | Thread Index | Old Index