Steffen Winterfeldt
0620ccce49
- Use %autosetup macro: allows us to eliminate usage of deprecated
...
%patchN syntax.
- Normalize all patches to apply as -p1
+ Rebased remove-note-gnu-section.patch
+ Rebased sysmacros.patch
- Rename all *.diff files to *.patch, aligning one a common suffix:
+ syslinux-4.04-align.diff -> syslinux-4.04-align.patch
+ syslinux-4.04-cache_fix.diff -> syslinux-4.04-cache_fix.patch
+ syslinux-4.04-cwd.diff -> syslinux-4.04-cwd.patch
+ syslinux-4.04-gcc10.diff -> syslinux-4.04-gcc10.patch
+ syslinux-4.04-gcc47.diff -> syslinux-4.04-gcc47.patch
+ syslinux-4.04-geometry.diff -> syslinux-4.04-geometry.patch
+ syslinux-4.04-iso9660.diff -> syslinux-4.04-iso9660.patch
+ syslinux-4.04-isohybrid_efi.diff -> syslinux-4.04-isohybrid_efi.patch
+ syslinux-4.04-isohybrid_efi_optional.diff -> syslinux-4.04-isohybrid_efi_optional.patch
+ syslinux-4.04-isohybrid_mbr.diff -> syslinux-4.04-isohybrid_mbr.patch
+ syslinux-4.04-libext2fs.diff -> syslinux-4.04-libext2fs.patch
+ syslinux-4.04-localboot.diff -> syslinux-4.04-localboot.patch
+ syslinux-4.04-lzo.diff -> syslinux-4.04-lzo.patch
+ syslinux-4.04-mboot_bootif.diff -> syslinux-4.04-mboot_bootif.patch
+ syslinux-4.04-md5pass.diff -> syslinux-4.04-md5pass.patch
+ syslinux-4.04-miniacc.diff -> syslinux-4.04-miniacc.patch
+ syslinux-4.04-mtime.diff -> syslinux-4.04-mtime.patch
+ syslinux-4.04-noinitrd.diff -> syslinux-4.04-noinitrd.patch
+ syslinux-4.04-nostrip.diff -> syslinux-4.04-nostrip.patch
+ syslinux-4.04-pie.diff -> syslinux-4.04-pie.patch
+ syslinux-4.04-python3.diff -> syslinux-4.04-python3.patch
+ syslinux-4.04-timeout.diff -> syslinux-4.04-timeout.patch
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=109
2024-06-21 12:26:32 +00:00
Steffen Winterfeldt
de7ca1a7f7
Accepting request 1089159 from home:msmeissn:branches:system:install:head
...
- Build the system installable binaries with RPM_OPT_FLAGS, to allow
utilization of stack-protector and FORTIFY_SOURCE. (bsc#1211640)
OBS-URL: https://build.opensuse.org/request/show/1089159
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=107
2023-11-16 14:34:31 +00:00
Steffen Winterfeldt
7c063f7fe4
Accepting request 898783 from home:wfrisch:branches:system:install:head
...
Link all binaries as Position Independent Executables (bsc#1184124).
+ syslinux-4.04-pie.diff
OBS-URL: https://build.opensuse.org/request/show/898783
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=106
2021-09-30 16:08:01 +00:00
Steffen Winterfeldt
6b1e054506
Accepting request 868912 from home:bmwiedemann:reproducible:test
...
Add syslinux-4.04-reproducible-isohybrid.patch to allow for deterministic iso image creation (boo#1062303)
helps ipxe iso reproducibility.
OBS-URL: https://build.opensuse.org/request/show/868912
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=104
2021-03-15 08:49:24 +00:00
Steffen Winterfeldt
e2b7fa998d
- syslinux-4.04-gcc10.diff: fix gcc10 related issues (bsc#1166605)
...
* -fno-common is now the default
* provide missing strlen() implementation
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=102
2020-03-19 14:28:15 +00:00
Steffen Winterfeldt
253b31943c
- syslinux-4.04-lzo.diff: fix lzo memory aliasing issue (bsc#1125616)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=100
2019-02-18 14:14:13 +00:00
Steffen Winterfeldt
2998b34306
- fix lzo memory aliasing issue (bsc#1125616)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=99
2019-02-18 13:56:21 +00:00
Steffen Winterfeldt
2b36079380
Accepting request 652279 from home:marxin:branches:system:install:head
...
- Add remove-note-gnu-section.patch: strip a newly added section
in order to fulfil ELF size limits expected.
OBS-URL: https://build.opensuse.org/request/show/652279
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=97
2018-11-29 12:59:25 +00:00
Steffen Winterfeldt
b93ca7d303
Accepting request 639400 from home:Andreas_Schwab:Factory
...
- sysmacros.patch: include <sys/sysmacros.h> for major/minor
OBS-URL: https://build.opensuse.org/request/show/639400
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=95
2018-10-29 10:19:58 +00:00
Steffen Winterfeldt
e61ec138b3
- syslinux-4.04-python3.diff: switch to python3 (bsc#1075769)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=93
2018-01-18 12:32:39 +00:00
Steffen Winterfeldt
7afc538724
- switch to python3 (bsc#1075769)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=92
2018-01-18 11:57:41 +00:00
Steffen Winterfeldt
bc4b7ff926
Accepting request 511644 from home:bmwiedemann:branches:system:install:head
...
Add syslinux-4.04-reproducible.patch to sort file lists to fix build-compare (boo#1041090)
OBS-URL: https://build.opensuse.org/request/show/511644
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=90
2017-09-12 08:10:21 +00:00
Steffen Winterfeldt
d27b292415
- added aarch64, ppc64le to baselibs.conf (bsc#982948)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=88
2016-06-03 11:29:44 +00:00
Steffen Winterfeldt
85c6c6741f
- added ppc64le to baselibs.conf
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=87
2016-06-03 08:58:07 +00:00
Steffen Winterfeldt
1d3e94c8e2
- syslinux-4.04-align.diff: fix section alignment (bsc#948445)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=83
2016-03-16 16:52:44 +00:00
Steffen Winterfeldt
df642dfde0
- fix section alignment (bsc#948445)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=82
2016-03-16 12:57:44 +00:00
Steffen Winterfeldt
1ce87b7a3c
- create also s390x package (bsc#964471)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=79
2016-02-16 11:59:33 +00:00
Steffen Winterfeldt
4084b16ad2
- create also s390x package
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=77
2016-02-16 09:23:14 +00:00
Steffen Winterfeldt
c8185e4ee9
Accepting request 358867 from home:rguenther:branches:system:install:head
...
- syslinux-4.04-miniacc.diff: fixup broken conformance tests
OBS-URL: https://build.opensuse.org/request/show/358867
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=76
2016-02-11 15:29:33 +00:00
Steffen Winterfeldt
6f5017d27d
- drop hard dependency on mtools (bsc#943571)
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=74
2015-09-04 08:35:34 +00:00
Steffen Winterfeldt
a3deaa43e5
Accepting request 287260 from home:msmeissn:branches:system:install:head
...
- Do not use gcc-PIE here, lots of assembler (cpuid etc.) that
would be hard to make ready for PIC.
OBS-URL: https://build.opensuse.org/request/show/287260
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=72
2015-02-23 09:40:17 +00:00
Steffen Winterfeldt
18badfc1be
- syslinux-4.04-mtime.diff: don't use timestamps to create a unique id (bnc #915950 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=70
2015-02-04 15:18:32 +00:00
Steffen Winterfeldt
eefd0d0c76
- don't use timestamps to create a unique id (bnc #915950 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=69
2015-02-04 15:01:22 +00:00
Steffen Winterfeldt
743196b93d
- syslinux-4.04-cache_fix.diff: fix memory corruption due to wrong fs cache
...
initialisation (bnc #884181 )
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=67
2014-08-11 13:59:43 +00:00
Steffen Winterfeldt
122fae58a8
- fix memory corruption due to wrong fs cache initialisation (bnc #884181 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=66
2014-08-11 13:53:17 +00:00
Steffen Winterfeldt
ee5e8f19ed
- timeout.diff: fix timeout counter to work more accurate (bnc #691211 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=64
2014-03-24 08:15:58 +00:00
Steffen Winterfeldt
6b72616086
- fix timeout counter to work more accurate (bnc #691211 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=63
2014-03-21 12:11:39 +00:00
Steffen Winterfeldt
ef1e9e68de
- nostrip.diff: don't strip binaries
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=60
2014-03-05 15:24:10 +00:00
Steffen Winterfeldt
37fef98e55
- don't strip binaries
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=59
2014-03-05 15:23:18 +00:00
Steffen Winterfeldt
e8f506f38a
Accepting request 208828 from home:rhafer:branches:system:install:head
...
bnc#852856
OBS-URL: https://build.opensuse.org/request/show/208828
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=56
2013-12-19 09:06:17 +00:00
Stephan Kulow
cae02f492b
Accepting request 162767 from home:namtrac:bugfix
...
- Add Source URL, see https://en.opensuse.org/SourceUrls
OBS-URL: https://build.opensuse.org/request/show/162767
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=54
2013-04-08 08:44:25 +00:00
Steffen Winterfeldt
315b19d9eb
- localboot.diff: -2 boots next disk (bnc #807157 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=52
2013-03-04 13:59:51 +00:00
Steffen Winterfeldt
295a7500ec
- isohybrid_mbr.diff: write only mbr unless explicitly specified otherwise
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=50
2013-03-01 12:34:53 +00:00
Steffen Winterfeldt
e0146823d6
- isohybrid: write only mbr unless explicitly specified otherwise
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=49
2013-02-28 15:02:26 +00:00
Steffen Winterfeldt
e22f5f2c43
- make uefi image optional
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=47
2013-02-18 09:16:32 +00:00
Steffen Winterfeldt
040485488a
- fixed BuildRequires
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=45
2013-02-05 07:17:19 +00:00
Steffen Winterfeldt
a035b01810
- update isohybrid and mbr & gpt boot code with versions from syslinux-5.00
...
- fix gpt code in isohybrid and adjust to create a valid partition table for
our new media layout
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=44
2013-02-04 13:30:17 +00:00
Steffen Winterfeldt
3fcf0716b5
- take headers from libext2fs-devel
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=42
2012-05-31 12:42:37 +00:00
Steffen Winterfeldt
82efca013e
- gcc47 fix: use .init_array section instead of .ctors
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=40
2012-05-15 11:32:25 +00:00
Steffen Winterfeldt
01cecd9ef0
- fix build with latest kernel headers
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=38
2012-05-08 09:22:42 +00:00
Steffen Winterfeldt
642a17fa6c
- take isohybrid from 4.05 (bnc #708043 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=35
2011-07-26 09:48:21 +00:00
Steffen Winterfeldt
7ca906ccc9
- don't use Crypt::PasswdMD5 (bnc #701279 , bnc #475370 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=33
2011-06-22 09:41:58 +00:00
Steffen Winterfeldt
574885ad0b
- fix isohybrid option parsing (bnc #697389 )
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=31
2011-06-09 09:33:38 +00:00
Steffen Winterfeldt
b5bae80bb5
- adrian: mboot: replicate BOOTIF option for all modules
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=29
2011-04-20 09:28:59 +00:00
Steffen Winterfeldt
3dd6174e0d
- handle case where a separate initrd config line is used instead of an
...
initrd= kernel option
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=28
2011-04-19 13:31:54 +00:00
Steffen Winterfeldt
bbba68999e
- update to version 4.04
...
* PXELINUX: Fix handling of unqualified DNS names.
* PXELINUX: Fix timer bug when PXELINUX might be unloaded
(Gene Cumm).
* core/writedec.inc: Fix duplicate declaration and overflow
(Gene Cumm).
* GCC 4.5 fixes.
* sample directory: Fix Makefile include (Gene Cumm).
* ver.com: New universal DOS/COMBOOT application to display
version information (includes DRMK) (Gene Cumm).
* rosh.c32: updated; Using getopt() for internal commands to aid
parsing options; Fix bugs in ls; add warm reboot and echo
(Gene Cumm).
* com32: fix a file descriptor leak.
* gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs
found (Sebastian Herbszt).
* Fix booting on non-partitioned devices.
* MBR, isohybrid: Workaround for a BIOS issue on Acer
Travelmate and possibly other machines.
* COM32: Adding ACPI parsing libary
* HDT: Release 0.4.1 to support ACPI parsing,
improved mutli-core/cpu reporting
* LUA: Updating to 5.1.4-2
* SYSLINUX: core/diskstart.inc: Reset DS after checksum in case
it isn't 0 (Gene Cumm).
* win64: Script update for additional mingw compiler names
(Gene Cumm).
* diag: New directory for diagnostic-related tools. Add a
handoff MBR/VBR and geometry display images (Gene Cumm).
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=26
2011-04-19 08:49:59 +00:00
Steffen Winterfeldt
645ce1e6ec
- update to version 4.03
...
* Major code base changes; all filesystem rewritten in C.
This work was done primarily by Liu Aleaxander (Yuanhan Liu).
* Better support for booting from MBRs which don't pass
handover information.
* EXTLINUX: Try to be smarter about finding the partition
offset.
* chain.c32: support chainloading Dell Real Mode Kernel (Gene
Cumm).
* chain.c32: fix booting in CHS mode.
* Fix the -s option to the syslinux/extlinux installer (Arwin
Vosselman).
* isohybrid: fix padding of large images (PJ Pandit).
* SYSLINUX: correctly handle the case where the -d option is
specified with a non-absolute path, i.e. "syslinux -d
syslinux" instead of "syslinux -d /syslinux".
* ISOLINUX: recognize the directory names /boot/syslinux and
/syslinux, and the filename syslinux.cfg in addition to the
isolinux-specific names. Thus, "syslinux.cfg" is now a
generic name, whereas "isolinux.cfg" or "extlinux.conf" is
specific to different derivative.
* chain.c32: support setting alternate config filename for
stage2 of GRUB Legacy (Gert Hulselmans).
* whichsys.c32: execute specific command, based on Syslinux
bootloader variant (Gert Hulselmans).
* lua.c32: a lot of new bindings added to the "syslinux"
namespace: VESA, PCI, DMI, kernel loading (Marcel Ritter).
* btrfs: print a comprehensive error message if compressed or
encrypted files are encountered (neither is currently
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=25
2011-04-18 16:02:08 +00:00
OBS User autobuild
c059874482
Accepting request 38954 from system:install:head
...
checked in (request 38954)
OBS-URL: https://build.opensuse.org/request/show/38954
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=24
2010-04-28 20:29:50 +00:00
Steffen Winterfeldt
6b724cde40
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=23
2010-04-27 16:00:09 +00:00
OBS User buildservice-autocommit
f8d364b2a7
Updating link to change in openSUSE:Factory/syslinux revision 25.0
...
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=361814c59c517985b2d8ccea057ef4f5
2010-04-20 00:23:02 +00:00