pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/hs-http-client Update to http-client-0.7.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f31e8c85856f
branches:  trunk
changeset: 373554:f31e8c85856f
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Feb 12 04:59:22 2022 +0000

description:
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:

 www/hs-http-client/Makefile      |  5 ++---
 www/hs-http-client/buildlink3.mk |  6 +++---
 www/hs-http-client/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 7776e20995ed -r f31e8c85856f www/hs-http-client/Makefile
--- a/www/hs-http-client/Makefile       Sat Feb 12 04:58:14 2022 +0000
+++ b/www/hs-http-client/Makefile       Sat Feb 12 04:59:22 2022 +0000
@@ -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
diff -r 7776e20995ed -r f31e8c85856f www/hs-http-client/buildlink3.mk
--- a/www/hs-http-client/buildlink3.mk  Sat Feb 12 04:58:14 2022 +0000
+++ b/www/hs-http-client/buildlink3.mk  Sat Feb 12 04:59:22 2022 +0000
@@ -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 -r 7776e20995ed -r f31e8c85856f www/hs-http-client/distinfo
--- a/www/hs-http-client/distinfo       Sat Feb 12 04:58:14 2022 +0000
+++ b/www/hs-http-client/distinfo       Sat Feb 12 04:59:22 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index