diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-15 09:41:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-15 09:41:22 +0000 |
commit | 7638156344037cedade331d85459055c5f45b043 (patch) | |
tree | a0de8aad48f552bde75182f125c81a8b05eb04ba /www/p5-libwww | |
parent | dd084dc4957bc2d3214325d16a67badf7d2e27a7 (diff) | |
download | pkgsrc-7638156344037cedade331d85459055c5f45b043.tar.gz |
Update to 6.06:
2014-04-16 Release 6.06
Ville Skyttä (3):
Merge pull request #44 from dsteinbrunner/master
Spelling fixes.
Merge pull request #55 from oalders/master
Karen Etheridge (2):
Merge pull request #38 from mbeijen/typo-sting
Merge pull request #43 from dsteinbrunner/master
David Steinbrunner (2):
Spelling corrections
Olaf Alders (1):
Typo fixes.
Steffen Ullrich (1):
correct behavior for https_proxy,
e.g. don't send plain https:// requests to proxy, but instead establish
CONNECT tunnel and then send requests inside tunnel.
This change does together with a change in LWP::Protocol::https.
The change supports LWP::Protocol::https with the default
IO::Socket::SSL backend, but also with Net::SSL. Also:
- proxy authorization is supported (http://user:pass@host:port as proxy
URL, Net::SSL still needs special HTTPS_PROXY_* environemt variables,
as before)
- CONNECT request does not need to be the first request inside the
tunnel (not with Net::SSL)
- conn_cache is read and written inside request(), instead of writing in
request() and reading in _new_socket(). If a https tunnel is
established the cache_key no longer depends only on proxy host,port
but also on the tunnel endpoint
- CONNECT is a proxy request and must always use Proxy-Authorization,
not Authorization header
turugina (1):
fix: auth-header of Digest auth did not conform to
RFC 2617 when WWW-Authenticate has 'qop' parameter.
Gisle Aas (1):
SSL libs might trigger ENOTTY on read
Michiel Beijen (1):
Small typo.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 7 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index b043a47e007..6d7f911a824 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.87 2013/12/09 14:17:56 obache Exp $ +# $NetBSD: Makefile,v 1.88 2014/05/15 09:41:22 wiz Exp $ -DISTNAME= libwww-perl-6.05 +DISTNAME= libwww-perl-6.06 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 2 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GA/GAAS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 196f0000f85..430d51206f3 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2013/04/21 11:55:38 ryoon Exp $ +$NetBSD: distinfo,v 1.41 2014/05/15 09:41:22 wiz Exp $ -SHA1 (libwww-perl-6.05.tar.gz) = e10b097a4a2f04efcb3549b6543e16534b46064d -RMD160 (libwww-perl-6.05.tar.gz) = 7ac4d92693a31528ba95a37424e62e221b32971c -Size (libwww-perl-6.05.tar.gz) = 132505 bytes +SHA1 (libwww-perl-6.06.tar.gz) = 9640b88fb8bd3c88813525cad8e613f26a4e002b +RMD160 (libwww-perl-6.06.tar.gz) = 5843faeda6aac23fd8eae8244f4cd1245a8c110e +Size (libwww-perl-6.06.tar.gz) = 135556 bytes |