From 89d7710f89e7753a9199c8fc3c2b0005b6b07778b4d87a049ebcaa04a5de3469 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 26 Nov 2023 13:15:16 +0000 Subject: [PATCH] Accepting request 1128819 from home:dirkmueller:Factory - update to 1.58.0: * Update manual pages * Bump neverbleed * Bump ngtcp2 * Prefer clock_gettime if __CYGWIN__ defined * Do not require strict c++ mode * nghttpx: Stricter transfer-encoding checks * Refactor character comparison * Integration servertester h3 * integration: Enable http3 test with cmake OBS-URL: https://build.opensuse.org/request/show/1128819 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=118 --- nghttp2-1.57.0.tar.xz | 3 --- nghttp2-1.57.0.tar.xz.asc | 6 ------ nghttp2-1.58.0.tar.xz | 3 +++ nghttp2-1.58.0.tar.xz.asc | 6 ++++++ nghttp2.changes | 14 ++++++++++++++ nghttp2.spec | 2 +- 6 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 nghttp2-1.57.0.tar.xz delete mode 100644 nghttp2-1.57.0.tar.xz.asc create mode 100644 nghttp2-1.58.0.tar.xz create mode 100644 nghttp2-1.58.0.tar.xz.asc diff --git a/nghttp2-1.57.0.tar.xz b/nghttp2-1.57.0.tar.xz deleted file mode 100644 index 89aa1dc..0000000 --- a/nghttp2-1.57.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9210b0113109f43be526ac5835d58a701411821a4d39e155c40d67c40f47a958 -size 1543568 diff --git a/nghttp2-1.57.0.tar.xz.asc b/nghttp2-1.57.0.tar.xz.asc deleted file mode 100644 index 448b4ab..0000000 --- a/nghttp2-1.57.0.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZSVZWQAKCRB+hAPV1nPD -ZhCKAKCDL9HwzcBy0plBKJk5UQoAncJYzwCeIl6zgdXvRDt0JNVSJmrM3Ts7E58= -=HpSZ ------END PGP SIGNATURE----- diff --git a/nghttp2-1.58.0.tar.xz b/nghttp2-1.58.0.tar.xz new file mode 100644 index 0000000..a7fcca0 --- /dev/null +++ b/nghttp2-1.58.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0 +size 1546332 diff --git a/nghttp2-1.58.0.tar.xz.asc b/nghttp2-1.58.0.tar.xz.asc new file mode 100644 index 0000000..5d8e8d8 --- /dev/null +++ b/nghttp2-1.58.0.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZTutsgAKCRB+hAPV1nPD +ZsbqAKCVt4goFjyS3trFrg8RYdUX10JskgCgoXLXok9yrVTjXiZmVHZuab0UHSo= +=tfNI +-----END PGP SIGNATURE----- diff --git a/nghttp2.changes b/nghttp2.changes index 7687f29..41bfcbd 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Nov 25 22:23:00 UTC 2023 - Dirk Müller + +- update to 1.58.0: + * Update manual pages + * Bump neverbleed + * Bump ngtcp2 + * Prefer clock_gettime if __CYGWIN__ defined + * Do not require strict c++ mode + * nghttpx: Stricter transfer-encoding checks + * Refactor character comparison + * Integration servertester h3 + * integration: Enable http3 test with cmake + ------------------------------------------------------------------- Tue Nov 21 11:53:04 UTC 2023 - Dirk Müller diff --git a/nghttp2.spec b/nghttp2.spec index 234e653..7205b51 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -20,7 +20,7 @@ %global sover 14 %global flavor @BUILD_FLAVOR@%{nil} Name: nghttp2 -Version: 1.57.0 +Version: 1.58.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT