pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Any Update to 1.700
details: https://anonhg.NetBSD.org/pkgsrc/rev/5271d1055e3c
branches: trunk
changeset: 369370:5271d1055e3c
user: wen <wen%pkgsrc.org@localhost>
date: Fri Sep 29 07:48:11 2017 +0000
description:
Update to 1.700
Upstream changes:
1.700 2017-09-28 16:59:22-05:00 America/Chicago
[Fixed]
- Fixed version of Log::Any::Adapter::Syslog so that installing it
will also install the rest of Log-Any.
- Fixed method aliasing in Log::Any::Adapter::Syslog for "error"
log method. Thanks @legaultp for the patch!
1.051 2017-08-06 20:41:53-05:00 America/Chicago (TRIAL RELEASE)
[Fixed]
- LOG_ANY_DEFAULT_ADAPTER now correctly logs to the given adapter.
Previously, if no other adapter was set, Log::Any used it's
default, super-fast "Null" proxy that simply drops all messages
without checking adapters. Now Log::Any will correctly detect the
environment variable and create the correct, normal proxy object.
Thanks @tm604 for the report and @mephinet for the patch!
1.050 2017-08-03 22:28:37-05:00 America/Chicago (TRIAL RELEASE)
[Added]
- Added structured logging to easily log single hash references in
a parsable format. Thanks @mephinet!
- Added contextual logging to attach information to log messages
based on the current context.
For example, all log messages being generated by a particular HTTP
request could be logged with the URL, even if they're from a part
of the application that doesn't know what HTTP is.
This is very similar to Log::Log4perl's Mapped Diagnostic Context.
Thanks @mephinet!
diffstat:
devel/p5-Log-Any/Makefile | 7 +++----
devel/p5-Log-Any/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (30 lines):
diff -r 7431b178593b -r 5271d1055e3c devel/p5-Log-Any/Makefile
--- a/devel/p5-Log-Any/Makefile Fri Sep 29 07:15:29 2017 +0000
+++ b/devel/p5-Log-Any/Makefile Fri Sep 29 07:48:11 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/06/05 14:23:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2017/09/29 07:48:11 wen Exp $
-DISTNAME= Log-Any-1.049
-PKGNAME= p5-Log-Any-1.04.9
-PKGREVISION= 1
+DISTNAME= Log-Any-1.700
+PKGNAME= p5-Log-Any-1.70.0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
diff -r 7431b178593b -r 5271d1055e3c devel/p5-Log-Any/distinfo
--- a/devel/p5-Log-Any/distinfo Fri Sep 29 07:15:29 2017 +0000
+++ b/devel/p5-Log-Any/distinfo Fri Sep 29 07:48:11 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/04/09 03:19:27 mef Exp $
+$NetBSD: distinfo,v 1.13 2017/09/29 07:48:11 wen Exp $
-SHA1 (Log-Any-1.049.tar.gz) = ea242744731522601731c459c14e74b9cf97adca
-RMD160 (Log-Any-1.049.tar.gz) = c20785cae25ae86d07193987aaae9032dee67907
-SHA512 (Log-Any-1.049.tar.gz) = 9a6363c7fa8c187deb1c9008411150d3c6a723e17c51cfd957127b2f33246ce680bcea47eae15e856358e643ea8bd8c923a540503b733c421d94f9fdca340f7b
-Size (Log-Any-1.049.tar.gz) = 44718 bytes
+SHA1 (Log-Any-1.700.tar.gz) = 71a59c0b9d79a9f992eb961f68aa5ae50bc87c9d
+RMD160 (Log-Any-1.700.tar.gz) = 2cc7827f353063f9187f6965febf2e5560eb205a
+SHA512 (Log-Any-1.700.tar.gz) = e8a621583eda903617160a29f1d6c3acd871830e02962483a899e974e78c89ec48294ac6ee6681d20de989fc10d06a23395aa5e414d3d0fee400ac622d65888a
+Size (Log-Any-1.700.tar.gz) = 48972 bytes
Home |
Main Index |
Thread Index |
Old Index