summary refs log tree commit diff
path: root/pkgs/os-specific/linux/paxctl
Commit message (Collapse)AuthorAge
* 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
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* paxctl: Fix cross and Darwin buildsJohn Ericson2018-09-26
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson2017-09-14
| | | | Bootstrap tools has since been bumped
* 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
* bootstrap env: disable stackprotector hardening until gcc >=4.9Robin Gloster2016-02-22
|
* gradm, paxctl, pax-utils: unmaintainRicardo M. Correia2015-10-05
|
* Merge recent master into stagingVladimír Čunát2014-09-13
| | | | Hydra nixpkgs: ?compare=1151601
* stdenv: Move paxmark function to paxctl's setup hookEelco Dolstra2014-08-09
|
* paxctl: Update from 0.7 -> 0.8Ricardo M. Correia2014-05-06
|
* paxctl: Use http instead of httpsRicardo M. Correia2014-02-28
| | | | | This is needed since paxctl is going to be added to stdenv but early stdenv curl does not support https.
* gradm, pax-utils, paxctl: Add myself as a maintainerRicardo M. Correia2014-02-22
|
* paxctl: Fix URLRicardo M. Correia2014-02-22
|
* grsecurity: add paxctl-0.7Austin Seipp2014-02-21
Signed-off-by: Austin Seipp <aseipp@pobox.com>