summary refs log tree commit diff
path: root/pkgs/os-specific/linux/syslinux
Commit message (Collapse)AuthorAge
* treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*Sandro Jäckel2021-07-14
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* syslinux: fix build on gcc10Lucas Ransan2020-12-28
|
* syslinux: make reproducibleajs1242020-07-02
|
* syslinux: fix #86846: build on i6861242020-05-05
| | | | | | | vcunat tried tests.boot.biosCdrom.i686-linux - after small local modification to make that attribute even exist. Installed file list also looks fine in comparison with state before the breaking change; hopefully it will work just fine.
* syslinux: fix UEFI supportajs1242020-05-03
|
* Merge pull request #84551 from gnprice/pr-stripDebugListMaximilian Bosch2020-04-14
|\ | | | | treewide: Fix types of stripDebugList attrs (and fix doc)
| * treewide: Fix up stripDebugList attrs to be lists.Greg Price2020-04-06
| | | | | | | | | | | | | | | | | | | | | | The documentation says this should be a list, and it already is in about half the expressions that set it. The difference doesn't matter at present, because these values are all space-free literals. But it will in a future with __structuredAttrs . (The similar attr stripAllList has no users in the nixpkgs tree, so there's nothing to do to fix any of those up.)
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* 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