From 12b99e818847dea7e9d169a47470ceec5518cb2256fd01dde5fad64bd492106e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Jul 2022 07:26:14 +0000 Subject: [PATCH] Accepting request 987187 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/987187 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=267 --- libsoup-3.0.6.tar.xz | 3 --- libsoup-3.0.7.tar.xz | 3 +++ libsoup.changes | 17 +++++++++++++++++ libsoup.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 libsoup-3.0.6.tar.xz create mode 100644 libsoup-3.0.7.tar.xz diff --git a/libsoup-3.0.6.tar.xz b/libsoup-3.0.6.tar.xz deleted file mode 100644 index fff0875..0000000 --- a/libsoup-3.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6 -size 1527232 diff --git a/libsoup-3.0.7.tar.xz b/libsoup-3.0.7.tar.xz new file mode 100644 index 0000000..c99fa8a --- /dev/null +++ b/libsoup-3.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8 +size 1525104 diff --git a/libsoup.changes b/libsoup.changes index 466f5cc..1a27cc0 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jul 6 12:27:20 UTC 2022 - Dominique Leuenberger + +- Update to version 3.0.7: + + Fix leak in SoupAuthNTLM. + + Fix constructing SoupAuthNTLM objects. + + Disable mutual negotiation in SoupAuthNegotiate. + + http2: + - Do not advertise the `h2` protocool for proxy connections. + - Remove left-over headers when HTTP/1 redirects to HTTP/2. + - Handle HTTP_1_1_REQUIRED error. + - Read request bodies synchronously for sync requests. + - Properly handle server sending shut down GOAWAY. + + tests: + - Remove dependency on Apache's PHP module. + - Depend upon Apache's http2 module. + ------------------------------------------------------------------- Fri Apr 1 11:08:14 UTC 2022 - Bjørn Lie diff --git a/libsoup.spec b/libsoup.spec index 8d77feb..95d30c8 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -18,7 +18,7 @@ %define api_version 3.0 Name: libsoup -Version: 3.0.6 +Version: 3.0.7 Release: 0 Summary: HTTP client/server library for GNOME License: LGPL-2.1-or-later