diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2013-04-18 08:54:37 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2013-04-18 08:54:37 +0000 |
commit | e5471755ee9a0d899c796719e6ad10942b6cee7e (patch) | |
tree | c5c00cc4a5f8e7f36d79f7d3aa0a0e3a81671ae3 /www/p5-Net-HTTP | |
parent | d78d7e09d8f61a9d528d3c5eeb1d941742fcedbd (diff) | |
download | pkgsrc-e5471755ee9a0d899c796719e6ad10942b6cee7e.tar.gz |
Update p5-Net-HTTP to 6.06.
Changes from previous:
_______________________________________________________________________________
2013-03-10 Net-HTTP 6.06
Jesse Luehrs (1):
IO::Socket::SSL doesn't play well with select() [RT#81237]
_______________________________________________________________________________
2012-11-10 Net-HTTP 6.05
Gisle Aas (1):
Convert to Test::More style and disable test on Windows [RT#81090]
Marinos Yannikos (1):
SSL broken for some servers [RT#81073]
_______________________________________________________________________________
2012-11-08 Net-HTTP 6.04
Gisle Aas (3):
Simpler handling of double chunked [RT#77240]
Check for timeouts before reading [RT#72676]
Fake can_read
Dagfinn Ilmari Mannsåker (1):
Fix chunked decoding on temporary read error [RT#74431]
Eric Wong (1):
NB: set http_bytes if read_entity_body hits EAGAIN on first read
Jay Hannah (1):
chunked,chunked is invalid, but happens. :( Ignore all but the first. [RT#77240]
Diffstat (limited to 'www/p5-Net-HTTP')
-rw-r--r-- | www/p5-Net-HTTP/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Net-HTTP/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Net-HTTP/Makefile b/www/p5-Net-HTTP/Makefile index 1d97e1832f5..b908e6d492f 100644 --- a/www/p5-Net-HTTP/Makefile +++ b/www/p5-Net-HTTP/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/10/28 06:30:47 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/18 08:54:37 hiramatsu Exp $ -DISTNAME= Net-HTTP-6.03 +DISTNAME= Net-HTTP-6.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/www/p5-Net-HTTP/distinfo b/www/p5-Net-HTTP/distinfo index d6297186f57..3ab476432a8 100644 --- a/www/p5-Net-HTTP/distinfo +++ b/www/p5-Net-HTTP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/04/22 12:54:26 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/04/18 08:54:37 hiramatsu Exp $ -SHA1 (Net-HTTP-6.03.tar.gz) = efb374a53aee9f9f68aed98f98ef60ac18d56078 -RMD160 (Net-HTTP-6.03.tar.gz) = 20a4e7181084820b49bda56d3cf13cd167c61924 -Size (Net-HTTP-6.03.tar.gz) = 14294 bytes +SHA1 (Net-HTTP-6.06.tar.gz) = d6527ec874d66c33e377a69a579ae6d66a77a5fa +RMD160 (Net-HTTP-6.06.tar.gz) = f37a7add17edc16a9965805dcbc101fd7be43b88 +Size (Net-HTTP-6.06.tar.gz) = 15609 bytes |