commit libsoup for openSUSE:Leap:15.2

2020-03-06 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Leap:15.2 
checked in at 2020-03-06 12:37:27

Comparing /work/SRC/openSUSE:Leap:15.2/libsoup (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libsoup.new.26092 (New)


Package is "libsoup"

Fri Mar  6 12:37:27 2020 rev:54 rq:779614 version:2.68.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libsoup/libsoup.changes2020-01-30 
14:51:10.890927389 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libsoup.new.26092/libsoup.changes 
2020-03-06 12:37:34.146621955 +0100
@@ -1,0 +2,15 @@
+Sat Jan 25 14:17:25 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---
+Thu Jan  9 08:58:08 UTC 2020 - o...@aepfle.de
+
+- Usage of g_canonicalize_filename requires glib 2.58
+
+---
+Fri Dec 20 22:17:50 UTC 2019 - o...@aepfle.de
+
+- meson >=0.50 is required for building
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Iuxg7H/_old  2020-03-06 12:37:34.474622155 +0100
+++ /var/tmp/diff_new_pack.Iuxg7H/_new  2020-03-06 12:37:34.478622157 +0100
@@ -29,11 +29,11 @@
 Patch0: libsoup-disable-hsts-tests.patch
 
 BuildRequires:  glib-networking
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.58.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
 BuildRequires:  pkgconfig(gtk-doc) >= 1.20
@@ -63,7 +63,6 @@
 Summary:HTTP client/server library for GNOME
 Group:  Development/Libraries/GNOME
 Requires:   glib-networking >= 2.27.90
-Recommends: %{name}-lang
 # For NTLM single sign on
 Suggests:   samba-winbind
 # Needed for smooth upgrades and to make the lang package installable




commit libsoup for openSUSE:Leap:15.2

2020-01-30 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Leap:15.2 
checked in at 2020-01-30 14:50:10

Comparing /work/SRC/openSUSE:Leap:15.2/libsoup (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libsoup.new.26092 (New)


Package is "libsoup"

Thu Jan 30 14:50:10 2020 rev:53 rq:758523 version:2.68.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libsoup/libsoup.changes2020-01-15 
15:25:14.914570757 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libsoup.new.26092/libsoup.changes 
2020-01-30 14:51:10.890927389 +0100
@@ -1,0 +2,275 @@
+Wed Dec  4 18:22:11 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.68.3:
+  + Fixes to testing infrastructure.
+  + Enable GNOME support in mingw.
+  + Allow introspection in cross builds.
+  + Updated translations.
+
+---
+Tue Oct 15 14:41:04 UTC 2019 - Dominique Leuenberger 
+
+- Disable NTLM for the time being (causes build cycle):
+  + Drop samba-winbind BuildRequires.
+  + Pass -Dntlm=disabled to meson.
+
+---
+Wed Oct  9 10:34:03 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.68.2:
+  + Documentation fixes.
+  + Windows compatibility test fixes.
+  + WebSockets: client_max_window_bits in server must have a value.
+  + build: improve diagnostics when detecting Apache.
+  + NTLM: Make v2 authentication more robust.
+  + Updated translations.
+
+---
+Thu Sep 12 02:05:49 UTC 2019 - Michael Gorse 
+
+- Update to version 2.68.1:
+  + Several memory leaks fixed in tests, examples, and parsing
+code.
+  + SoupServer: Fixes to Windows path handling.
+  + Changes in version 2.68.0:
+  + Updated translations.
+  + Changes in version 2.67.93:
+  + SoupMessage: Handle Transfer-Encoding: identity for
+compatibility reasons.
+  + WebSockets: Only poll IO stream when needed.
+  + WebSockets: Properly set cookies received during handshake.
+  + WebSockets: Plug a couple of memory leaks and fix a few
+read-after-free memory errors.
+  + WebSockets: document how web socket extensions should treat
+buffers in case of error.
+  + SoupSession: Don't reset user GCancellable internally.
+  + Tests: Make tests installable.
+  + Remove deprecate GTimeVal internal usage.
+  + CI: increase coverage by enabling all features during testing.
+  + Updated translations.
+
+---
+Wed Sep 11 15:01:18 UTC 2019 - mgo...@suse.com
+
+- Update to version 2.67.92:
+  + Silence GTimeVal deprecation warnings.
+  + API documentation and annotation fixes.
+  + Plug a couple of NTLM authentication memory leaks.
+  + Meson: Use feature options.
+  + Meson: Do not fallback to system krb5-config for
+cross-compilation.
+  + NTLM: Fix build with NTLM enabled.
+  + Updated translations.
+- Changes from version 2.67.91:
+  + HSTS: New API to retrieve information about existing HSTS
+policies.
+  + Updated translations.
+- Changes from version 2.67.90:
+  + WebSockets: add support for WebSocket extensions via new
+SoupWebsocketExtensionManager and SoupWebsocketExtension API.
+  + WebSockets: add support for the permessage-deflate extension,
+enabled by default in SoupServer and in the client side only if
+SoupWebsocketExtensionManager is added to a session.
+  + WebSockets: Allow sending close frames with no body.
+  + WebSockets: ignore messages after close has been sent and
+received.
+  + Meson: tls-check improved.
+  + Meson: improve Apache checks.
+- Changes from version 2.67.3:
+  + WebSockets: allow sending empty binary data.
+  + WebSockets: fail and load the connection on invalid payload
+length.
+  + WebSockets: allow NULL characters in text messages data.
+  + WebSockets: Close connection on wrongly masked/unmasked frame
+as per RFC.
+  + WebSockets: other code fixes.
+  + NTLM: Fix NTLMv2 authentication.
+  + SoupMessage: fix several deprecation warnings related to
+private data.
+- Changes from version 2.67.2:
+  + gobject-introspection: Fix annotation for soup_auth_new().
+  + brotli: Do not advertise the decoder as it's failing with some
+websites.
+  + Meson: Fix xml2 and sqlite fallbacks.
+  + HSTS: Add SoupHSTSEnforcer:hsts-enforced signal.
+  + HSTS: Fixes to the types used to store policies in the SQLite
+storage.
+  + HSTS: Accept Strict-Transport-Security regardless of casing.
+  + WebSockets: Ensure messages finishes when handshake fails.
+  + WebSockets: Fix critical warnings and test failures.
+- Changes from version 2.67.1:
+  + Add a brotli decoder. This adds a new dependency on libbrotli.
+  + Add strict secure cookies support.
+  + Add HSTS enforcer SoupSession feature (with both memory and
+sqlite