Commit Graph

143089 Commits

Author SHA1 Message Date
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
Orivej Desh
7f3de60758 Merge branch 'master' into staging
* master: (161 commits)
  pcsclite: clean up after #41790
  tor: 0.3.3.6 -> 0.3.3.7
  opae: init at 1.0.0
  tinc: 1.0.33 -> 10.0.34
  tinc_pre: 1.1pre15 -> 1.1pre16
  sit: 0.3.2 -> 0.4.0 (#41863)
  platforms/raspberrypi: enable kernelAutoModules
  libupnp: 1.6.21 -> 1.8.3 (#41684)
  androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17
  tdesktop: 1.3.0 -> 1.3.7
  gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7
  aws-sam-cli: init at 0.3.0 (#41877)
  nixos/nat: optional networking.nat.externalInterface (#41864)
  linux: 4.17 -> 4.17.1
  linux: 4.16.14 -> 4.16.15
  linux: 4.14.48 -> 4.14.49
  nixos/unbound: add restart (#41885)
  maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883)
  gshogi: init at 0.5.1 (#41840)
  neovim: add missing libiconv
  ...
2018-06-12 20:41:41 +00:00
Orivej Desh
4d5565e87e pcsclite: clean up after #41790 2018-06-12 20:41:22 +00:00
Orivej Desh
2ed34da4ce Revert "pcsclite: fix URL for debian move to gitlab"
This reverts commit c256347cee on staging.

The issue was fixed on master in #41790 (aa18847e00)

Closes #41869
2018-06-12 20:37:36 +00:00
Joachim Fasting
e701948f5a
tor: 0.3.3.6 -> 0.3.3.7 2018-06-12 22:33:33 +02:00
Matthew Justin Bauer
3320b5d1c1
Merge pull request #41810 from ElvishJerricco/fix-aliases-self-refs
Fix aliases.nix using the wrong self refs.
2018-06-12 16:15:32 -04:00
Jörg Thalheim
a7a53d0fea
Merge pull request #41899 from Lassulus/tinc_stable
tinc: 1.0.33 -> 10.0.34
2018-06-12 21:04:33 +01:00
Austin Seipp
5f116f189e opae: init at 1.0.0
OPAE is a software toolchain and for integration and use of programmable
accelerators, currently supporting Intel Arria 10 and Stratix 10 FPGAs.

This package only contains the userspace software SDK tools and C
libraries -- not the OPAE Linux drivers.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-12 14:56:48 -05:00
Jörg Thalheim
d9d01b5acc
Merge pull request #41897 from Lassulus/tinc_pre
tinc_pre: 1.1pre15 -> 1.1pre16
2018-06-12 20:55:38 +01:00
lassulus
1677759a7b tinc: 1.0.33 -> 10.0.34 2018-06-12 21:21:11 +02:00
lassulus
eb6189e154 tinc_pre: 1.1pre15 -> 1.1pre16 2018-06-12 21:15:48 +02:00
Will Fancher
9555fd700d aliases: fix using the wrong self refs 2018-06-12 18:05:42 +00:00
Yurii Rashkovskii
f45fd23bd1 sit: 0.3.2 -> 0.4.0 (#41863) 2018-06-12 19:55:33 +02:00
Ben Wolsieffer
7cb01d58b2 platforms/raspberrypi: enable kernelAutoModules 2018-06-12 20:44:23 +03:00
Andreas Rammhold
a964d29f49
Merge pull request #41815 from Gerschtli/fix/dwm-status
dwm-status: add xsetroot and alsaUtils as runtime deps
2018-06-12 19:34:19 +02:00
R. RyanTM
ce0f4a1b93 libupnp: 1.6.21 -> 1.8.3 (#41684)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libupnp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.3 with grep in /nix/store/ymhnn5lpxcs62nkzd1m42yaqqa7iwy66-libupnp-1.8.3
- directory tree listing: https://gist.github.com/c259447b3ed649aa6f8b474103c44f2c
- du listing: https://gist.github.com/4c95913fe86ccf5adf874748002bc31d
2018-06-12 19:09:43 +02:00
Frederik Rietdijk
a8765ad7b5
Merge pull request #41839 from Assassinkin/deap
pythonPackages.deap: init at 1.2.2
2018-06-12 18:25:22 +02:00
Jörg Thalheim
67d00a4a1a
Merge pull request #41845 from dotlambda/borgbackup-1.1.6
borgbackup: 1.1.5 -> 1.1.6
2018-06-12 15:15:24 +01:00
Michael Weiss
fb5e8a87a0 androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17 2018-06-12 15:55:58 +02:00
Michael Weiss
92ab620a4c tdesktop: 1.3.0 -> 1.3.7
tdesktopPackages.preview: 1.3.4 -> 1.3.7
2018-06-12 15:49:10 +02:00
Michael Weiss
499a9dabaa gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7 2018-06-12 15:40:49 +02:00
Andrea Bedini
35191af2e6 aws-sam-cli: init at 0.3.0 (#41877) 2018-06-12 15:15:06 +02:00
volth
d79a5057d3 nixos/nat: optional networking.nat.externalInterface (#41864)
to prevent "cannot coerce null to string" raise before the assertions are checked
2018-06-12 15:14:15 +02:00
Tim Steinbach
91cda44cf9
linux: 4.17 -> 4.17.1 2018-06-12 08:55:21 -04:00
Tim Steinbach
388b57ac87
linux: 4.16.14 -> 4.16.15 2018-06-12 08:55:05 -04:00
Tim Steinbach
f077e5f87c
linux: 4.14.48 -> 4.14.49 2018-06-12 08:54:55 -04:00
volth
b25a2c9614 nixos/unbound: add restart (#41885) 2018-06-12 14:29:25 +02:00
Jörg Thalheim
dbdad4b44b maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883) 2018-06-12 14:21:56 +02:00
Simon Lackerbauer
6fb9d1121a gshogi: init at 0.5.1 (#41840) 2018-06-12 12:11:40 +02:00
Jörg Thalheim
da8920622a
Merge pull request #41837 from Assassinkin/pynisher_1
pythonPackages.pynisher: init at 0.4.2
2018-06-12 10:58:40 +01:00
Jörg Thalheim
fdf39a48b9
Merge pull request #41867 from dywedir/hyperfine
hyperfine: 1.0.0 -> 1.1.0
2018-06-12 10:55:00 +01:00
Frederik Rietdijk
cfdab10bb9
Merge pull request #41862 from Assassinkin/spglib
pythonPackages.spglib: init at 1.10.3.65
2018-06-12 11:44:07 +02:00
Jörg Thalheim
9c52c7cbd2
Merge pull request #41878 from jyp/tf-fix-patchelf
python.pkgs.tensorflow: repair postFixup phase
2018-06-12 10:41:26 +01:00
Jörg Thalheim
447ae89dac
Merge pull request #41870 from dtzWill/update/diffoscope-95
diffoscope: 91 -> 95
2018-06-12 10:40:15 +01:00
Jörg Thalheim
4c9a3a0d7d
Merge pull request #41881 from colemickens/cmpkgs_azure_qemu
azure: stop carrying qemu-220 patch
2018-06-12 10:35:03 +01:00
Jörg Thalheim
552d0797b2
Merge pull request #41873 from colemickens/master
neovim: 0.2.2 -> 0.3.0
2018-06-12 10:27:46 +01:00
Jörg Thalheim
b494ef4db6 neovim: add missing libiconv 2018-06-12 10:16:55 +01:00
Cole Mickens
a44a9fdad6 azure: stop carrying qemu-220 patch 2018-06-12 02:06:03 -07:00
Jean-Philippe Bernardy
7e1f9da6bc python.packages.tensorflow: repair postFixup phase
Remove an extra dot.
Fixes #41163
2018-06-12 09:11:56 +02:00
lewo
b224bc1d2b
Merge pull request #41868 from ldub/master
go-ethereum: 1.8.8 -> 1.8.10
2018-06-12 08:57:22 +02:00
adisbladis
04d3e130b8
pythonPackages.warrant: Fix compat with pip 10
Fixes #41866
2018-06-12 14:10:29 +08:00
Cole Mickens
47348e20d1 neovim: 0.2.2 -> 0.3.0 2018-06-11 17:43:18 -07:00
Will Dietz
0eb9b21f70 diffoscope: 91 -> 95 2018-06-11 17:58:45 -05:00
Lev
3808c0a762 go-ethereum: 1.8.8 -> 1.8.10 2018-06-11 15:56:55 -07:00
Matthew Justin Bauer
4b649a99d8
openzwave: disable format hardening
Closes #41865

Thanks to @cawilliamso
2018-06-11 18:55:44 -04:00
Vladyslav Mykhailichenko
8df3b7225f hyperfine: 1.0.0 -> 1.1.0 2018-06-12 01:10:56 +03:00
xeji
cd550dcb66
Merge pull request #41851 from oxij/pkgs/tor-browser
tor-browser: 52.8.0esr-7.5-1 -> 52.8.1esr-7.5-1
2018-06-11 23:47:38 +02:00
R. RyanTM
fe8c812b47 guake: 3.2.1 -> 3.2.2 (#41705)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/guake/versions.

These checks were done:

- built on NixOS
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/guake passed the binary check.
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/..guake-wrapped-wrapped passed the binary check.
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/.guake-wrapped passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 3.2.2 with grep in /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2
- directory tree listing: https://gist.github.com/f55ea51bdc3ebebdb32210c0cae4f235
- du listing: https://gist.github.com/6b55cea09584855b2518fdc90469b1bf
2018-06-11 23:12:15 +02:00
R. RyanTM
c41705f87c fvwm: 2.6.7 -> 2.6.8 (#41565)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fvwm/versions.

These checks were done:

- built on NixOS
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm2 passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-perllib passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-convert-2.6 passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-xlock passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-directory passed the binary check.
- Warning: no invocation of /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-desktop had a zero exit code or showed the expected version
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-headlines passed the binary check.
- Warning: no invocation of /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/xpmroot had a zero exit code or showed the expected version
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/FvwmCommand passed the binary check.
- Warning: no invocation of /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-root had a zero exit code or showed the expected version
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-config passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-bug passed the binary check.
- 10 of 13 passed binary check by having a zero exit code.
- 3 of 13 passed binary check by having the new version present in output.
- found 2.6.8 with grep in /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8
- directory tree listing: https://gist.github.com/94e21d8ab3a4808980c94f1fbb20f1b6
- du listing: https://gist.github.com/6db3d3e079f7808b93a1bbc20e5f396e
2018-06-11 23:11:02 +02:00
R. RyanTM
04f22d19ab talloc: 2.1.12 -> 2.1.13 (#41659)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/talloc/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.1.13 with grep in /nix/store/dh0bxr8awamjll8i560hmvb4af9rwaqm-talloc-2.1.13
- directory tree listing: https://gist.github.com/46726887933b375281d7cb71039f3e5d
- du listing: https://gist.github.com/f8d42f485b4878cfa49f7d617c9f7242
2018-06-11 23:05:30 +02:00