Accepting request 877274 from home:pmonrealgonzalez:branches:X11:XOrg

- Use the system crypto-policies [bsc#1183082]
- Add n_utilize-system-crypto-policies.patch

OBS-URL: https://build.opensuse.org/request/show/877274
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=201
This commit is contained in:
Stefan Dirsch 2021-03-05 16:49:00 +00:00 committed by Git OBS Bridge
parent df71d7e848
commit d395eb038c
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: tigervnc-1.10.1/common/rfb/Security.cxx
===================================================================
--- tigervnc-1.10.1.orig/common/rfb/Security.cxx
+++ tigervnc-1.10.1/common/rfb/Security.cxx
@@ -52,7 +52,7 @@ static LogWriter vlog("Security");
#ifdef HAVE_GNUTLS
StringParameter Security::GnuTLSPriority("GnuTLSPriority",
"GnuTLS priority string that controls the TLS sessions handshake algorithms",
- "NORMAL");
+ "@SYSTEM");
#endif
Security::Security()

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 5 14:46:02 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
- Use the system crypto-policies [bsc#1183082]
- Add n_utilize-system-crypto-policies.patch
-------------------------------------------------------------------
Mon Dec 7 12:01:22 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tigervnc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -149,6 +149,7 @@ Patch12: tigervnc-fix-saving-of-bad-server-certs.patch
Patch13: u_xorg-server-1.20.7-ddxInputThreadInit.patch
Patch21: U_0001-Properly-store-certificate-exceptions.patch
Patch22: U_0002-Properly-store-certificate-exceptions-in-Java-viewer.patch
Patch23: n_utilize-system-crypto-policies.patch
%description
TigerVNC is an implementation of VNC (Virtual Network Computing), a
@ -269,6 +270,7 @@ It maps common x11vnc arguments to x0vncserver arguments.
%patch21 -p1
%patch22 -p1
%patch8 -p1
%patch23 -p1
cp -r %{_prefix}/src/xserver/* unix/xserver/
pushd unix/xserver