Use static syslinux64.exe and syslinux.exe to avoid a difference in the checksum in x86_64_v2 arch

This commit is contained in:
Eduard Abdullin 2026-04-14 12:44:33 +00:00 committed by root
commit 4966252bf3
4 changed files with 6463 additions and 2 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -10,7 +10,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux Name: syslinux
Version: 6.04 Version: 6.04
%define tarball_version 6.04-pre1 %define tarball_version 6.04-pre1
Release: 0.34%{?dist}.alma.2 Release: 0.35%{?dist}.alma.2
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
@ -32,6 +32,7 @@ Patch0011: 0011-efi-console.c-initialized-pointer-to-NULL.patch
Patch0012: 0012-extlinux-main.c-close-file-descriptor.patch Patch0012: 0012-extlinux-main.c-close-file-descriptor.patch
Patch0013: 0013-libinstaller-advio.c-deallocated-string.patch Patch0013: 0013-libinstaller-advio.c-deallocated-string.patch
Patch0014: 0014-extlinux-main.c-deallocate-devname-string-before-ret.patch Patch0014: 0014-extlinux-main.c-deallocate-devname-string-before-ret.patch
Patch0015: 0015-zlib-update-to-version-1.2.11.patch
# this is to keep rpmbuild from thinking the .c32 / .com / .0 / memdisk files # this is to keep rpmbuild from thinking the .c32 / .com / .0 / memdisk files
# in noarch packages are a reason to stop the build. # in noarch packages are a reason to stop the build.
@ -275,10 +276,16 @@ fi
%endif %endif
%changelog %changelog
* Tue Mar 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.04-0.34.alma.2 * Tue Apr 14 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.04-0.35.alma.2
- Use static syslinux64.exe and syslinux.exe to avoid a difference in the - Use static syslinux64.exe and syslinux.exe to avoid a difference in the
checksum in x86_64_v2 arch checksum in x86_64_v2 arch
* Tue Mar 31 2026 Josue Hernandez <josherna@redhat.com> - 6.04-0.35
- Update zlib version to zlib-1.2.11
- Resolves: #RHEL-156979
- Resolves: CVE-2022-37434 CVE-2018-25032 CVE-2016-9840
- Resolves: CVE-2016-9841 CVE-2016-9842 CVE-2016-9843
* Tue Jan 27 2026 Leo Sandoval <lsandova@redhat.com> - 6.04-0.34 * Tue Jan 27 2026 Leo Sandoval <lsandova@redhat.com> - 6.04-0.34
- Fix more SAST true findings - Fix more SAST true findings
- Resolves: #RHEL-51170 - Resolves: #RHEL-51170

Binary file not shown.