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:           Thu Jan 30 13:49:44 UTC 2025

Modified Files:
        pkgsrc/www/hs-http-client: Makefile buildlink3.mk distinfo

Log Message:
www/hs-http-client: update to http-client-0.7.18

## 0.7.18

* Add the `managerSetMaxNumberHeaders` function to the `Client` module to configure `managerMaxNumberHeaders` in `ManagerSettings`.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/hs-http-client/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/hs-http-client/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/hs-http-client/distinfo

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.14 pkgsrc/www/hs-http-client/Makefile:1.15
--- pkgsrc/www/hs-http-client/Makefile:1.14     Thu May  9 01:32:53 2024
+++ pkgsrc/www/hs-http-client/Makefile  Thu Jan 30 13:49:44 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:53 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/30 13:49:44 pho Exp $
 
-DISTNAME=      http-client-0.7.17
-PKGREVISION=   1
+DISTNAME=      http-client-0.7.18
 CATEGORIES=    www
 
 MAINTAINER=    pho%cielonegro.org@localhost

Index: pkgsrc/www/hs-http-client/buildlink3.mk
diff -u pkgsrc/www/hs-http-client/buildlink3.mk:1.15 pkgsrc/www/hs-http-client/buildlink3.mk:1.16
--- pkgsrc/www/hs-http-client/buildlink3.mk:1.15        Thu May  9 01:32:53 2024
+++ pkgsrc/www/hs-http-client/buildlink3.mk     Thu Jan 30 13:49:44 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.15 2024/05/09 01:32:53 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2025/01/30 13:49:44 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.17
-BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.17nb1
+BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.7.18
+BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.18
 BUILDLINK_PKGSRCDIR.hs-http-client?=   ../../www/hs-http-client
 
 .include "../../devel/hs-async/buildlink3.mk"

Index: pkgsrc/www/hs-http-client/distinfo
diff -u pkgsrc/www/hs-http-client/distinfo:1.8 pkgsrc/www/hs-http-client/distinfo:1.9
--- pkgsrc/www/hs-http-client/distinfo:1.8      Wed May  1 12:37:26 2024
+++ pkgsrc/www/hs-http-client/distinfo  Thu Jan 30 13:49:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/05/01 12:37:26 pho Exp $
+$NetBSD: distinfo,v 1.9 2025/01/30 13:49:44 pho Exp $
 
-BLAKE2s (http-client-0.7.17.tar.gz) = 6b522dad5ac62fe617b02fb6f248105b71a910fe98c96eb41a88c3c3d18aa9be
-SHA512 (http-client-0.7.17.tar.gz) = 0ba5399a7bdcf8cb01e18dea9f92eaee707884a026c95cfb0657acf070ee6ead8c2758a0ee1299d23c84a02c129fbe7a96d32af0b10834ba5f134697b7b5f63b
-Size (http-client-0.7.17.tar.gz) = 96965 bytes
+BLAKE2s (http-client-0.7.18.tar.gz) = df1c21b17045d6f8f000ec01eade0460449d7f0f60a33b527f2a2ddaf16c23e9
+SHA512 (http-client-0.7.18.tar.gz) = 4957b0090fbf75cfb4b20c5244a76bf464086f0f2e7f6d02cb3dc64cff35d9e9b842f05e77b245bfba6159fdb5c20c9fb27787aa7bb12081489821dabf19f942
+Size (http-client-0.7.18.tar.gz) = 97359 bytes



Home | Main Index | Thread Index | Old Index