Commit graph

13 commits

Author SHA1 Message Date
R. RyanTM 355cb1f451 clib: 1.11.3 -> 1.11.4 2020-07-24 15:28:37 +00:00
R. RyanTM 1b89cdddcf clib: 1.11.2 -> 1.11.3 2020-05-04 21:40:20 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
R. RyanTM 4f1a4ba3cb clib: 1.8.1 -> 1.11.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clib/versions
2019-09-26 02:18:52 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 2729373cd1 clib: 1.8.0 -> 1.8.1 (#46292)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clib/versions
2018-09-07 19:19:10 +02:00
mimadrid 8e178502e5
clib: 1.7.0 -> 1.8.0 2017-08-12 20:39:32 +02:00
Robin Gloster 5185bc1773 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
William Casarin c81b4cde58 clib: 1.4.2 -> 1.7.0 (#16656) 2016-07-02 12:46:57 +02: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 ea84b3a915 clib: turn off fortify hardening 2016-02-19 21:15:59 +00:00
William Casarin 634d9eb4c1 clib: a micro-package manager for C 2015-06-23 00:35:03 -07:00