[SCM] qtbase packaging branch, master, updated. debian/5.9.2+dfsg-9-2-gbf13948

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Feb 9 13:24:28 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=bf13948

The following commit has been merged in the master branch:
commit bf13948ff1068b78412fc6f78515709cbfb772d1
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Feb 9 16:24:20 2018 +0300

    Fix processing multiple headers with the same name in HTTP/2.
    
    Closes: #886395.
---
 debian/changelog                  |  3 +++
 debian/patches/http2_headers.diff | 15 +++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d43ef47..e502cf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtbase-opensource-src (5.9.2+dfsg-10) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Fix processing multiple headers with the same name in HTTP/2 (closes:
+    #886395).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 09 Feb 2018 16:21:14 +0300
 
diff --git a/debian/patches/http2_headers.diff b/debian/patches/http2_headers.diff
new file mode 100644
index 0000000..b830340
--- /dev/null
+++ b/debian/patches/http2_headers.diff
@@ -0,0 +1,15 @@
+Description: HTTP/2 - fix header processing
+Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=7c334301bd323765
+Last-Update: 2018-02-09
+
+--- a/src/network/access/qhttp2protocolhandler.cpp
++++ b/src/network/access/qhttp2protocolhandler.cpp
+@@ -1053,7 +1053,7 @@
+             QByteArray binder(", ");
+             if (name == "set-cookie")
+                 binder = "
";
+-            httpReply->setHeaderField(name, value.replace('

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list