Accepting request 638684 from GNOME:Factory

New stable rel (forwarded request 638488 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/638684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2018-10-17 06:16:34 +00:00 committed by Git OBS Bridge
commit 8be6c4ad2e
4 changed files with 62 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df47b0e0a037d2dcf6b1846cbdf68dd4b3cc055e026bb40c4a55f19f29f635c8
size 164852

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdfa0255e031b8ee003cc283002536b77ee76450105f1dc6ab066b9bf4330068
size 172632

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Wed Sep 26 16:33:50 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.58.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Aug 29 00:27:45 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.57.92:
+ Revert fixes for glgo#GNOME/glib-networking#4 and
glgo#GNOME/glib-networking#6 due to regression
glgo#GNOME/glib-networking#43.
+ Fix installed tests glgo#GNOME/glib-networking!7.
-------------------------------------------------------------------
Mon Aug 13 08:47:28 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.57.90:
+ Properly check for server errors in connection tests.
+ Perform certificate verification during, not after, TLS
handshake.
+ Avoid trailing dots in SNI hostnames.
+ Send fallback SCSV with fallback connection attempts.
+ Fail unsafe rehandshake attempts initiated by API request.
-------------------------------------------------------------------
Thu Jul 26 23:21:03 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.57.3:
+ Fix memory leaks when calling
g_tls_connection_gnutls_get_certificate().
+ Use .so for modules on macOS instead of dylib.
+ Fix build with MSVCC.
-------------------------------------------------------------------
Wed Jun 6 00:16:09 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.57.2:
+ No visible changes for the user.
- Drop pkgconfig(p11-kit-1) BuildRequires: it's now not enabled by
default, and even when it was being enabled the backend would
only work if the env GIO_USE_TLS=gnutls-pkcs11 would be set.
-------------------------------------------------------------------
Sat Jun 2 03:00:57 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.57.1:
+ Use GnuTLS system trust (bgo#753260).
+ Fix criticals when child streams outlast the parent
GTlsConnection (bgo#792219).
+ Fix crash when setting client cert without private key
(bgo#793712).
-------------------------------------------------------------------
Tue May 22 20:14:53 UTC 2018 - bjorn.lie@gmail.com

View File

@ -12,20 +12,21 @@
# 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/
#
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
Name: glib-networking
Version: 2.56.1
Version: 2.58.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
Source: http://download.gnome.org/sources/glib-networking/2.56/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/glib-networking/2.58/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: ca-certificates-mozilla
# For directory ownership
BuildRequires: dbus-1
@ -36,10 +37,9 @@ BuildRequires: translation-update-upstream
# 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.55.1
BuildRequires: pkgconfig(gnutls) >= 3.3.5
BuildRequires: pkgconfig(gnutls) >= 3.4
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1
BuildRequires: pkgconfig(p11-kit-1) >= 0.20
BuildRequires: pkgconfig(systemd)
# org.gnome.system.proxy schema is used
Requires: gsettings-desktop-schemas
@ -64,10 +64,7 @@ translation-update-upstream
%install
%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
# currently the installed_tests option is broken, use meson -Dinstalled_tests=false when it's fixed
rm -rf %{buildroot}%{_datadir}/installed-tests
%post
%{glib2_gio_module_post}