Sat Feb 12 04:59:22 2022 UTC ()
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.


(pho)
diff -r1.4 -r1.5 pkgsrc/www/hs-http-client/Makefile
diff -r1.4 -r1.5 pkgsrc/www/hs-http-client/distinfo
diff -r1.5 -r1.6 pkgsrc/www/hs-http-client/buildlink3.mk

cvs diff -r1.4 -r1.5 pkgsrc/www/hs-http-client/Makefile (expand / switch to unified diff)

--- pkgsrc/www/hs-http-client/Makefile 2022/01/18 02:48:31 1.4
+++ pkgsrc/www/hs-http-client/Makefile 2022/02/12 04:59:22 1.5
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:31 pho Exp $ 1# $NetBSD: Makefile,v 1.5 2022/02/12 04:59:22 pho Exp $
2 2
3DISTNAME= http-client-0.7.8 3DISTNAME= http-client-0.7.11
4PKGREVISION= 2 
5CATEGORIES= www 4CATEGORIES= www
6 5
7MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
8COMMENT= HTTP client engine 7COMMENT= HTTP client engine
9LICENSE= mit 8LICENSE= mit
10 9
11.include "../../converters/hs-base64-bytestring/buildlink3.mk" 10.include "../../converters/hs-base64-bytestring/buildlink3.mk"
12.include "../../devel/hs-blaze-builder/buildlink3.mk" 11.include "../../devel/hs-blaze-builder/buildlink3.mk"
13.include "../../textproc/hs-case-insensitive/buildlink3.mk" 12.include "../../textproc/hs-case-insensitive/buildlink3.mk"
14.include "../../www/hs-cookie/buildlink3.mk" 13.include "../../www/hs-cookie/buildlink3.mk"
15.include "../../www/hs-http-types/buildlink3.mk" 14.include "../../www/hs-http-types/buildlink3.mk"
16.include "../../net/hs-iproute/buildlink3.mk" 15.include "../../net/hs-iproute/buildlink3.mk"
17.include "../../net/hs-mime-types/buildlink3.mk" 16.include "../../net/hs-mime-types/buildlink3.mk"

cvs diff -r1.4 -r1.5 pkgsrc/www/hs-http-client/distinfo (expand / switch to unified diff)

--- pkgsrc/www/hs-http-client/distinfo 2021/10/26 11:29:31 1.4
+++ pkgsrc/www/hs-http-client/distinfo 2022/02/12 04:59:22 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:29:31 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/02/12 04:59:22 pho Exp $
2 2
3BLAKE2s (http-client-0.7.8.tar.gz) = 23bb6a80d85223c3f676a9dadd1bab4f6f93e9d391ff8b84f30cf0d67bc51bd4 3BLAKE2s (http-client-0.7.11.tar.gz) = a0dc58493dfc4c8b877ce414e8c533ea9e35230dce1878459b574d5a46fe7120
4SHA512 (http-client-0.7.8.tar.gz) = 401e45c00f89153de48548cc37bb998fde3ff6304b5c61304a6955bdc08a820421766e80590ec47c1a7833389568779ac5c02522b85eb648b32df0dad2ec4c5e 4SHA512 (http-client-0.7.11.tar.gz) = 0c01961e66c71636ff2628851151a788aaf941155d50a9f20b01a2e065ca7a8218ab4867b24e7cfb434aaa9b9178f727d950017870540e0bce91fffdcc374852
5Size (http-client-0.7.8.tar.gz) = 92430 bytes 5Size (http-client-0.7.11.tar.gz) = 94548 bytes

cvs diff -r1.5 -r1.6 pkgsrc/www/hs-http-client/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/www/hs-http-client/buildlink3.mk 2022/01/18 02:48:31 1.5
+++ pkgsrc/www/hs-http-client/buildlink3.mk 2022/02/12 04:59:22 1.6
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: buildlink3.mk,v 1.5 2022/01/18 02:48:31 pho Exp $ 1# $NetBSD: buildlink3.mk,v 1.6 2022/02/12 04:59:22 pho Exp $
2 2
3BUILDLINK_TREE+= hs-http-client 3BUILDLINK_TREE+= hs-http-client
4 4
5.if !defined(HS_HTTP_CLIENT_BUILDLINK3_MK) 5.if !defined(HS_HTTP_CLIENT_BUILDLINK3_MK)
6HS_HTTP_CLIENT_BUILDLINK3_MK:= 6HS_HTTP_CLIENT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.7.8 8BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.7.11
9BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.8nb2 9BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.11
10BUILDLINK_PKGSRCDIR.hs-http-client?= ../../www/hs-http-client 10BUILDLINK_PKGSRCDIR.hs-http-client?= ../../www/hs-http-client
11 11
12.include "../../converters/hs-base64-bytestring/buildlink3.mk" 12.include "../../converters/hs-base64-bytestring/buildlink3.mk"
13.include "../../devel/hs-blaze-builder/buildlink3.mk" 13.include "../../devel/hs-blaze-builder/buildlink3.mk"
14.include "../../textproc/hs-case-insensitive/buildlink3.mk" 14.include "../../textproc/hs-case-insensitive/buildlink3.mk"
15.include "../../www/hs-cookie/buildlink3.mk" 15.include "../../www/hs-cookie/buildlink3.mk"
16.include "../../www/hs-http-types/buildlink3.mk" 16.include "../../www/hs-http-types/buildlink3.mk"
17.include "../../net/hs-iproute/buildlink3.mk" 17.include "../../net/hs-iproute/buildlink3.mk"
18.include "../../net/hs-mime-types/buildlink3.mk" 18.include "../../net/hs-mime-types/buildlink3.mk"
19.include "../../net/hs-network/buildlink3.mk" 19.include "../../net/hs-network/buildlink3.mk"
20.include "../../devel/hs-random/buildlink3.mk" 20.include "../../devel/hs-random/buildlink3.mk"
21.include "../../devel/hs-streaming-commons/buildlink3.mk" 21.include "../../devel/hs-streaming-commons/buildlink3.mk"
22.include "../../net/hs-network-uri/buildlink3.mk" 22.include "../../net/hs-network-uri/buildlink3.mk"