-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.2.1 Using time-manager v0.1.0. #115 5.2.0 Using http-semantics #114 Header of http-types should be used as high-level header. TokenHeader of http-semantics should be used as low-level header. Breaking change: encodeHeader takes Header of http-types. Breaking change: decodeHeader returns Header of http-types. Breaking change: HeaderName as ByteString is removed. 5.1.4 Using network-control v0.1. 5.1.3 Defining SendRequest type synonym. #111 5.1.2 Make ping rate limit configurable #108 5.1.1 Deal with RST_STREAM in HalfClosedLocal state #107 5.1.0 Drop frames after reset #106 BREAKING CHANGE: Use String for Authority #105 Properly close streams #104 5.0.1 Allowing bytestring 0.12. 5.0.0 Using the network-control package. The limits of resources can be specified in ServerConfig and ClientConfig. Open streams based on peer's MaxStreams. Rejecting Data if it is over the receiving limit. Informing MaxStreams properly. Informing WindowUpdate properly. New API: Server.Internal.runIO and Client.Internal.runIO.
- Loading branch information
1 parent
046a5db
commit fa0a3fd
Showing
4 changed files
with
60 additions
and
72 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
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,23 +1,26 @@ | ||
# $NetBSD: buildlink3.mk,v 1.9 2023/11/02 06:37:46 pho Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.10 2024/05/02 06:59:49 pho Exp $ | ||
|
||
BUILDLINK_TREE+= hs-http2 | ||
|
||
.if !defined(HS_HTTP2_BUILDLINK3_MK) | ||
HS_HTTP2_BUILDLINK3_MK:= | ||
|
||
BUILDLINK_API_DEPENDS.hs-http2+= hs-http2>=4.2.2 | ||
BUILDLINK_ABI_DEPENDS.hs-http2+= hs-http2>=4.2.2nb1 | ||
BUILDLINK_API_DEPENDS.hs-http2+= hs-http2>=5.2.1 | ||
BUILDLINK_ABI_DEPENDS.hs-http2+= hs-http2>=5.2.1 | ||
BUILDLINK_PKGSRCDIR.hs-http2?= ../../www/hs-http2 | ||
|
||
.include "../../devel/hs-async/buildlink3.mk" | ||
.include "../../textproc/hs-case-insensitive/buildlink3.mk" | ||
.include "../../www/hs-http-semantics/buildlink3.mk" | ||
.include "../../www/hs-http-types/buildlink3.mk" | ||
.include "../../net/hs-network/buildlink3.mk" | ||
.include "../../net/hs-network-byte-order/buildlink3.mk" | ||
.include "../../net/hs-network-control/buildlink3.mk" | ||
.include "../../devel/hs-psqueues/buildlink3.mk" | ||
.include "../../time/hs-time-manager/buildlink3.mk" | ||
.include "../../time/hs-unix-time/buildlink3.mk" | ||
.include "../../devel/hs-unliftio/buildlink3.mk" | ||
.include "../../devel/hs-utf8-string/buildlink3.mk" | ||
.endif # HS_HTTP2_BUILDLINK3_MK | ||
|
||
BUILDLINK_TREE+= -hs-http2 |
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.5 2023/10/29 18:38:03 pho Exp $ | ||
$NetBSD: distinfo,v 1.6 2024/05/02 06:59:49 pho Exp $ | ||
|
||
BLAKE2s (http2-4.2.2.tar.gz) = 0a84a37200b8f928bb65fd906d16eccdf88085e7bdeee9c7d2a4bac35d21fd23 | ||
SHA512 (http2-4.2.2.tar.gz) = 1bc66321c318559c2fea534f2a7053330595e17002af9c95dfdde679a44f89510d93ec6697751563a70619f27a9d9f20108844fe285327963d2ca0acb39925eb | ||
Size (http2-4.2.2.tar.gz) = 5501544 bytes | ||
BLAKE2s (http2-5.2.1.tar.gz) = 815a332167b754c95169ce2c1ad0e02c55aee02cb1cbeb18fb4540b7ca878848 | ||
SHA512 (http2-5.2.1.tar.gz) = bf89bcd2fb04fd43d773535154f6deed8d71be7c86972a8832cda2c0ccd2ae9b457e78a77616c060f89b96d6b464344c12f17f51354b35d6be10765330600c0e | ||
Size (http2-5.2.1.tar.gz) = 5497858 bytes |