-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
785ddb6
commit 7c19908
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |