Commit graph

15 commits

Author SHA1 Message Date
Robin Gloster f60c9df0ba Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-28 15:16:29 +00:00
Joachim Fasting 8f261d717d accelio: mark as broken on grsec kernels
All hydra builds against grsec kernels fail.
2016-03-27 01:44:16 +01:00
Joachim Fasting 74838cd03d accelio: kernel 4.2 is the most recent supported kernel
All Hydra builds on more recent kernels fail; from reading
the accelio documentation, I get the impression that 4.2 is
the most recent supported kernel version.
2016-03-26 20:16:28 +01:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
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
2016-03-05 18:55:26 +01:00
Robin Gloster 77c020f754 linuxPackages.accelio: turn off pic/format hardening 2016-02-12 02:21:37 +00:00
Tobias Geerinckx-Rice 464f327aa6 Move some excess description to longDescription 2016-01-12 03:08:10 +01:00
William A. Kennington III ddbb174bb0 accelio: 2015-08-30 -> 1.5 2015-11-05 18:28:29 -08:00
Domen Kožar 1819011291 Revert "accelio: enable tests"
This reverts commit 8b663509b1.

Fails to build kernel modules.
2015-09-04 18:47:40 +02:00
Daniel Fox Franke 8b663509b1 accelio: enable tests
The patch committed with 88471b684e6544da7691937a9b68cefa49d260d5
makes them work again.
2015-09-03 20:20:53 -04:00
Daniel Fox Franke 3129142f80 accelio: fix i686-linux build
* Compile with gcc5 to avoid the compiler bug described in
  https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02560.html

* Add a patch to fix the many incorrect printf format specifiers and
  other sloppy type conversions that gcc5 catches and warns on
  (erroring out due to -Werror).
2015-09-03 20:20:53 -04:00
William A. Kennington III 04fe1dfe3a accelio: 2015-07-28 -> 2015-08-30 2015-09-01 00:26:20 -07:00
William A. Kennington III a7abfaff2a accelio: 1.4 -> 2015-07-28 2015-07-29 18:15:08 -07:00
William A. Kennington III 42bd1dc12f accelio: 1.3 -> 1.4 2015-06-24 17:51:07 -07:00
William A. Kennington III fccee5c58b accelio: Fix patch 2015-04-22 12:35:21 -07:00
William A. Kennington III 2ac2d94286 accelio: Add derivation 2015-04-21 20:59:16 -07:00