From 2deb935c862723d41a3b3751e4fbbe70e5540788b12528d3bfabbac8b2800146 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 20 Jun 2023 21:08:12 +0000 Subject: [PATCH] Accepting request 1094235 from home:dirkmueller:Factory - update to 1.54.0: * nghttpx: Consistent error handling and use of high-level API * h2load: Fix http3 upload stall * h2load: Use std::chrono::steady_clock for quic timestamp OBS-URL: https://build.opensuse.org/request/show/1094235 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=112 --- nghttp2-1.53.0.tar.xz | 3 --- nghttp2-1.54.0.tar.xz | 3 +++ nghttp2.changes | 8 ++++++++ nghttp2.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.53.0.tar.xz create mode 100644 nghttp2-1.54.0.tar.xz diff --git a/nghttp2-1.53.0.tar.xz b/nghttp2-1.53.0.tar.xz deleted file mode 100644 index 51c0c9b..0000000 --- a/nghttp2-1.53.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809 -size 1543180 diff --git a/nghttp2-1.54.0.tar.xz b/nghttp2-1.54.0.tar.xz new file mode 100644 index 0000000..fef9c64 --- /dev/null +++ b/nghttp2-1.54.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df +size 1541460 diff --git a/nghttp2.changes b/nghttp2.changes index 6e342e6..f49955c 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 20 20:48:11 UTC 2023 - Dirk Müller + +- update to 1.54.0: + * nghttpx: Consistent error handling and use of high-level API + * h2load: Fix http3 upload stall + * h2load: Use std::chrono::steady_clock for quic timestamp + ------------------------------------------------------------------- Thu May 18 04:53:42 UTC 2023 - Martin Pluskal diff --git a/nghttp2.spec b/nghttp2.spec index 9a787e9..8243756 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -22,7 +22,7 @@ %global sover_asio 1 %global flavor @BUILD_FLAVOR@%{nil} Name: nghttp2 -Version: 1.53.0 +Version: 1.54.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT