summary refs log tree commit diff
path: root/pkgs/os-specific/linux/syslinux
Commit message (Collapse)AuthorAge
* syslinux: 2015-11-09 -> 2019-02-07Luka Blaskovic2020-01-19
|
* treewide: remove redundant recvolth2019-08-28
|
* syslinux: fix build with new binutilsVladimír Čunát2019-02-19
| | | | Also fix the URL of the other patch.
* Revert "syslinux: 2015-11-09 -> 2019-02-07"Vladimír Čunát2019-02-19
| | | | | | This reverts commit 0b49d5dd687a540c259400c1082ea660b9b9961a #55500. I'm sorry, I'm unable to fix the build quickly in other way than atop the older version. Certainly feel free to improve the approach.
* syslinux: 2015-11-09 -> 2019-02-07Samuel Dionne-Riel2019-02-09
|
* syslinux: Adds @samueldr as maintainerSamuel Dionne-Riel2019-02-09
|
* syslinux: make tests run, but disableJan Malakhovski2018-08-11
|
* syslinux: Slim down closure sizeTuomas Tynkkynen2018-05-25
|
* syslinux: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60930963
* syslinux: fix invalid use of substituteInPlaceThomas Tuegel2017-07-21
| | | | | substituteInPlace was invoked with multiple targets on the command line, which is not supported.
* syslinux: fixup build via a Debian patchVladimír Čunát2017-03-13
| | | | It stopped working probably since binutils update.
* syslinux: disable fortify hardeningRobin Gloster2016-04-03
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* syslinux: turn off stackprotector/pic hardeningRobin Gloster2016-02-12
|
* syslinux: fix missing mtools dependencyJakob Gillich2015-12-09
| | | | closes #11472
* syslinux: 6.03 -> 2015-11-09William A. Kennington III2015-11-14
|
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* syslinux: Disable parallel buildingTuomas Tynkkynen2015-10-26
| | | | | | Unfortunately I lost the exact failure, but it was something starting with 'No rule to make target: ...', which suggests missing dependencies between generated source files.
* syslinux: Strip static librariesEelco Dolstra2015-10-14
| | | | This prevents a retained dependency on gcc.
* syslinux: Fix failed loading on gcc5William A. Kennington III2015-07-06
|
* Revert "syslinux: disable parallel building"Vladimír Čunát2014-11-05
| | | | | | The change fixed nothing. I'm sorry, I confused the platforms when testing. The actual problem was fixed by peti. This reverts commit e682e8018c004639f2c977fa9499af22dd992710.
* syslinux: update from 6.02 to 6.03Evgeny Egorochkin2014-11-03
|
* syslinux: disable parallel buildingVladimír Čunát2014-11-03
| | | | | | | It started breaking on master and staging, e.g. http://hydra.nixos.org/build/16663521 . Related: #3007.
* syslinux: Update 4.07 -> 6.02William A. Kennington III2014-06-24
|
* syslinux: update from 4.06 to 4.07Nixpkgs Monitor2013-12-31
|
* syslinux: Update to 4.06 and fix buildEelco Dolstra2013-01-28
| | | | http://hydra.nixos.org/build/3890519
* Advance syslinux version to 4.03.Karn Kallio2011-02-10
| | | | | | Also fix hardcoded /usr/bin/perl. svn path=/nixpkgs/trunk/; revision=25878
* * Syslinux updated to 4.02.Eelco Dolstra2010-08-06
| | | | svn path=/nixpkgs/trunk/; revision=23017
* * Rewrite all the kernel.org URLs to mirror://kernel/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9202
* * Fix URL.Eelco Dolstra2007-08-09
| | | | svn path=/nixpkgs/trunk/; revision=9075
* * Syslinux 3.35.Eelco Dolstra2007-02-07
| | | | svn path=/nixpkgs/trunk/; revision=7874
* * Syslinux updated to 3.31.Eelco Dolstra2007-01-22
| | | | | | | * Some uber-ugly hacks to get it to build on x86_64 with a non-32-bit enabled GCC. svn path=/nixpkgs/trunk/; revision=7756
* * Fix some URLs.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6714
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* whoops, don't forget a default.nix...Armijn Hemel2006-08-28
| | | | svn path=/nixpkgs/trunk/; revision=6299
* 3.20 needs different patchArmijn Hemel2006-08-28
| | | | svn path=/nixpkgs/trunk/; revision=6298
* download location has changedArmijn Hemel2006-08-28
| | | | svn path=/nixpkgs/trunk/; revision=6293
* new version of syslinux, 3.10 already fixed gcc 4 fixes...Armijn Hemel2006-06-23
| | | | svn path=/nixpkgs/trunk/; revision=5503
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* use generic builder insteadArmijn Hemel2005-07-31
| | | | svn path=/nixpkgs/trunk/; revision=3479
* patch to correct installpaths (untested yet)Armijn Hemel2005-07-30
| | | | svn path=/nixpkgs/trunk/; revision=3478
* add builder and expression for syslinux. "make install" still barfs, needs ↵Armijn Hemel2005-07-25
patching... svn path=/nixpkgs/trunk/; revision=3430