summary refs log tree commit diff
path: root/pkgs/os-specific/linux/paxctl
Commit message (Collapse)AuthorAge
* 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>