Fix CVE-2024-2236
Resolves: RHEL-58736
This commit is contained in:
parent
81dbcd86e8
commit
dff8a6912f
2123
libgcrypt-1.11.0-marvin.patch
Normal file
2123
libgcrypt-1.11.0-marvin.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,6 +29,8 @@ Patch3: libgcrypt-1.11.0-covscan.patch
|
||||
# https://dev.gnupg.org/T7220
|
||||
Patch4: libgcrypt-1.11.0-cf-protection.patch
|
||||
Patch5: libgcrypt-1.11.0-pac-bti-protection.patch
|
||||
# https://gitlab.com/redhat-crypto/libgcrypt/libgcrypt-mirror/-/merge_requests/19/
|
||||
Patch6: libgcrypt-1.11.0-marvin.patch
|
||||
|
||||
%global gcrylibdir %{_libdir}
|
||||
%global gcrysoname libgcrypt.so.20
|
||||
@ -68,6 +70,7 @@ applications using libgcrypt.
|
||||
%patch 3 -p1
|
||||
%patch 4 -p1
|
||||
%patch 5 -p1
|
||||
%patch 6 -p1
|
||||
|
||||
%build
|
||||
# should be all algorithms except SM3 and SM4, aria
|
||||
@ -88,6 +91,7 @@ autoreconf -f
|
||||
--disable-O-flag-munging \
|
||||
--enable-digests="$DIGESTS" \
|
||||
--enable-ciphers="$CIPHERS" \
|
||||
--enable-marvin-workaround \
|
||||
--with-fips-module-version="$FIPS_MODULE_NAME %{version}-%{srpmhash}"
|
||||
sed -i -e '/^sys_lib_dlsearch_path_spec/s,/lib /usr/lib,/usr/lib /lib64 /usr/lib64 /lib,g' libtool
|
||||
%make_build
|
||||
|
Loading…
Reference in New Issue
Block a user