diff options
author | wen <wen@pkgsrc.org> | 2016-07-24 00:27:00 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-24 00:27:00 +0000 |
commit | 654b43bb7bff52f00f1c7a96981c8767d9c6836e (patch) | |
tree | 85b026be06c438a79a327c6d255864e007b6f5c8 /www | |
parent | a8fb3deec68559da0a81bd6193f418b8d2410cd2 (diff) | |
download | pkgsrc-654b43bb7bff52f00f1c7a96981c8767d9c6836e.tar.gz |
Update to 0.000028
Upstream changes:
0.000028 2016-06-20 15:46:31-04:00 America/Toronto
0.000027 2016-06-18 10:31:58-04:00 America/Toronto (TRIAL RELEASE)
- Allow arbitrary headers and params to be redacted.
- Fixes "Wide character in print" warnings. Reported by Ricardo SIGNES ��
https://github.com/oalders/lwp-consolelogger/issues/6
0.000026 2016-06-09 16:22:18-04:00 America/Toronto
- Fixes test that broke under scalar_quotes => q{'}
- Displays application/javascript content type (Andy Jack)
0.000025 2016-06-09 09:29:08-04:00 America/Toronto
- Don't redact JSON with vendor-specific content types.
0.000024 2016-05-16 12:15:53-04:00 America/Toronto
- Don't print gzipped and other non-text content to the screen.
0.000023 2016-04-15 15:22:01-04:00 America/Toronto
- Avoid warning when Content-Type header is not set.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-ConsoleLogger/Makefile | 5 | ||||
-rw-r--r-- | www/p5-LWP-ConsoleLogger/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-LWP-ConsoleLogger/Makefile b/www/p5-LWP-ConsoleLogger/Makefile index 165a75361d7..49411ed344d 100644 --- a/www/p5-LWP-ConsoleLogger/Makefile +++ b/www/p5-LWP-ConsoleLogger/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 19:25:11 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/24 00:27:00 wen Exp $ -DISTNAME= LWP-ConsoleLogger-0.000022 +DISTNAME= LWP-ConsoleLogger-0.000028 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} diff --git a/www/p5-LWP-ConsoleLogger/distinfo b/www/p5-LWP-ConsoleLogger/distinfo index f186c68d5bb..6248644f497 100644 --- a/www/p5-LWP-ConsoleLogger/distinfo +++ b/www/p5-LWP-ConsoleLogger/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/04/15 12:17:25 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/07/24 00:27:00 wen Exp $ -SHA1 (LWP-ConsoleLogger-0.000022.tar.gz) = 90a0354da42a7aa6dffbf48b76908a12e79e2a86 -RMD160 (LWP-ConsoleLogger-0.000022.tar.gz) = 0038745ea00e07b3e964eb4e25ddc8a657a1139e -SHA512 (LWP-ConsoleLogger-0.000022.tar.gz) = 7fce0740c5150b0a344efba1702a5a83d455d34bdf494d60e335b42359ff3a1890a588ecf634f71970872c8c93d8e61ea1882693097c8cb1105d27e7e592a003 -Size (LWP-ConsoleLogger-0.000022.tar.gz) = 19406 bytes +SHA1 (LWP-ConsoleLogger-0.000028.tar.gz) = 90291da3adb5b6561e93604c0ad6854eb9ba8c7e +RMD160 (LWP-ConsoleLogger-0.000028.tar.gz) = 63376b0aeb7f16dd5961793f60466825cf1fbf27 +SHA512 (LWP-ConsoleLogger-0.000028.tar.gz) = 4cfec1b46bc088c357bea151c1c1e536389fd7eb5a28f560ce0eafd7915e646d5b5900c15b1b55209c54f1e52970479d690e15ffd1ba0ac37a1ea6de19946dae +Size (LWP-ConsoleLogger-0.000028.tar.gz) = 21157 bytes |