summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-12 04:59:22 +0000
committerpho <pho@pkgsrc.org>2022-02-12 04:59:22 +0000
commit8a7183827dcf0e736d9413adabecacf15cb2b51e (patch)
tree464b621081aa361658a467c433ffceb6e12c2adc /www
parent102729d1d29b588e68734cf8865c051631b807a1 (diff)
downloadpkgsrc-8a7183827dcf0e736d9413adabecacf15cb2b51e.tar.gz
Update to http-client-0.7.11
0.7.11 * Allow making requests to raw IPv6 hosts #477 * Catch "resource vanished" exception on initial response read #480 * Search for reachable IP addresses asynchronously (RFC 6555, 8305) after calling getAddrInfo to reduce latency #472. 0.7.10 * Consume trailers and last CRLF of chunked body. The trailers are not exposed, unless the raw body is requested. 0.7.9 * Exceptions from streamed request body now cause the request to fail. Previously they were routed through onRequestBodyException and, by default, the IOExceptions were discarded.
Diffstat (limited to 'www')
-rw-r--r--www/hs-http-client/Makefile5
-rw-r--r--www/hs-http-client/buildlink3.mk6
-rw-r--r--www/hs-http-client/distinfo8
3 files changed, 9 insertions, 10 deletions
diff --git a/www/hs-http-client/Makefile b/www/hs-http-client/Makefile
index 660d30f7cd6..9f85075e52b 100644
--- a/www/hs-http-client/Makefile
+++ b/www/hs-http-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:31 pho Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/12 04:59:22 pho Exp $
-DISTNAME= http-client-0.7.8
-PKGREVISION= 2
+DISTNAME= http-client-0.7.11
CATEGORIES= www
MAINTAINER= pho@cielonegro.org
diff --git a/www/hs-http-client/buildlink3.mk b/www/hs-http-client/buildlink3.mk
index 8e87b960ce6..431c74128c7 100644
--- a/www/hs-http-client/buildlink3.mk
+++ b/www/hs-http-client/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.5 2022/01/18 02:48:31 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2022/02/12 04:59:22 pho Exp $
BUILDLINK_TREE+= hs-http-client
.if !defined(HS_HTTP_CLIENT_BUILDLINK3_MK)
HS_HTTP_CLIENT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.7.8
-BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.8nb2
+BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.7.11
+BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.11
BUILDLINK_PKGSRCDIR.hs-http-client?= ../../www/hs-http-client
.include "../../converters/hs-base64-bytestring/buildlink3.mk"
diff --git a/www/hs-http-client/distinfo b/www/hs-http-client/distinfo
index 563d3cdefc2..b26f01aba59 100644
--- a/www/hs-http-client/distinfo
+++ b/www/hs-http-client/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:29:31 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/12 04:59:22 pho Exp $
-BLAKE2s (http-client-0.7.8.tar.gz) = 23bb6a80d85223c3f676a9dadd1bab4f6f93e9d391ff8b84f30cf0d67bc51bd4
-SHA512 (http-client-0.7.8.tar.gz) = 401e45c00f89153de48548cc37bb998fde3ff6304b5c61304a6955bdc08a820421766e80590ec47c1a7833389568779ac5c02522b85eb648b32df0dad2ec4c5e
-Size (http-client-0.7.8.tar.gz) = 92430 bytes
+BLAKE2s (http-client-0.7.11.tar.gz) = a0dc58493dfc4c8b877ce414e8c533ea9e35230dce1878459b574d5a46fe7120
+SHA512 (http-client-0.7.11.tar.gz) = 0c01961e66c71636ff2628851151a788aaf941155d50a9f20b01a2e065ca7a8218ab4867b24e7cfb434aaa9b9178f727d950017870540e0bce91fffdcc374852
+Size (http-client-0.7.11.tar.gz) = 94548 bytes