summaryrefslogtreecommitdiff
path: root/www/p5-Hijk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-06 09:12:20 +0000
committerwiz <wiz@pkgsrc.org>2015-08-06 09:12:20 +0000
commite46daed9a386173216a7815fa405d2993f5074ec (patch)
treea3cfcf91a8f985d41a7561314f6dbdc70d7c2c0a /www/p5-Hijk
parent7025066332790c15f0624e9e3ae0609bbee90a79 (diff)
downloadpkgsrc-e46daed9a386173216a7815fa405d2993f5074ec.tar.gz
Update to 0.24.
0.24: # 2015-07-05T13:40:00+0200 - Minor copyediting and formatting changes to the documentation. No code changes at all. 0.23: # 2015-07-03T17:00:00+0200 - The "Host" header can now be overriden by supplying a new `no_default_host_header` option along with a `Host` header in `head => []` to request(). Before this we'd always send "Host: $host" over, where $host was the host we were connecting to, now you can customize this. - Fixed a bug where if passed passed `head => []` to request() we'd emit a ":" header, i.e. just an empty header name with an empty value. You could have just not passed the `head => ` value if the array was empty, but no we won't screw up and emit a single line consisting of ":" if given an empty array. 0.22: # 2015-05-27T07:54:17+0200 - No feature change. Re-package due to a missing file in the tarball: https://rt.cpan.org/Ticket/Display.html?id=104624 0.21: # 2015-05-22T15:26:23+0200 - Fix "Too many CRLF" issue. Hijk has been always generating HTTP request with an extra CRLF at the end. While many HTTP servers are ignoring those, some treat it as errors. We now eliminate the extra CRLF at the end of every request. See also http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html - Handle better when select() is interrupted by signals.
Diffstat (limited to 'www/p5-Hijk')
-rw-r--r--www/p5-Hijk/Makefile5
-rw-r--r--www/p5-Hijk/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Hijk/Makefile b/www/p5-Hijk/Makefile
index 2c2198c9104..b2b2c6c0693 100644
--- a/www/p5-Hijk/Makefile
+++ b/www/p5-Hijk/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2015/06/12 10:52:05 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/08/06 09:12:20 wiz Exp $
-DISTNAME= Hijk-0.20
+DISTNAME= Hijk-0.24
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/
diff --git a/www/p5-Hijk/distinfo b/www/p5-Hijk/distinfo
index a6d0d7000b9..91757aee394 100644
--- a/www/p5-Hijk/distinfo
+++ b/www/p5-Hijk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/04/30 03:10:32 mef Exp $
+$NetBSD: distinfo,v 1.2 2015/08/06 09:12:20 wiz Exp $
-SHA1 (Hijk-0.20.tar.gz) = 293f30e9a1b03f0591783f156ed807586d2a4717
-RMD160 (Hijk-0.20.tar.gz) = c3e6e89d1f7799e7680378ccc88e172fbd1aceb7
-Size (Hijk-0.20.tar.gz) = 42142 bytes
+SHA1 (Hijk-0.24.tar.gz) = b66d601072d2d4b8e7985c6a4cfe3ddf2a13c331
+RMD160 (Hijk-0.24.tar.gz) = 9a1f883fb62337989adc9383f4d7215ceb261414
+Size (Hijk-0.24.tar.gz) = 43623 bytes