Changes
6.16 2017-05-29 10:46:24-04:00 America/Toronto
- Bump IO::Socket::SSL version from 1.38 to 2.012
6.15 2017-05-12 14:57:02+02:00 Europe/Paris
- Fix t/rt-112313.t (Shoichi Kaji)
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)
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)
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
$response_size % 1024 == 0
Attached diff.
Tested on amd64.
Note for live testing set LIVE_TEST. make LIVE_TEST=Yes test
Ok?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/p5-Net-HTTP/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 20 Mar 2016 19:56:53 -0000 1.4
+++ Makefile 23 Aug 2017 21:31:51 -0000
@@ -2,7 +2,7 @@
COMMENT = Perl HTTP connection client
-DISTNAME = Net-HTTP-6.09
+DISTNAME = Net-HTTP-6.16
CATEGORIES = net
MAINTAINER = Nigel Taylor <[email protected]>
@@ -17,8 +17,10 @@ RUN_DEPENDS = www/p5-URI
BUILD_DEPENDS = ${RUN_DEPENDS}
.ifdef LIVE_TEST
-TEST_DEPENDS = security/p5-IO-Socket-SSL>=1.38
-CONFIGURE_ARGS +=--live-tests
+TEST_DEPENDS = security/p5-IO-Socket-SSL>=2.012 \
+ net/p5-IO-Socket-INET6
+.else
+TEST_ENV += NO_NETWORK_TESTING=1
.endif
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/p5-Net-HTTP/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 28 Jul 2015 09:53:30 -0000 1.2
+++ distinfo 17 Jun 2017 11:12:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (Net-HTTP-6.09.tar.gz) = UnYrk52EgGkIulRFgcVwg3X3k4w8DklsEoyj+8Ql5Y0=
-SIZE (Net-HTTP-6.09.tar.gz) = 17686
+SHA256 (Net-HTTP-6.16.tar.gz) = cMRbaq8+n7HOMKH8PPgoz67kXFwL0Uey9hfvreF2Xng=
+SIZE (Net-HTTP-6.16.tar.gz) = 34458
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/net/p5-Net-HTTP/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 23 Oct 2014 19:21:09 -0000 1.1.1.1
+++ pkg/PLIST 6 Jan 2017 13:30:45 -0000
@@ -7,5 +7,6 @@ ${P5SITE}/Net/HTTP/Methods.pm
${P5SITE}/Net/HTTP/NB.pm
${P5SITE}/Net/HTTPS.pm
@man man/man3p/Net::HTTP.3p
+@man man/man3p/Net::HTTP::Methods.3p
@man man/man3p/Net::HTTP::NB.3p
@man man/man3p/Net::HTTPS.3p