Compare commits
10 Commits
a4d7670857
...
0eaf81ba0a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0eaf81ba0a | ||
|
|
5e8d101f4d | ||
|
|
17c9c76392 | ||
|
|
e6415d7d71 | ||
|
|
b25d5e8bbb | ||
|
|
c5285412aa | ||
|
|
d4f2992904 | ||
|
|
b4a4fb3077 | ||
|
|
8526158efb | ||
|
|
e75ee5572c |
6482
backport-zlib-update.patch
Normal file
6482
backport-zlib-update.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,13 +2,13 @@
|
||||
|
||||
Name: syslinux
|
||||
Version: 6.04
|
||||
Release: 9
|
||||
Release: 14
|
||||
License: GPLv2+
|
||||
Summary: The Syslinux boot loader collection
|
||||
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
|
||||
Source0: https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz
|
||||
ExclusiveArch: x86_64
|
||||
BuildRequires: nasm >= 0.98.38-1 perl-interpreter perl-generators netpbm-progs git glibc-devel libuuid-devel gcc
|
||||
BuildRequires: nasm >= 0.98.38-1 perl-interpreter libuuid-devel gcc
|
||||
Requires: syslinux-nonlinux = %{version}-%{release} mtools
|
||||
|
||||
# Add install all target in top Makefile.
|
||||
@ -26,6 +26,7 @@ Patch0003: 0003-include-sysmacros-h.patch
|
||||
Patch0004: backport-replace-builtin-strlen-that-appears-to-get-optimized.patch
|
||||
Patch0005: backport-add-RPMOPTFLAGS-to-CFLAGS-for-some-stuff.patch
|
||||
Patch0006: backport-tweak-for-gcc-10.patch
|
||||
Patch0007: backport-zlib-update.patch
|
||||
|
||||
%description
|
||||
The Syslinux Project covers lightweight bootloaders for MS-DOS FAT filesystems (SYSLINUX),
|
||||
@ -121,7 +122,7 @@ fi
|
||||
%files
|
||||
%doc COPYING NEWS README*
|
||||
%doc doc/* sample
|
||||
%{_mandir}/man1/{gethostip*,syslinux*,extlinux*,isohybrid*,memdiskfind*}
|
||||
%{_mandir}/man1/{gethostip*,isohybrid*,memdiskfind*,syslinux.1.gz}
|
||||
%{_datadir}/doc/syslinux/sample/sample.msg
|
||||
%{_bindir}/{gethostip,isohybrid,memdiskfind,syslinux}
|
||||
%dir %{_datadir}/syslinux/dosutil
|
||||
@ -142,6 +143,7 @@ fi
|
||||
%{_datadir}/syslinux/com32/*
|
||||
|
||||
%files extlinux
|
||||
%{_mandir}/man1/extlinux*
|
||||
/sbin/extlinux
|
||||
%config /etc/extlinux.conf
|
||||
|
||||
@ -160,6 +162,21 @@ fi
|
||||
%{_datadir}/syslinux/efi64
|
||||
|
||||
%changelog
|
||||
* Tue Jul 11 2023 zhangpan<zhangpan103@h-partners.com> - 6.04-14
|
||||
- fix CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843
|
||||
|
||||
* Tue May 24 2022 hanhui<hanhui15@h-partners.com> - 6.04-13
|
||||
- package the extlinux* file into the syslinux-extlinux.rpm
|
||||
|
||||
* Mon Apr 18 2022 hanhui<hanhui15@h-partners.com> - 6.04-12
|
||||
- slove duplicate package files
|
||||
|
||||
* Mon Aug 23 2021 yangcheng<yangcheng87@huawei.com> - 6.04-11
|
||||
- Increase perl and gcc dependencies in buildrequires
|
||||
|
||||
* Thu Aug 12 2021 yangcheng<yangcheng87@huawei.com> - 6.04-10
|
||||
- streamline the build dependency and fix the compiling stuck
|
||||
|
||||
* Fri Jul 30 2021 hanhui<hanhui15@huawei.com> - 6.04-9
|
||||
- fix build failed due to gcc-10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user