Accepting request 964105 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/964105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=78
This commit is contained in:
commit
3c028708f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a16bfc2d271ccd3266e3fb462bc8a4103c02e81bbb339aa92d6fb060592d7bc
|
|
||||||
size 261312
|
|
3
glib-networking-2.72.0.tar.xz
Normal file
3
glib-networking-2.72.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:100aaebb369285041de52da422b6b716789d5e4d7549a3a71ba587b932e0823b
|
||||||
|
size 265060
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 19:04:39 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.72.0:
|
||||||
|
+ Fix proxy tests.
|
||||||
|
+ GnuTLS: use IANA-style ciphersuite names with GnuTLS 3.7.4.
|
||||||
|
+ meson devenv.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 11 22:53:35 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.72.beta:
|
||||||
|
+ Add environment variable proxy resolver.
|
||||||
|
+ OpenSSL: fix uninitialized memory use.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 7 21:35:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.72.alpha:
|
||||||
|
+ OpenSSL:
|
||||||
|
- Fix unsafe error handling.
|
||||||
|
- Fail when appropriate if Must-Staple extension is set.
|
||||||
|
+ GnuTLS: fix TLS 1.3 ciphersuite names, should use underscores.
|
||||||
|
+ Improve failure of tls-unique channel binding requests.
|
||||||
|
+ Do not fill SNI extension with IP address.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 4 11:37:15 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
Tue Jan 4 11:37:15 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
||||||
Name: glib-networking
|
Name: glib-networking
|
||||||
Version: 2.70.1
|
Version: 2.72.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network-related GIO modules for glib
|
Summary: Network-related GIO modules for glib
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: https://download.gnome.org/sources/glib-networking/2.70/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/glib-networking/2.72/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: ca-certificates-mozilla
|
BuildRequires: ca-certificates-mozilla
|
||||||
@ -75,12 +75,13 @@ Currently, there is only a proxy module based on libproxy.
|
|||||||
%files
|
%files
|
||||||
%license COPYING LICENSE_EXCEPTION
|
%license COPYING LICENSE_EXCEPTION
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
||||||
|
%{_libdir}/gio/modules/libgioenvironmentproxy.so
|
||||||
%{_libdir}/gio/modules/libgiognomeproxy.so
|
%{_libdir}/gio/modules/libgiognomeproxy.so
|
||||||
%{_libdir}/gio/modules/libgiognutls.so
|
%{_libdir}/gio/modules/libgiognutls.so
|
||||||
%{_libdir}/gio/modules/libgiolibproxy.so
|
%{_libdir}/gio/modules/libgiolibproxy.so
|
||||||
%{_libexecdir}/glib-pacrunner
|
%{_libexecdir}/glib-pacrunner
|
||||||
%{_userunitdir}/glib-pacrunner.service
|
%{_userunitdir}/glib-pacrunner.service
|
||||||
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user