diff --git a/ghc-http2.changes b/ghc-http2.changes index 821dd07..87e822c 100644 --- a/ghc-http2.changes +++ b/ghc-http2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Nov 24 02:44:11 UTC 2023 - Peter Simons + +- Update http2 to version 5.0.0. + ## 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. + ------------------------------------------------------------------- Wed Oct 11 04:18:59 UTC 2023 - Peter Simons diff --git a/ghc-http2.spec b/ghc-http2.spec index 58871f1..54be3b9 100644 --- a/ghc-http2.spec +++ b/ghc-http2.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 4.2.2 +Version: 5.0.0 Release: 0 Summary: HTTP/2 library License: BSD-3-Clause @@ -43,10 +43,10 @@ BuildRequires: ghc-http-types-devel BuildRequires: ghc-http-types-prof BuildRequires: ghc-network-byte-order-devel BuildRequires: ghc-network-byte-order-prof +BuildRequires: ghc-network-control-devel +BuildRequires: ghc-network-control-prof BuildRequires: ghc-network-devel BuildRequires: ghc-network-prof -BuildRequires: ghc-psqueues-devel -BuildRequires: ghc-psqueues-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-stm-devel BuildRequires: ghc-stm-prof diff --git a/http2-4.2.2.tar.gz b/http2-4.2.2.tar.gz deleted file mode 100644 index 3366c08..0000000 --- a/http2-4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e70c51fbd327366664ef9965e7440dd369e5a0ae4133e92492013a294a26ad4d -size 5501544 diff --git a/http2-5.0.0.tar.gz b/http2-5.0.0.tar.gz new file mode 100644 index 0000000..6659759 --- /dev/null +++ b/http2-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6352273c53898bf6d1c660dd5d14eb707050146c37a8d872ca78dbd39a5d8cad +size 5507850