diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-22 21:48:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-22 21:48:58 +0000 |
commit | 14d1fe507be0697e3707cac89441ccf8c0ebd3f4 (patch) | |
tree | 28ae0cf5a83cb197f59e6d66d39c7704d97776ff /www/p5-libwww | |
parent | 3c79f7fc08b22f44b8387845e3ce66f5c8e7a436 (diff) | |
download | pkgsrc-14d1fe507be0697e3707cac89441ccf8c0ebd3f4.tar.gz |
Update to 5.812:
2008-04-16 Gisle Aas <gisle@ActiveState.com>
Release 5.812
Gisle Aas (6):
Typo fix.
Simplified Net::HTTP::Methods constructor call.
Croak if Net::HTTP constructor called with no argument.
Avoid calling $self->peerport to figure out what the port is.
5.811 breaks SSL requests [RT#35090]
Make test suite compatible with perl-5.6.1.
Toru Yamaguchi (1):
Wrong treatment of qop value in Digest Authentication [RT#35055]
2008-04-14 Gisle Aas <gisle@ActiveState.com>
Release 5.811
Gisle Aas (6):
Avoid "used only once" warning for $Config::Config.
Make HTTP::Request::Common::PUT set Content-Length header [RT#34772]
Added the add_content_utf8 method to HTTP::Message.
Typo fix.
Retry syscalls when they fail with EINTR or EAGAIN [RT#34093,32356]
Allow HTTP::Content content that can be downgraded to bytes.
Gavin Peters (1):
HTML::Form does not recognise multiple select items with same name [RT#18993]
Mark Stosberg (1):
Document how HTTP::Status codes correspond to the classification functions [RT#20819]
Robert Stone (1):
Allow 100, 204, 304 responses to have content [RT#17907]
sasao (1):
HTTP::Request::Common::POST suppressed filename="0" in Content-Disposition [RT#18887]
2008-04-08 Gisle Aas <gisle@ActiveState.com>
Release 5.810
Gisle Aas (10):
Small documentation issues [RT#31346]
Explain $netloc argument to $ua->credentials [RT#31969]
Make lwp-request honour option -b while dumping links [RT#31347]
Ignore params for date convenience methods [RT#30579]
Get rid of all the old CVS $Keyword:...$ templates. Set $VERSION to 5.810.
Update Copyright year.
Drop some sample URLs that were failing.
Complement the HTTP::Status codes [RT#29619]
Don't allow HTTP::Message content to be set to Unicode strings.
Refactor test for Encode.pm
Ville Skytta (3):
Spelling fixes [RT#33272]
Trigger HTML::HeadParser for XHTML [RT#33271]
Escape status line in error_as_HTML, convert to lowercase [RT#33270]
Alexey Tourbin (2):
Typo fix [RT#33843]
Protocol/file.pm: postpone load of URI::Escape and HTML::Entities [RT#33842]
Daniel Hedlund (1):
HTML::Form Module and <button> element clicks
Adam Kennedy (1):
HTTP::Cookies handle malformed empty Set-Cookie badly [RT#29401]
Jacob J (1):
[HTTP::Request::Common] Does not handle filenames containing " [RT#30538]
Rolf Grossmann (1):
Allow malformed chars in $mess->decoded_content [RT#17368]
FWILES (1):
Croak if LWP::UserAgent is constructed with hash ref as argument [RT#28597]
Adam Sjogren (1):
Disabled, checked radiobutton being submitted [RT#33512]
DAVIDRW (1):
warn if TextInput's maxlength exceeded [RT#32239]
Diffstat (limited to 'www/p5-libwww')
-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 99bac0652bc..57033ced95c 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2008/01/09 00:58:24 heinz Exp $ +# $NetBSD: Makefile,v 1.57 2008/04/22 21:48:58 wiz Exp $ -DISTNAME= libwww-perl-5.808 +DISTNAME= libwww-perl-5.812 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww PKGREVISION= 3 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 0c7f1d8c638..454f3413f83 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2007/11/24 16:17:46 adrianp Exp $ +$NetBSD: distinfo,v 1.20 2008/04/22 21:48:58 wiz Exp $ -SHA1 (libwww-perl-5.808.tar.gz) = 9eeb0a88a4f08006ba4a798effd74b139867f3ab -RMD160 (libwww-perl-5.808.tar.gz) = 4ccc1c06cde162cc2a43e14554c9d4ad7103e51a -Size (libwww-perl-5.808.tar.gz) = 240305 bytes +SHA1 (libwww-perl-5.812.tar.gz) = aae024d183fd1800e694c4d578deeb056337b413 +RMD160 (libwww-perl-5.812.tar.gz) = 8ee3ecf1c97776ada1c29abd464521c892064316 +Size (libwww-perl-5.812.tar.gz) = 242458 bytes SHA1 (patch-aa) = f0fdaf60af8c16a6b362024f38db956211fce175 |