Bjørn Lie 2021-12-09 14:40:01 +00:00 committed by Git OBS Bridge
parent a1b9cab846
commit 4f1f6b6766
4 changed files with 18 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 6 14:58:28 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.70.1:
+ Fix crashes when handshake is cancelled
+ OpenSSL: fix spurious certificate expired verification errors
+ GnuTLS:
- Fix tests on 32-bit systems
- Fix crash when invalid priority string is forced
- Add check section and run meson_test macro during build.
-------------------------------------------------------------------
Fri Sep 17 09:26:41 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -18,7 +18,7 @@
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
Name: glib-networking
Version: 2.70.0
Version: 2.70.1
Release: 0
Summary: Network-related GIO modules for glib
License: LGPL-2.1-or-later
@ -63,6 +63,9 @@ Currently, there is only a proxy module based on libproxy.
%meson_install
%find_lang %{name}
%check
%meson_test
%post
%{glib2_gio_module_post}