Update to 2.63.90
- Drop fedora-crypto-policy.patch that's no longer needed with 2.63.90
This commit is contained in:
parent
e79aa4eff1
commit
5062d1f5dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@
|
|||||||
/glib-networking-2.62.1.tar.xz
|
/glib-networking-2.62.1.tar.xz
|
||||||
/glib-networking-2.62.2.tar.xz
|
/glib-networking-2.62.2.tar.xz
|
||||||
/glib-networking-2.62.3.tar.xz
|
/glib-networking-2.62.3.tar.xz
|
||||||
|
/glib-networking-2.63.90.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
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 3b2afa4..4b7ebca 100644
|
|
||||||
--- a/tls/gnutls/gtlsconnection-gnutls.c
|
|
||||||
+++ b/tls/gnutls/gtlsconnection-gnutls.c
|
|
||||||
@@ -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.19.1
|
|
||||||
|
|
@ -1,16 +1,13 @@
|
|||||||
%define glib2_version 2.60.0
|
%define glib2_version 2.63.0
|
||||||
|
|
||||||
Name: glib-networking
|
Name: glib-networking
|
||||||
Version: 2.62.3
|
Version: 2.63.90
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Networking support for GLib
|
Summary: Networking support for GLib
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/glib-networking/2.62/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/glib-networking/2.63/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
|
||||||
Patch0: fedora-crypto-policy.patch
|
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -69,6 +66,10 @@ the functionality of the installed glib-networking package.
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 2.63.90-1
|
||||||
|
- Update to 2.63.90
|
||||||
|
- Drop fedora-crypto-policy.patch that's no longer needed with 2.63.90
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.62.3-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.62.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glib-networking-2.62.3.tar.xz) = 6bcf7584a4d97745e980598eb9182ba2e416471455d9c3debc4cbaea07250e395f6d7001af544ce0114a26d726e71e9b420d9756508cda09499016e89f4a6da1
|
SHA512 (glib-networking-2.63.90.tar.xz) = 49c1c920f10eb9c7381ae6bbe43325570795959a955701159cf59b036172e9945f3c6754cfd3682eb0658984016e07a5e108554210b2f004aaf254023c749f70
|
||||||
|
Loading…
Reference in New Issue
Block a user