Compare commits
10 Commits
7bdc8989d9
...
3b124b5b58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b124b5b58 | ||
|
|
c182340e80 | ||
|
|
d9f93dd822 | ||
|
|
9788e069cd | ||
|
|
7f2318a9d7 | ||
|
|
fb27200e9d | ||
|
|
1cc0622e98 | ||
|
|
9858386545 | ||
|
|
d68cd61fb4 | ||
|
|
f1aa656012 |
72223
backport-libpng-update-to-1.6.36.patch
Normal file
72223
backport-libpng-update-to-1.6.36.patch
Normal file
File diff suppressed because it is too large
Load Diff
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,7 +2,7 @@
|
||||
|
||||
Name: syslinux
|
||||
Version: 6.04
|
||||
Release: 11
|
||||
Release: 16
|
||||
License: GPLv2+
|
||||
Summary: The Syslinux boot loader collection
|
||||
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
|
||||
@ -26,6 +26,8 @@ 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
|
||||
Patch0008: backport-libpng-update-to-1.6.36.patch
|
||||
|
||||
%description
|
||||
The Syslinux Project covers lightweight bootloaders for MS-DOS FAT filesystems (SYSLINUX),
|
||||
@ -121,7 +123,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 +144,7 @@ fi
|
||||
%{_datadir}/syslinux/com32/*
|
||||
|
||||
%files extlinux
|
||||
%{_mandir}/man1/extlinux*
|
||||
/sbin/extlinux
|
||||
%config /etc/extlinux.conf
|
||||
|
||||
@ -160,34 +163,51 @@ fi
|
||||
%{_datadir}/syslinux/efi64
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2021 yangcheng<yangcheng87@huawei.com> - 6.04-11
|
||||
* Thu Aug 29 2024 lingsheng <lingsheng1@h-partners.com> - 6.04-16
|
||||
- update libpng 1.6.36 to fix CVE-2011-2501 CVE-2011-2690 CVE-2011-2691
|
||||
- CVE-2011-2692 CVE-2011-3045 CVE-2011-3048 CVE-2012-3425 CVE-2015-7981
|
||||
- CVE-2015-8126 CVE-2015-8472 CVE-2015-8540 CVE-2016-10087 CVE-2017-12652
|
||||
|
||||
* Thu Aug 01 2024 lingsheng <lingsheng1@h-partners.com> - 6.04-15
|
||||
- Clean changelog format, fix yaml
|
||||
|
||||
* 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
|
||||
* 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
|
||||
* Fri Jul 30 2021 hanhui <hanhui15@huawei.com> - 6.04-9
|
||||
- fix build failed due to gcc-10
|
||||
|
||||
* Fri Jul 16 2021 hanhui<hanhui15@huawei.com> - 6.04-8
|
||||
* Fri Jul 16 2021 hanhui <hanhui15@huawei.com> - 6.04-8
|
||||
- solves the problem of compiling stuck
|
||||
|
||||
* Sat Mar 20 2021 hanhui<hanhui15@huawei.com> - 6.04-7
|
||||
* Sat Mar 20 2021 hanhui <hanhui15@huawei.com> - 6.04-7
|
||||
- slove the problem of security scanning of options
|
||||
|
||||
* Sun Feb 7 2021 jinzhimin<jinzhimin2@huawei.com> - 6.04-6
|
||||
* Sun Feb 7 2021 jinzhimin <jinzhimin2@huawei.com> - 6.04-6
|
||||
- add patch to replace builtin strlen
|
||||
|
||||
* Mon Mar 2 2020 songnannan<songnannan2@huawei.com> -6.04-5
|
||||
* Mon Mar 2 2020 songnannan <songnannan2@huawei.com> - 6.04-5
|
||||
- change the path of file
|
||||
|
||||
* Mon Mar 2 2020 songnannan<songnannan2@huawei.com> - 6.04-4
|
||||
* Mon Mar 2 2020 songnannan <songnannan2@huawei.com> - 6.04-4
|
||||
- change files
|
||||
|
||||
* Mon Mar 2 2020 songnannan<songnannan2@huawei.com> - 6.04-3
|
||||
* Mon Mar 2 2020 songnannan <songnannan2@huawei.com> - 6.04-3
|
||||
- add sample.msg file to help package
|
||||
|
||||
* Mon Mar 2 2020 songnannan<songnannan2@huawei.com> - 6.04-2
|
||||
* Mon Mar 2 2020 songnannan <songnannan2@huawei.com> - 6.04-2
|
||||
- change the mingw64-gcc to gcc in buildrequires
|
||||
|
||||
* Thu Feb 27 2020 Ling Yang <lingyang2@huawei.com> - 6.04-1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://repo.or.cz/syslinux.git
|
||||
tag_prefix: syslinux-
|
||||
seperator: .
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user