pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-http-client
Module Name: pkgsrc
Committed By: pho
Date: Sat Feb 12 04:59:22 UTC 2022
Modified Files:
pkgsrc/www/hs-http-client: Makefile buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-http-client/Makefile \
pkgsrc/www/hs-http-client/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/hs-http-client/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/hs-http-client/Makefile
diff -u pkgsrc/www/hs-http-client/Makefile:1.4 pkgsrc/www/hs-http-client/Makefile:1.5
--- pkgsrc/www/hs-http-client/Makefile:1.4 Tue Jan 18 02:48:31 2022
+++ pkgsrc/www/hs-http-client/Makefile Sat Feb 12 04:59:22 2022
@@ -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@localhost
Index: pkgsrc/www/hs-http-client/distinfo
diff -u pkgsrc/www/hs-http-client/distinfo:1.4 pkgsrc/www/hs-http-client/distinfo:1.5
--- pkgsrc/www/hs-http-client/distinfo:1.4 Tue Oct 26 11:29:31 2021
+++ pkgsrc/www/hs-http-client/distinfo Sat Feb 12 04:59:22 2022
@@ -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
Index: pkgsrc/www/hs-http-client/buildlink3.mk
diff -u pkgsrc/www/hs-http-client/buildlink3.mk:1.5 pkgsrc/www/hs-http-client/buildlink3.mk:1.6
--- pkgsrc/www/hs-http-client/buildlink3.mk:1.5 Tue Jan 18 02:48:31 2022
+++ pkgsrc/www/hs-http-client/buildlink3.mk Sat Feb 12 04:59:22 2022
@@ -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"
Home |
Main Index |
Thread Index |
Old Index