Skip to content

Commit

Permalink
Update to 6.06:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed May 15, 2014
1 parent 01b1077 commit 9784428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions www/p5-libwww/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
HOMEPAGE= http://search.cpan.org/dist/libwww-perl/
Expand Down
8 changes: 4 additions & 4 deletions www/p5-libwww/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9784428

Please sign in to comment.