diff options
author | he <he@pkgsrc.org> | 2008-12-16 23:07:50 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-16 23:07:50 +0000 |
commit | 8c19d442ff1be47f2a2448cca5332ec79a30bdf0 (patch) | |
tree | 63353a01934011a7c79a95ee5855ba3af5a3fe81 | |
parent | 94048564fa8d0b37fc34e6f9232ef4a6d7fc51a6 (diff) | |
download | pkgsrc-8c19d442ff1be47f2a2448cca5332ec79a30bdf0.tar.gz |
Update from version 5.820 to 5.822.
Upstream changes:
2008-12-05 Release 5.822
Gisle Aas (4):
A more modern user_agent example.
Make it possible to unset the proxy settings again
Prefer use specified Content-Length header [RT#41462]
Deprecate LWP::Debug
2008-11-25 Release 5.821
Various bug fixes.
Gisle Aas (3):
The Content-Length and Content-MD5 headers are no longer
valid after encode/decode
Add META information
croak on bad proxy args [RT#39919]
Slaven Rezic (1):
Skip a failing decoded_content on systems without Encode.pm [RT#40735]
Steve Hay (1):
Skip LWP test when fork() is unimplemented
Yuri Karaban (1):
redo used incorrectly in LWP::Protocol::http [RT#41116]
jefflee (1):
HTTP::Cookies::Microsoft now handles user names with space [RT#40917]
ruff (1):
Avoid aborting requests saved to file early [RT#40985]
-rw-r--r-- | www/p5-libwww/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 9634415567d..d739fe1ade5 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2008/11/10 16:45:48 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2008/12/16 23:07:50 he Exp $ -DISTNAME= libwww-perl-5.820 +DISTNAME= libwww-perl-5.822 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 2eb9fa35d6d..9d1afeb49d4 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2008/11/10 16:45:48 wiz Exp $ +$NetBSD: distinfo,v 1.25 2008/12/16 23:07:50 he Exp $ -SHA1 (libwww-perl-5.820.tar.gz) = d05472c8d91941872012fa339b86a4a02834d9e2 -RMD160 (libwww-perl-5.820.tar.gz) = 14e8cee6774dc3cc39a4fbdf0fbc60c5e02e5901 -Size (libwww-perl-5.820.tar.gz) = 254165 bytes +SHA1 (libwww-perl-5.822.tar.gz) = ff6ad4bc1bde4cf9df54ac3f30cd21a0d22cfc5c +RMD160 (libwww-perl-5.822.tar.gz) = 3093e038989fb188dd3ff27fb318eada45e88d6e +Size (libwww-perl-5.822.tar.gz) = 250901 bytes |