pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-http2



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 05:05:55 UTC 2022

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

Log Message:
Update to http2-3.0.3

3.0.3
* Return correct status messages in HTTP2 client
  (#31)[https://github.com/kazu-yamamoto/http2/pull/31]
* Follow changes in Aeson 2
  (#32)[https://github.com/kazu-yamamoto/http2/pull/32]
* Make sure connection preface is always sent first
  (#33)[https://github.com/kazu-yamamoto/http2/pull/33]
* Avoid empty data (#34)[https://github.com/kazu-yamamoto/http2/pull/34]

3.0.2
* Skip inserting entries that do not fit in the encoding table
  (#28)[https://github.com/kazu-yamamoto/http2/pull/28]


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/hs-http2/Makefile \
    pkgsrc/www/hs-http2/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/hs-http2/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-http2/Makefile
diff -u pkgsrc/www/hs-http2/Makefile:1.2 pkgsrc/www/hs-http2/Makefile:1.3
--- pkgsrc/www/hs-http2/Makefile:1.2    Tue Jan 18 02:48:32 2022
+++ pkgsrc/www/hs-http2/Makefile        Sat Feb 12 05:05:55 2022
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2022/01/18 02:48:32 pho Exp $
+# $NetBSD: Makefile,v 1.3 2022/02/12 05:05:55 pho Exp $
 
-DISTNAME=      http2-3.0.1
-PKGREVISION=   1
+DISTNAME=      http2-3.0.3
 CATEGORIES=    www
 
 MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       HTTP/2 library
 LICENSE=       modified-bsd
 
+.include "../../devel/hs-async/buildlink3.mk"
 .include "../../textproc/hs-case-insensitive/buildlink3.mk"
 .include "../../www/hs-http-types/buildlink3.mk"
 .include "../../net/hs-network/buildlink3.mk"
Index: pkgsrc/www/hs-http2/buildlink3.mk
diff -u pkgsrc/www/hs-http2/buildlink3.mk:1.2 pkgsrc/www/hs-http2/buildlink3.mk:1.3
--- pkgsrc/www/hs-http2/buildlink3.mk:1.2       Tue Jan 18 02:48:32 2022
+++ pkgsrc/www/hs-http2/buildlink3.mk   Sat Feb 12 05:05:55 2022
@@ -1,14 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.2 2022/01/18 02:48:32 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/02/12 05:05:55 pho Exp $
 
 BUILDLINK_TREE+=       hs-http2
 
 .if !defined(HS_HTTP2_BUILDLINK3_MK)
 HS_HTTP2_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-http2+=       hs-http2>=3.0.1
-BUILDLINK_ABI_DEPENDS.hs-http2+=       hs-http2>=3.0.1nb1
+BUILDLINK_API_DEPENDS.hs-http2+=       hs-http2>=3.0.3
+BUILDLINK_ABI_DEPENDS.hs-http2+=       hs-http2>=3.0.3
 BUILDLINK_PKGSRCDIR.hs-http2?=         ../../www/hs-http2
 
+.include "../../devel/hs-async/buildlink3.mk"
 .include "../../textproc/hs-case-insensitive/buildlink3.mk"
 .include "../../www/hs-http-types/buildlink3.mk"
 .include "../../net/hs-network/buildlink3.mk"

Index: pkgsrc/www/hs-http2/distinfo
diff -u pkgsrc/www/hs-http2/distinfo:1.3 pkgsrc/www/hs-http2/distinfo:1.4
--- pkgsrc/www/hs-http2/distinfo:1.3    Tue Oct 26 11:29:31 2021
+++ pkgsrc/www/hs-http2/distinfo        Sat Feb 12 05:05:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:29:31 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/12 05:05:55 pho Exp $
 
-BLAKE2s (http2-3.0.1.tar.gz) = ee4e46e4aa523206a6d6f521b81c8da8c2535df8c0a5d289c3bdaed25d96a582
-SHA512 (http2-3.0.1.tar.gz) = aaa32209fb9945cc33c557866acb053df403bbe37c2bd024ac52e7fc6a3e816d0249e48b83e8846017fe0df0998327cf3498f1bc96b57b0fa81ce9c4d35589c6
-Size (http2-3.0.1.tar.gz) = 5556373 bytes
+BLAKE2s (http2-3.0.3.tar.gz) = 88b06678904f9aec6a59c328c8f1320f3eabb9726d8eb674f116b4eb6092241b
+SHA512 (http2-3.0.3.tar.gz) = e8f5474c905d81cda542f5955d854dfb73657440fda76bef80ca429c9adcd4416d1d11933c5a1a7e15b4811e971468b0b83312fd0c3b44d01fbeb1024d6d12cb
+Size (http2-3.0.3.tar.gz) = 5504308 bytes



Home | Main Index | Thread Index | Old Index