Skip to content

Commit

Permalink
Update to http2-3.0.3
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
depressed-pho committed Feb 12, 2022
1 parent 785ddb6 commit 7c19908
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions www/hs-http2/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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"
Expand Down
7 changes: 4 additions & 3 deletions www/hs-http2/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions www/hs-http2/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7c19908

Please sign in to comment.