summary refs log tree commit diff
path: root/pkgs/tools/security/nsjail
Commit message (Collapse)AuthorAge
* nsjail: fix bison link errorFélix Baylac-Jacqué2021-04-23
| | | | | | | | | | | | | | | | | The nsjail build has been broken since the 3.7.5 bison bump: /nix/store/(...)/bin/ld: kafel/libkafel.a(libkafel.o): in function `kafel_yyerror': arm_syscalls.c:(.text+0x6833): undefined reference to `YYUSE' The issue is coming from kafel and has been fixed upstream. More infos at: https://github.com/google/kafel/pull/28. Kafel being distributed through a git submodule in the nsjail repo, we can't directly fetchpatch the fix from Github. We had to manually modify the said patch to add a /kafel prefix. We'll need to remove this patch for the next nsjail version bump.
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* 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
* nsjail: 2.9 -> 3.0Artur Cygan2020-07-23
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* nsjail: 2.8 -> 2.9Will Dietz2019-09-16
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* nsjail: fix path to new{u|g}idmap (#51523)Renaud2018-12-04
|
* nsjail: 2.7 -> 2.8c0bw3b2018-11-24
| | | | Changelog: https://github.com/google/nsjail/releases/tag/2.8
* nsjail: 2.2 -> 2.7 (#48024)Renaud2018-10-10
|
* nsjail: 2.1 -> 2.2Renaud2017-11-04
| | | plus fixed meta.license which should be Apache License 2.0
* nsjail: git-2015-08-10 -> 2.1Renaud2017-10-22
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* nsjail: init at 8b951e6Boris Sukholitko2015-08-10