From ff0b73305a5674cb8d69197a3e9426b6e0adb4e152ccb12b9bdd3484f1de3eef Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 4 Feb 2021 11:39:17 +0000 Subject: [PATCH] Accepting request 869209 from home:dirkmueller:branches:devel:libraries:c_c++ - update to 1.43.0: * doc: Make doc generation work with sphinx v3.3 * python: Require python3 for python bindings * python: Require python3 for python scripts * nghttpx: Make sure that Pool gets cleared when all buffers are returned * nghttpx: Choose ECDSA cert if compatible signature algorithm available * nghttpx: Add workaround to include ':' in backend pattern OBS-URL: https://build.opensuse.org/request/show/869209 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=102 --- nghttp2-1.42.0.tar.xz | 3 --- nghttp2-1.43.0.tar.xz | 3 +++ nghttp2.changes | 11 +++++++++++ nghttp2.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.42.0.tar.xz create mode 100644 nghttp2-1.43.0.tar.xz diff --git a/nghttp2-1.42.0.tar.xz b/nghttp2-1.42.0.tar.xz deleted file mode 100644 index eec8b7c..0000000 --- a/nghttp2-1.42.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a7f09020f31247d0d1609078a75efadeccb7e5b86fc2e4389189b1b431fe63 -size 3973284 diff --git a/nghttp2-1.43.0.tar.xz b/nghttp2-1.43.0.tar.xz new file mode 100644 index 0000000..9c6641d --- /dev/null +++ b/nghttp2-1.43.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d54fa6f8aed29f695ca44612136fa2359013547394d5dffeffca9e01a26b0f +size 3973500 diff --git a/nghttp2.changes b/nghttp2.changes index c13aaa4..c10d904 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 4 11:22:06 UTC 2021 - Dirk Müller + +- update to 1.43.0: + * doc: Make doc generation work with sphinx v3.3 + * python: Require python3 for python bindings + * python: Require python3 for python scripts + * nghttpx: Make sure that Pool gets cleared when all buffers are returned + * nghttpx: Choose ECDSA cert if compatible signature algorithm available + * nghttpx: Add workaround to include ':' in backend pattern + ------------------------------------------------------------------- Wed Jan 6 12:22:21 UTC 2021 - Dirk Müller diff --git a/nghttp2.spec b/nghttp2.spec index d49b4c5..674a236 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -29,7 +29,7 @@ %bcond_with python %endif Name: nghttp2%{psuffix} -Version: 1.42.0 +Version: 1.43.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT