clean unused patch

This commit is contained in:
z00507040 2020-01-10 11:25:40 +08:00
parent e5b765b89b
commit 148beb7c1c
2 changed files with 4 additions and 27 deletions

View File

@ -1,26 +0,0 @@
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
https://bugzilla.redhat.com/show_bug.cgi?id=1179295
---
tls/gnutls/gtlsconnection-gnutls.c | 2 +-
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
--- 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"
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT"
static void
g_tls_connection_gnutls_init_priorities (void)
--
2.13.0

View File

@ -1,6 +1,6 @@
Name: glib-networking
Version: 2.58.0
Release: 4
Release: 5
Summary: Network-related modules for glib
License: LGPLv2+
URL: http://www.gnome.org
@ -51,6 +51,9 @@ verify the Usability of the glib-networking package.
%{_datadir}/installed-tests
%changelog
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.58.0-5
- clean unused patch
* Tue Dec 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.58.0-4
- change the path of files