Update to 2.59.2
This commit is contained in:
parent
50ababb828
commit
02bf1d55d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
||||
/glib-networking-2.56.1.tar.xz
|
||||
/glib-networking-2.57.90.tar.xz
|
||||
/glib-networking-2.58.0.tar.xz
|
||||
/glib-networking-2.59.2.tar.xz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a4eaf05533e0e92e159fd0b964c36279726bfad3 Mon Sep 17 00:00:00 2001
|
||||
From 0bb4eb0bbb45bf4d2265661a6cd566f20dc8ad61 Mon Sep 17 00:00:00 2001
|
||||
From: Michael Catanzaro <mcatanzaro@gnome.org>
|
||||
Date: Wed, 15 Jun 2016 10:29:50 -0500
|
||||
Subject: [PATCH] Comply with Fedora system-wide crypto policy
|
||||
@ -9,18 +9,18 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c
|
||||
index d2914fa..30fa34d 100644
|
||||
index 3b2afa4..4b7ebca 100644
|
||||
--- a/tls/gnutls/gtlsconnection-gnutls.c
|
||||
+++ b/tls/gnutls/gtlsconnection-gnutls.c
|
||||
@@ -213,7 +213,7 @@ g_tls_connection_gnutls_init (GTlsConnectionGnutls *gnutls)
|
||||
/* First field is "fallback", second is "allow unsafe rehandshaking" */
|
||||
static gnutls_priority_t priorities[2][2];
|
||||
|
||||
@@ -280,7 +280,7 @@ static gnutls_priority_t priorities[2][2];
|
||||
/* TODO: Get rid of this in favor of gnutls_set_default_priority_append()
|
||||
* when upgrading to GnuTLS 3.6.3.
|
||||
*/
|
||||
-#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT"
|
||||
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT"
|
||||
|
||||
static void
|
||||
g_tls_connection_gnutls_init_priorities (void)
|
||||
--
|
||||
2.13.0
|
||||
2.19.1
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define glib2_version 2.55.1
|
||||
|
||||
Name: glib-networking
|
||||
Version: 2.58.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.59.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Networking support for GLib
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.58/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.59/%{name}-%{version}.tar.xz
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
||||
Patch0: fedora-crypto-policy.patch
|
||||
@ -69,6 +69,9 @@ the functionality of the installed glib-networking package.
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 2.59.2-1
|
||||
- Update to 2.59.2
|
||||
|
||||
* Tue Nov 20 2018 Dan Winship <danw@redhat.com> - 2.58.0-3
|
||||
- Remove Fedora-only conditional on the crypto policy patch
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glib-networking-2.58.0.tar.xz) = d9cfd97ef9905eceb1f807a7d18c648fcf148214bf3fc55c718c5bcd6fb0afc429ab5b7bf72e83cf959d5ce7f145ce17952c1288d4225cc99d3c6ad66e4494ff
|
||||
SHA512 (glib-networking-2.59.2.tar.xz) = 3da6080e292f91c6755eb31501715bae4f79de70b3c3975390b8b04e97751566a872bb5fe9aed051d884ad8289772fc279723f7504c8425e52aa22fed74bfb3a
|
||||
|
Loading…
Reference in New Issue
Block a user