summary refs log tree commit diff
path: root/pkgs/os-specific/linux/jool
Commit message (Collapse)AuthorAge
* jool: prepend kernel.makeFlags to makeFlagsNick Cao2022-03-07
|
* jool: 4.1.6 -> 4.1.7Joel2022-02-27
| | | | Also add missing license.
* treewide: rename name to pname&versionFelix Buehler2022-01-22
|
* linuxPackages.jool: 4.1.5 -> 4.1.6Alyssa Ross2022-01-10
| | | | This release adds Linux 5.16 compatibility.
* jool: 4.0.9 -> 4.1.5Franz Pletz2021-07-28
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* 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
* jool: 4.0.5 -> 4.0.9Georg Haas2020-06-07
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* linuxPackages.jool: 4.0.0 -> 4.0.5Robin Gloster2019-09-25
|
* jool: removed kernel version assertionembr2019-04-20
| | | | I don't think this really makes sense, because upstream doesn't list any constraints on supported kernel versions, and worst case it'll just fail to build.
* jool: unstable-20180706 -> 4.0.0embr2019-04-20
|
* linuxPackages.jool: 3.5.7 -> unstable-20180706 (#47284)xeji2018-09-28
| | | | | 3.5.7 doesn't build with kernel 4.14.71. Needs most recent upstream revision to build, which supports kernels up to 4.17.
* jool: add licenseMarkus Kowalewski2018-08-30
|
* jool: 3.5.4 -> 3.5.7Franz Pletz2018-07-15
|
* fix source root locations.Piotr Bogdan2017-11-02
| | | | | | | | | | These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* jool: 3.5.3 -> 3.5.4Franz Pletz2017-08-01
|
* jool: 3.5.2 -> 3.5.3Franz Pletz2017-03-28
|
* linuxPackages.jool: only supported on linux < 4.10Franz Pletz2017-02-28
| | | | cc #23253
* jool: 3.5.0 -> 3.5.2Franz Pletz2017-02-24
|
* jool: 3.4.5 -> 3.5.0Franz Pletz2016-10-03
|
* linuxPackages.jool: 3.4.4 -> 3.4.5Franz Pletz2016-09-25
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
|\
| * jool: 3.4.2 -> 3.4.4Franz Pletz2016-08-10
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
|\|
| * jool: mark broken for kernel versions > 4.3Joachim Fasting2016-03-26
| | | | | | | | | | All hydra builds for kernel version >4.3 fail; the build failure indicates changes to the kernel API used by the package.
* | 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
* | switch hardening flagsRobin Gloster2016-01-30
| |
* | Use a hardened stdenv by defaultFranz Pletz2016-01-30
|/
* jool: 3.3.2 -> 3.4.2, fixes #11299Franz Pletz2015-12-01
|
* jool: init at 3.3.2Franz Pletz2015-07-12
Jool is a SIIT and a NAT64 implementation for Linux.