diff options
author | wen <wen@pkgsrc.org> | 2016-05-21 08:42:19 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-05-21 08:42:19 +0000 |
commit | 870ece74c3144181788e540fb6d30a1652bf89d8 (patch) | |
tree | f245480dd6e022478053eee322622f90c7f18285 /www | |
parent | 6e91291676799e83f4af12aeff1b51e281f2026f (diff) | |
download | pkgsrc-870ece74c3144181788e540fb6d30a1652bf89d8.tar.gz |
Update to 0.058
Upstream changes:
0.058 2016-05-03 11:29:57-04:00 America/New_York
- No changes from 0.057
0.057 2016-04-18 10:17:00-04:00 America/New_York (TRIAL RELEASE)
[ADDED]
- Added support for the SSL_CERT_FILE environment variable.
- Added 'peer' attribute to force a connection to a particular
server.
- Added 'connected' method to allow introspection of persistent
connections.
- An array reference of redirection result hash references is included
in the final response hash reference (but only if redirects occur).
[CHANGED]
- Because folded headers are obsoleted in the revised RFCs, if CRLF is
found in header values followed by one or more spaces, they are all
replaced by a single space.
[FIXED]
- Per the RFC, control headers are now sent first before other headers
(which are sent in arbitrary order).
- Only well-known headers have their case canonicalized; all other
headers are sent in the case provided by the user.
- The 'keep_alive' option now also sets the SO_KEEPALIVE option
on the underlying socket to help with long-lived, idle connections.
- Request header field values are now validated against the RFC rules
(i.e. empty or else space-or-tab separated tokens of printable
characters).
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index e00e53073b6..ef1afba51e4 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/08/12 14:06:17 wen Exp $ +# $NetBSD: Makefile,v 1.16 2016/05/21 08:42:19 wen Exp $ # -DISTNAME= HTTP-Tiny-0.056 +DISTNAME= HTTP-Tiny-0.058 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index 2618f54d295..7264da4084e 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/04 02:47:12 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/05/21 08:42:19 wen Exp $ -SHA1 (HTTP-Tiny-0.056.tar.gz) = e9d2e28a04a9e58c9d6a5f38ced731b1bc639dd9 -RMD160 (HTTP-Tiny-0.056.tar.gz) = 4966e6f742eb356e4f2dd080b9c3b93a74dc1b01 -SHA512 (HTTP-Tiny-0.056.tar.gz) = ae73d64c900b1432deabce0ec3b6e5502162d775b87691051d7cbc4c0dd76bb096341b614437a53ae091672137fe57b0b932d57b631ab1468aa3d68c0f13e304 -Size (HTTP-Tiny-0.056.tar.gz) = 63218 bytes +SHA1 (HTTP-Tiny-0.058.tar.gz) = 3a214e7f192502184c46303314904ef4520ca5ce +RMD160 (HTTP-Tiny-0.058.tar.gz) = 3bdd8c0f65dea1fcefae7793eb1be1ba9b376d5c +SHA512 (HTTP-Tiny-0.058.tar.gz) = d5e0e26976511a7f6cd99c5475dbd16d131f23162e1e6a7efe563c0ae5c99b023f94491b75448b420fc8a825930327eda931609b5cd429f8a890ba33316c1cfc +Size (HTTP-Tiny-0.058.tar.gz) = 66953 bytes |