Update to 2.53.90
- Rebase fedora-crypto-policy.patch
This commit is contained in:
parent
8ce04e6fad
commit
ab64cb45de
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/glib-networking-2.48.2.tar.xz
|
||||
/glib-networking-2.49.90.tar.xz
|
||||
/glib-networking-2.50.0.tar.xz
|
||||
/glib-networking-2.53.90.tar.xz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b5ef489deac4cb89c70232770930b500a943b77e Mon Sep 17 00:00:00 2001
|
||||
From a4eaf05533e0e92e159fd0b964c36279726bfad3 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 ca4730b..ea48586 100644
|
||||
index d2914fa..30fa34d 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];
|
||||
|
||||
-#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT:%LATEST_RECORD_VERSION"
|
||||
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT:%LATEST_RECORD_VERSION"
|
||||
-#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT"
|
||||
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT"
|
||||
|
||||
static void
|
||||
g_tls_connection_gnutls_init_priorities (void)
|
||||
--
|
||||
2.7.4
|
||||
2.13.0
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define glib2_version 2.46.0
|
||||
|
||||
Name: glib-networking
|
||||
Version: 2.50.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.53.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Networking support for GLib
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.50/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.53/%{name}-%{version}.tar.xz
|
||||
|
||||
%if 0%{?fedora}
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
||||
@ -70,6 +70,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 2.53.90-1
|
||||
- Update to 2.53.90
|
||||
- Rebase fedora-crypto-policy.patch
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.50.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user