Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0eaf81ba0a
!53 [sync] PR-50: fix CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-07-12 01:44:07 +00:00
zhangpan
5e8d101f4d fix CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843
(cherry picked from commit fb27200e9d05dc624797c4dbd46ca0ca6873b0aa)
2023-07-11 19:03:55 +08:00
openeuler-ci-bot
17c9c76392
!49 [sync] PR-47: package the extlinux* file into the syslinux-extlinux.rpm
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-05-24 06:08:48 +00:00
shirely16
e6415d7d71 package the extlinux* file into the syslinux-extlinux.rpm
(cherry picked from commit 98583865458717e025585a6530d3c825c0785bd0)
2022-05-24 10:48:07 +08:00
openeuler-ci-bot
b25d5e8bbb
!42 [sync] PR-36: slove duplicate package files
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-18 11:41:06 +00:00
shirely16
c5285412aa slove duplicate package files
(cherry picked from commit f1aa656012d2f7adcf0f076da84d8e92fccd10b5)
2022-04-18 16:01:48 +08:00
openeuler-ci-bot
d4f2992904
!41 [sync] PR-26: Increase perl and gcc dependencies in buildrequires
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-18 07:59:00 +00:00
yangcheng1203
b4a4fb3077 increase gcc and perl dependencies
(cherry picked from commit 0c127bc1e83c8ceaefd3c211b74ee4b721f40e9a)
2022-04-18 15:42:13 +08:00
openeuler-ci-bot
8526158efb
!37 [sync] PR-24: Streamline the build dependencies and fix the compiling stuck
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-18 07:33:29 +00:00
yangcheng1203
e75ee5572c streamline the build dependency
(cherry picked from commit e35469b03bbcfe05c9630ef5190c6089734a4835)
2022-04-18 11:48:29 +08:00
2 changed files with 6502 additions and 3 deletions

6482
backport-zlib-update.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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