Accepting request 921608 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 920926 from dimstar) OBS-URL: https://build.opensuse.org/request/show/921608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=75
This commit is contained in:
commit
e83cd16645
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d05d8bd124a9f53fc2b93b18f2386d512e4f48bc5a80470a7967224f3bf53b30
|
|
||||||
size 237876
|
|
3
glib-networking-2.70.0.tar.xz
Normal file
3
glib-networking-2.70.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66b408e7afa86c582fe38963db56133869ab4b57d34e48ec56aba621940d6f35
|
||||||
|
size 259808
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 17 09:26:41 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.70.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 16 01:35:12 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
- Remove obsolete translation-update-upstream support
|
||||||
|
(jsc#SLE-21105).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 3 15:35:50 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Fri Apr 30 12:51:46 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -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.68.1
|
Version: 2.70.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.68/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/glib-networking/2.70/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: ca-certificates-mozilla
|
BuildRequires: ca-certificates-mozilla
|
||||||
@ -33,10 +33,9 @@ BuildRequires: dbus-1
|
|||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: meson >= 0.43.0
|
BuildRequires: meson >= 0.43.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
|
||||||
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
|
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
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(gnutls) >= 3.6.5
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1
|
BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1
|
||||||
@ -55,7 +54,6 @@ Currently, there is only a proxy module based on libproxy.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
translation-update-upstream
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
|
Loading…
x
Reference in New Issue
Block a user