From bb20a02e0fa8dd58c7f04326aa58b649d073b534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 19 Jul 2023 11:52:31 +0200 Subject: [PATCH] Apply patch disabling SHA1 at build time Resolves: RHEL-822 --- gnome-remote-desktop.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-remote-desktop.spec b/gnome-remote-desktop.spec index 88cf78e..a018430 100644 --- a/gnome-remote-desktop.spec +++ b/gnome-remote-desktop.spec @@ -15,7 +15,7 @@ Name: gnome-remote-desktop Version: 40.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: GNOME Remote Desktop screen share service License: GPLv2+ @@ -107,6 +107,7 @@ GNOME desktop environment. %patch1004 -p1 -b .cursor_null %patch2000 -p1 -b .crypto_policy %patch2001 -p1 -b .static +%patch2100 -p1 -b .no-sha1 # Nuke bundled minilzo rm -fv common/lzodefs.h common/lzoconf.h commmon/minilzo.h common/minilzo.c @@ -198,6 +199,10 @@ popd %changelog +* Wed Jul 19 2023 Jonas Ådahl - 40.0-10 +- Don't compile in SHA1 support again + Resolves: #2223925 + * Wed Jul 19 2023 Jonas Ådahl - 40.0-9 - Bump version number Related: rhbz#2188174