diff options
author | wiz <wiz> | 2009-02-21 14:04:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-21 14:04:05 +0000 |
commit | 77f7c96589e91744a489a6741b4cc973fe63f1de (patch) | |
tree | 8d6fe18fc32dec1c82c82e8505bef7e7c48040fe | |
parent | 3e0bae799eb69ae3e85a8c9ed83a3cc87c699e07 (diff) | |
download | pkgsrc-77f7c96589e91744a489a6741b4cc973fe63f1de.tar.gz |
Update to 5.824:
2009-02-13 Release 5.824
Gisle Aas (7):
Make format_request() ensure that it returns bytes [RT#42396]
Force bytes in all the format_* methods.
Ignore Sitemap: lines in robots.txt [RT#42420]
Refactor; use variable to hold the test port
Add redirects method to HTTP::Message
Setting $ua->max_redirect(0) didn't work [RT#40260]
Convert files to UTF-8
Zefram (2):
HTTP::Cookies destructor should not clobber $! and other globals.
Deal with the Encode module distributed with perl-5.8.0
Ian Kilgore (1):
Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
Ville Skyttä (1):
Documentation improvements, spelling fixes.
2008-12-05 Release 5.823
Gisle Aas (4):
Bring back the LWP::Debug code [RT#41759]
Add documentation section about 'Network traffic monitoring'.
Typo fixes
Want to ensure we get a single value back here.
-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 d739fe1ade5..67f14c43f8e 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2008/12/16 23:07:50 he Exp $ +# $NetBSD: Makefile,v 1.66 2009/02/21 14:04:05 wiz Exp $ -DISTNAME= libwww-perl-5.822 +DISTNAME= libwww-perl-5.824 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 9d1afeb49d4..f6ce5459e5d 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2008/12/16 23:07:50 he Exp $ +$NetBSD: distinfo,v 1.26 2009/02/21 14:04:05 wiz Exp $ -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 +SHA1 (libwww-perl-5.824.tar.gz) = c4d12a2821f44d3d4e611c3080c23a3336335cac +RMD160 (libwww-perl-5.824.tar.gz) = eb10ce7a8a56b7112b8cd399164a050bc69bcc0f +Size (libwww-perl-5.824.tar.gz) = 251774 bytes |