summaryrefslogtreecommitdiff
path: root/www/p5-Net-HTTP
AgeCommit message (Collapse)AuthorFilesLines
2017-04-27Updated p5-Net-HTTP to 6.14.wiz2-7/+7
6.14 2017-04-24 11:27:26-04:00 America/Toronto - Improvements to live tests (Shoichi Kaji and Kent Fredric) - Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi Kaji)
2017-02-22Updated p5-Net-HTTP to 6.13.wiz2-7/+7
6.13 2017-02-19 21:40:54-05:00 America/Toronto - use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
2017-01-16Updated p5-Net-HTTP to 6.12.wiz2-8/+7
6.12 2017-01-04 23:32:54-05:00 America/Toronto - Fix prereqs 6.11 2017-01-04 15:05:57-05:00 America/Toronto - Updated the Changes file - When using Net::SSL, pending data was potentially ignored GH PR#7 (Jean-Louis Martineau) 6.10-DEV 2016-12-30 - Added LICENSE - Added 'use warnings' to everywhere that lacked it - Drop all use of Test.pm - Removed unneeded uses of 'use vars' - Switch live tests to use Google. - Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and $reponse_size % 1024 == 0
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-27Update to 6.09:wiz2-6/+6
2015-05-20 Net-HTTP 6.09 Karen Etheridge (1): No changes since 6.08_002 2015-05-02 Net-HTTP 6.08_002 Karen Etheridge (1): fix foolish $VERSION error in 6.08_001 2015-05-01 Net-HTTP 6.08_001 Mark Overmeer (1): resolve issues with SSL by reading bytes still waiting to be read after the initial 1024 bytes [RT#104122]
2015-03-17Add BUILD_DEPENDS+= for make test.mef1-2/+2
2015-03-17Add comments on necessary DEPENDS for test.mef1-1/+4
2014-08-14Update to 6.07wen2-7/+6
Upstream changes: 2014-07-23 Net-HTTP 6.07 Jason Fesler (1): Opportunistically use IO::Socket::IP or IO::Socket::INET6. Properly parse IPv6 literal addreses with optional port numbers. [RT#75618]
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-18Update p5-Net-HTTP to 6.06.hiramatsu2-7/+6
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]
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-04-22Update to 6.03:wiz2-7/+6
2012-02-16 Net-HTTP 6.03 Restore blocking override for Net::SSL [RT#72790] Restore perl-5.6 compatiblity.
2011-08-12Not CONFLICTS with p5-libwww>=6.x.obache1-3/+3
Bump PKGREVISION.
2011-08-07Revision bump after updating perl to 5.14.1.tron1-2/+2
2011-07-14add CONFLICTS (thanks wiz@ for the reminder)spz1-1/+4
add a missing LICENSE and fix a few COMMENT
2011-07-10The Perl 5 module Net::HTTP is a low-level HTTP client.spz3-0/+26
An instance of the Net::HTTP class represents a connection to an HTTP server.