From 5707eccfb70b92bd80d342f1edd3699a2bd743fe7dedd82016aa1f42968f6aba Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 11 Jan 2019 14:28:51 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=20version=201.35.1:=20=20=20*?= =?UTF-8?q?=20nghttpx:=20Fix=20broken=20trailing=20slash=20handling=20(GH-?= =?UTF-8?q?1276)=20-=20Changes=20for=20version=201.35:=20=20=20*=20build:?= =?UTF-8?q?=20cmake:=20Fix=20libevent=20version=20detection=20(Patch=20fro?= =?UTF-8?q?m=20Jan=20Kundr=C3=A1t)=20(GH-1238)=20=20=20*=20lib:=20Use=20?= =?UTF-8?q?=5F=5Fhas=5Fdeclspec=5Fattribute=20for=20shared=20builds=20(Pat?= =?UTF-8?q?ch=20from=20Don)=20(GH-1222)=20=20=20*=20src:=20Require=20C++14?= =?UTF-8?q?=20language=20feature=20=20=20*=20nghttpx:=20Write=20mruby=20se?= =?UTF-8?q?nd=5Finfo=20early=20=20=20*=20nghttpx:=20Fix=20assertion=20fail?= =?UTF-8?q?ure=20on=20mruby=20send=5Finfo=20with=20HTTP/1=20frontend=20=20?= =?UTF-8?q?=20*=20h2load:=20Handle=20HTTP/1=20non-final=20response=20(GH-1?= =?UTF-8?q?259)=20=20=20*=20h2load:=20Clarify=20that=20time=20for=20connec?= =?UTF-8?q?t=20includes=20TLS=20handshake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=89 --- nghttp2-1.34.0.tar.xz | 3 --- nghttp2-1.35.1.tar.xz | 3 +++ nghttp2.changes | 14 ++++++++++++++ nghttp2.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 nghttp2-1.34.0.tar.xz create mode 100644 nghttp2-1.35.1.tar.xz diff --git a/nghttp2-1.34.0.tar.xz b/nghttp2-1.34.0.tar.xz deleted file mode 100644 index f3f55dd..0000000 --- a/nghttp2-1.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecb0c013141495e24bd6deca022b5a92097a7848a0c17c4e5af1243a97fa622e -size 1612432 diff --git a/nghttp2-1.35.1.tar.xz b/nghttp2-1.35.1.tar.xz new file mode 100644 index 0000000..06a3ad1 --- /dev/null +++ b/nghttp2-1.35.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7f5b09c3ca40a46118240bf476a5babf4bd93a1e4fde2337c308c4c5c3263a +size 1614460 diff --git a/nghttp2.changes b/nghttp2.changes index 60131b5..854dbef 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 11 14:24:40 UTC 2019 - Martin Pluskal + +- Update to version 1.35.1: + * nghttpx: Fix broken trailing slash handling (GH-1276) +- Changes for version 1.35: + * build: cmake: Fix libevent version detection (Patch from Jan Kundrát) (GH-1238) + * lib: Use __has_declspec_attribute for shared builds (Patch from Don) (GH-1222) + * src: Require C++14 language feature + * nghttpx: Write mruby send_info early + * nghttpx: Fix assertion failure on mruby send_info with HTTP/1 frontend + * h2load: Handle HTTP/1 non-final response (GH-1259) + * h2load: Clarify that time for connect includes TLS handshake + ------------------------------------------------------------------- Mon Oct 8 19:46:51 UTC 2018 - adam.majer@suse.de diff --git a/nghttp2.spec b/nghttp2.spec index 3b7b6ef..e85dbcd 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,7 +1,7 @@ # # spec file for package nghttp2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.34.0 +Version: 1.35.1 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT