File libgcrypt-CVE-2024-2236_09.patch of Package libgcrypt.39917
From 0a3102e350ee66932882307c56a4e864b4048ce4 Mon Sep 17 00:00:00 2001
From: Jakub Jelen <jjelen@redhat.com>
Date: Wed, 29 May 2024 12:31:42 +0200
Subject: [PATCH 09/11] ci: Run with --enable-marvin-workaround
---
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
Index: libgcrypt-1.6.1/.gitlab-ci.yml
===================================================================
--- libgcrypt-1.6.1.orig/.gitlab-ci.yml
+++ libgcrypt-1.6.1/.gitlab-ci.yml
@@ -18,6 +18,7 @@ stages:
build: ""
configure_flags: >-
--enable-maintainer-mode
+ --enable-marvin-workaround
--enable-hmac-binary-check="qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq"
--with-fips-module-version="CI-$${CI_JOB_NAME}-$$(date +%Y-%m-%d)"
configure_additional_flags: ""