Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2021-03-10 08:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Wed Mar 10 08:50:33 2021 rev:75 rq:877275 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2020-12-09 
22:11:45.143087175 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new.2378/tigervnc.changes      
2021-03-10 08:51:59.358562853 +0100
@@ -1,0 +2,6 @@
+Fri Mar  5 14:46:02 UTC 2021 - Pedro Monreal <pmonr...@suse.com>
+
+- Use the system crypto-policies [bsc#1183082]
+- Add n_utilize-system-crypto-policies.patch
+
+-------------------------------------------------------------------

New:
----
  n_utilize-system-crypto-policies.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.nzStfp/_old  2021-03-10 08:52:00.158563679 +0100
+++ /var/tmp/diff_new_pack.nzStfp/_new  2021-03-10 08:52:00.162563682 +0100
@@ -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 @@
 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 @@
 %patch21 -p1
 %patch22 -p1
 %patch8 -p1
+%patch23 -p1
 
 cp -r %{_prefix}/src/xserver/* unix/xserver/
 pushd unix/xserver

++++++ n_utilize-system-crypto-policies.patch ++++++
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 session???s handshake 
algorithms",
-  "NORMAL");
+  "@SYSTEM");
 #endif
 
 Security::Security()

Reply via email to