nixpkgs/pkgs
Matthew Justin Bauer 412e823f29
binutils: disable format hardening
This fails for me:

> compressed_output.cc:320:20: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
>       gold_warning(_("not compressing section data: zlib error"));
>                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ./system.h:40:20: note: expanded from macro '_'
> # define _(String) gettext (String)
>                    ^~~~~~~~~~~~~~~~
> compressed_output.cc:320:20: note: treat the string as an argument to avoid this
>       gold_warning(_("not compressing section data: zlib error"));
>                    ^
>                    "%s",
> ./system.h:40:20: note: expanded from macro '_'
> # define _(String) gettext (String)
                   ^

Disabling format hardening should hopefully be harmless here. If it's a problem we can also make it conditional.

/cc @Ericson2314
2018-06-12 22:54:10 -04:00
..
applications Merge branch 'master' into staging 2018-06-12 20:41:41 +00:00
build-support Merge branch 'master' into staging 2018-06-12 20:41:41 +00:00
common-updater
data fira-mono: update url 2018-06-10 13:21:23 -05:00
desktops mate.mate-desktop: 1.20.1 -> 1.20.3 (#41548) 2018-06-09 23:44:55 +02:00
development binutils: disable format hardening 2018-06-12 22:54:10 -04:00
games gshogi: init at 0.5.1 (#41840) 2018-06-12 12:11:40 +02:00
misc dolphinEmuMaster: Enable Vulkan Dolphin did not have access to the Vulkan libs before, now it does. 2018-06-10 16:24:28 -07:00
os-specific Merge branch 'master' into staging 2018-06-12 20:41:41 +00:00
servers Merge branch 'master' into staging 2018-06-12 20:41:41 +00:00
shells antibody: 3.4.6 -> 3.5.0 (#41746) 2018-06-10 00:14:54 +02:00
stdenv
test tests.cc-wrapper: do not test sanitizers on darwin 2018-06-06 08:01:13 +00:00
tools Merge branch 'master' into staging 2018-06-12 20:41:41 +00:00
top-level Merge branch 'master' into staging 2018-06-12 20:41:41 +00:00