Skip to content

Commit 7c19908

Browse files
committed
Update to http2-3.0.3
3.0.3 * Return correct status messages in HTTP2 client (#31)[kazu-yamamoto/http2#31] * Follow changes in Aeson 2 (#32)[kazu-yamamoto/http2#32] * Make sure connection preface is always sent first (#33)[kazu-yamamoto/http2#33] * Avoid empty data (#34)[kazu-yamamoto/http2#34] 3.0.2 * Skip inserting entries that do not fit in the encoding table (#28)[kazu-yamamoto/http2#28]
1 parent 785ddb6 commit 7c19908

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

www/hs-http2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# $NetBSD: Makefile,v 1.2 2022/01/18 02:48:32 pho Exp $
1+
# $NetBSD: Makefile,v 1.3 2022/02/12 05:05:55 pho Exp $
22

3-
DISTNAME= http2-3.0.1
4-
PKGREVISION= 1
3+
DISTNAME= http2-3.0.3
54
CATEGORIES= www
65

76
MAINTAINER= pho@cielonegro.org
87
COMMENT= HTTP/2 library
98
LICENSE= modified-bsd
109

10+
.include "../../devel/hs-async/buildlink3.mk"
1111
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
1212
.include "../../www/hs-http-types/buildlink3.mk"
1313
.include "../../net/hs-network/buildlink3.mk"

www/hs-http2/buildlink3.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# $NetBSD: buildlink3.mk,v 1.2 2022/01/18 02:48:32 pho Exp $
1+
# $NetBSD: buildlink3.mk,v 1.3 2022/02/12 05:05:55 pho Exp $
22

33
BUILDLINK_TREE+= hs-http2
44

55
.if !defined(HS_HTTP2_BUILDLINK3_MK)
66
HS_HTTP2_BUILDLINK3_MK:=
77

8-
BUILDLINK_API_DEPENDS.hs-http2+= hs-http2>=3.0.1
9-
BUILDLINK_ABI_DEPENDS.hs-http2+= hs-http2>=3.0.1nb1
8+
BUILDLINK_API_DEPENDS.hs-http2+= hs-http2>=3.0.3
9+
BUILDLINK_ABI_DEPENDS.hs-http2+= hs-http2>=3.0.3
1010
BUILDLINK_PKGSRCDIR.hs-http2?= ../../www/hs-http2
1111

12+
.include "../../devel/hs-async/buildlink3.mk"
1213
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
1314
.include "../../www/hs-http-types/buildlink3.mk"
1415
.include "../../net/hs-network/buildlink3.mk"

www/hs-http2/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:31 nia Exp $
1+
$NetBSD: distinfo,v 1.4 2022/02/12 05:05:55 pho Exp $
22

3-
BLAKE2s (http2-3.0.1.tar.gz) = ee4e46e4aa523206a6d6f521b81c8da8c2535df8c0a5d289c3bdaed25d96a582
4-
SHA512 (http2-3.0.1.tar.gz) = aaa32209fb9945cc33c557866acb053df403bbe37c2bd024ac52e7fc6a3e816d0249e48b83e8846017fe0df0998327cf3498f1bc96b57b0fa81ce9c4d35589c6
5-
Size (http2-3.0.1.tar.gz) = 5556373 bytes
3+
BLAKE2s (http2-3.0.3.tar.gz) = 88b06678904f9aec6a59c328c8f1320f3eabb9726d8eb674f116b4eb6092241b
4+
SHA512 (http2-3.0.3.tar.gz) = e8f5474c905d81cda542f5955d854dfb73657440fda76bef80ca429c9adcd4416d1d11933c5a1a7e15b4811e971468b0b83312fd0c3b44d01fbeb1024d6d12cb
5+
Size (http2-3.0.3.tar.gz) = 5504308 bytes

0 commit comments

Comments
 (0)