From a1b9cab84613ff13bb60017fbbd12c2ecdc85e1691830b31e0fe8c2ad81f3de2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:23:37 +0000 Subject: [PATCH] Accepting request 920926 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920926 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=160 --- glib-networking-2.68.1.tar.xz | 3 --- glib-networking-2.70.0.tar.xz | 3 +++ glib-networking.changes | 44 +++++++++++++++++++++++++++++++++++ glib-networking.spec | 6 ++--- 4 files changed, 50 insertions(+), 6 deletions(-) delete mode 100644 glib-networking-2.68.1.tar.xz create mode 100644 glib-networking-2.70.0.tar.xz diff --git a/glib-networking-2.68.1.tar.xz b/glib-networking-2.68.1.tar.xz deleted file mode 100644 index 61d2e6d..0000000 --- a/glib-networking-2.68.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d05d8bd124a9f53fc2b93b18f2386d512e4f48bc5a80470a7967224f3bf53b30 -size 237876 diff --git a/glib-networking-2.70.0.tar.xz b/glib-networking-2.70.0.tar.xz new file mode 100644 index 0000000..a9e9665 --- /dev/null +++ b/glib-networking-2.70.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b408e7afa86c582fe38963db56133869ab4b57d34e48ec56aba621940d6f35 +size 259808 diff --git a/glib-networking.changes b/glib-networking.changes index a3ecfbe..7c18906 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,9 +1,53 @@ +------------------------------------------------------------------- +Fri Sep 17 09:26:41 UTC 2021 - Dominique Leuenberger + +- Update to version 2.70.0: + + Updated translations. + ------------------------------------------------------------------- Thu Sep 16 01:35:12 UTC 2021 - Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105). +------------------------------------------------------------------- +Fri Sep 3 15:35:50 UTC 2021 - Dominique Leuenberger + +- Update to version 2.70.rc: + + gnutls: + - revert AuthorityInformationAccess implementation for now. + - fix use of non-default GTlsDatabases, Geary crash on startup. + - fix leak in g_tls_certificate_gnutls_copy. + - Unbreak GTLS_GNUTLS_CHECK_VERSION. + + openssl: remove openssl-util. + +------------------------------------------------------------------- +Mon Aug 23 13:48:03 UTC 2021 - Dominique Leuenberger + +- Update to version 2.70.beta: + + gnutls: Ensure that PKCS #11 pins are NUL terminated. + + openssl: Restore OCSP support. + +------------------------------------------------------------------- +Fri Aug 6 13:07:35 UTC 2021 - Dominique Leuenberger + +- Update to version 2.70.alpha: + + Fix TLS channel bindings tests. + + Require OpenSSL 1.0.2. + + Fix threadsafety issue in certificate verification. + + dlopen libsoup for performing HTTP requests. + + OpenSSL: add DTLS support, plus many related improvements. + + Implement new GTlsCertificate details APIs. + + GnuTLS: improve error handling for PIN failures. + + GnuTLS: expose PIN type on PIN requests. + + GnuTLS: check cancellable in pull timeout callback. + + Improve automation of test certificate creation. + + GnuTLS: use GnuTLS to implement all channel bindings. + + GnuTLS: rework certificate verification to use TLS session. + + GnuTLS: improve peer identity verification. + + Bring back automatic downloading of missing intermediate + certificates (not fixed, may go away again). + ------------------------------------------------------------------- Fri Apr 30 12:51:46 UTC 2021 - Dominique Leuenberger diff --git a/glib-networking.spec b/glib-networking.spec index 9829f18..6a10b47 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -18,13 +18,13 @@ %define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio) Name: glib-networking -Version: 2.68.1 +Version: 2.70.0 Release: 0 Summary: Network-related GIO modules for glib License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://www.gnome.org -Source0: https://download.gnome.org/sources/glib-networking/2.68/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/glib-networking/2.70/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: ca-certificates-mozilla @@ -35,7 +35,7 @@ BuildRequires: meson >= 0.43.0 BuildRequires: pkgconfig # If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.67.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.69.0 BuildRequires: pkgconfig(gnutls) >= 3.6.5 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1