Commit graph

178172 commits

Author SHA1 Message Date
Sarah Brofeldt
fabe630921
Merge pull request #60148 from elitak/ipfs-bump
ipfs: 0.4.19 -> 0.4.20
2019-04-27 08:02:06 +02:00
Andrew Childs
a219e53504 acme.sh: use iproute on linux and netstat elsewhere
Fixes Darwin build.
2019-04-27 14:54:24 +09:00
Anders Kaseorg
27d13628ee pytorch: Move cudatoolkit to nativeBuildInputs
nvcc must be available in PATH at build time; otherwise CUDA support
will be disabled.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-04-27 07:49:42 +02:00
Robert Schütz
a416ef58b7 python.pkgs.pg8000: does not support Python 2.7 (#60220)
* python.pkgs.pg8000: does not support Python 2.7

* python3.pkgs.pg8000: update propagatedBuildInputs
2019-04-27 07:47:37 +02:00
Robert Scott
900dfa2705 pythonPackages.ezdxf: 0.8.8 -> 0.9
also disable for python <3.5 as upstream has dropped support
2019-04-27 07:46:59 +02:00
Robert Scott
d40894cbea pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.

this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Robert Scott
4c49c02073 pythonPackages.box2d: fix build by moving swig2 to nativeBuildInputs 2019-04-27 07:45:53 +02:00
Will Dietz
73b0114f70 kdeconnect: 1.3.3 -> 1.3.4 2019-04-27 07:44:38 +02:00
R. RyanTM
a813ebf9c8 argyllcms: 2.0.1 -> 2.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/argyllcms/versions
2019-04-27 07:42:30 +02:00
R. RyanTM
e6f1253c05 augeas: 1.11.0 -> 1.12.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/augeas/versions
2019-04-27 07:42:05 +02:00
R. RyanTM
362eb6daa8 armadillo: 9.200.8 -> 9.300.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/armadillo/versions
2019-04-27 07:41:48 +02:00
R. RyanTM
e4e9b5b1b4 crispyDoom: 5.5.1 -> 5.5.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/crispy-doom/versions
2019-04-27 07:40:33 +02:00
R. RyanTM
24ab7ff3e0 libmysofa: 0.6 -> 0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmysofa/versions
2019-04-27 07:39:53 +02:00
R. RyanTM
e1502a8be2 zabbix-cli: 1.7.0 -> 2.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zabbix-cli/versions
2019-04-27 07:37:14 +02:00
R. RyanTM
416a77d2f8 freeradius: 3.0.17 -> 3.0.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freeradius/versions
2019-04-27 07:36:33 +02:00
R. RyanTM
d76507fc19 flatpak-builder: 1.0.5 -> 1.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-04-27 07:36:17 +02:00
Will Dietz
ee5f4636b0 dhcpcd: 7.2.0 -> 7.2.1
Includes security fixes!

https://roy.marples.name/blog/dhcpcd-7-2-1-released
2019-04-27 07:35:23 +02:00
Will Dietz
32bf4cf9c9 iosevka-bin: 2.2.0 -> 2.2.1
https://github.com/be5invis/Iosevka/releases/tag/v2.2.1
2019-04-27 07:32:48 +02:00
Bart Brouns
b41cff9d9d dragonfly-reverb: 1.0.0 -> 1.1.4 2019-04-27 07:32:22 +02:00
Will Dietz
9d36a79ba6 lz4: 1.8.3 -> 1.9.1 (#59812)
* lz4: 1.8.3 -> 1.9.0

https://github.com/lz4/lz4/releases/tag/v1.9.0

* lz4: 1.9.0 -> 1.9.1

fixes read out-of-bounds issue w/1.9.0
2019-04-27 07:17:04 +02:00
Tor Hedin Brønner
d747f1602d gobject-introspection: 1.60.0 -> 1.60.1
Updated the shlib patches:

- Upstream now forces basename in sanitize_shlib_path(lib) if the system isn't
  darwin. We patch the function to always prefer absolute paths
- Due to the above we no longer need the macos patch
- `sanitize_shlib_path` is applied after `resolve_from_ldd_output` so we need to
  apply `fallback_libpath` afterwards too (else we get stuff like
  `/nix/store/...@rpath/foo.dylib` on darwin)
- Note that the `fallback_path` no longer have any unit tests

https://gitlab.gnome.org/GNOME/gobject-introspection/blob/1.60.1/NEWS
2019-04-27 07:09:47 +02:00
Tor Hedin Brønner
ee3729938d libsoup: 2.66.0 → 2.66.1
https://gitlab.gnome.org/GNOME/libsoup/blob/2.66.1/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner
54c2f9ac47 libcroco: 0.6.12 → 0.6.13
Patches are now upstream

https://gitlab.gnome.org/GNOME/libcroco/blob/0.6.13/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner
94153e96ee glib: 2.60.0 → 2.60.1
https://gitlab.gnome.org/GNOME/glib/blob/2.60.1/NEWS
2019-04-27 07:09:33 +02:00
c0bw3b
3ee1b52371 tcl/tk: 8.6.6 -> 8.6.9
Changelog for Tcl: https://github.com/tcltk/tcl/blob/core-8-6-9/changes#L8797
Changelog for Tk: https://github.com/tcltk/tk/blob/master/changes#L7417

Tk release is actually v8.6.9.1 while Tcl is v8.6.9
2019-04-27 07:09:05 +02:00
Will Dietz
959b199991 valgrind: 3.14.0 -> 3.15.0
https://sourceforge.net/p/valgrind/mailman/message/36642596/
2019-04-27 07:08:23 +02:00
Markus Kowalewski
6968c4f305 openblas: turn off AVX512 optimizations
The AVX512 optimization has a bug in openblas-0.3.5
and can also lead to slower code on Xeon Silver CPUs.

See https://github.com/xianyi/OpenBLAS/issues/1955
and https://github.com/xianyi/OpenBLAS/issues/2029
2019-04-27 07:07:49 +02:00
Will Dietz
cf2f927010 libva: 2.4.0 -> 2.4.1 2019-04-27 07:04:12 +02:00
Will Dietz
eeff4eda14 polkit: 0.115 -> 0.116
* now uses mozjs60
* drop CVE patches included in release

* pname-ify
* use flag arrays and placeholder
2019-04-27 07:02:36 +02:00
Frederik Rietdijk
042a01efbf Merge staging-next into staging 2019-04-27 07:02:02 +02:00
Frederik Rietdijk
883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00
c0bw3b
6a2a4e82c9 gnupatch: add patch for CVE-2018-6952
Refs:
https://nvd.nist.gov/vuln/detail/CVE-2018-6952
https://savannah.gnu.org/bugs/index.php?53133
2019-04-27 07:00:29 +02:00
c0bw3b
84b810f8e3 libxslt: add patch for CVE-2019-11068
References:
https://nvd.nist.gov/vuln/detail/CVE-2019-11068
e03553605b
2019-04-27 07:00:29 +02:00
c0bw3b
fba13b5253 sqlite: 3.27.2 -> 3.28.0
Changelog: https://www.sqlite.org/releaselog/3_28_0.html

Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
2019-04-27 07:00:29 +02:00
Tor Hedin Brønner
1aff8dc407 gnome3.gnome-shell: needs python3 at build time
Was propagated by networkmanager before.
2019-04-27 05:24:47 +02:00
Matthew Bauer
23c520d95e cc-wrapper: only set -march when platform.gcc.arch is specified
We want to make sure this value is explicitly set. Infering it for
every arch leads to annoying failures like:

https://hydra.nixos.org/build/92583832/

Perhaps we can enable it in the future with some smarter handling of
cc-wrapper.sh.
2019-04-26 22:30:45 -04:00
volth
d53042e83e perlPackages.HTTPDaemon: 6.04 -> 6.01
This undoes 6fb0e7a4e0
The only problem with 6.04 is: it got new dependencies which fail to cross-compile.
Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl
Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures.

(cherry picked from commit fd1ac66836)
2019-04-26 22:24:52 -04:00
Matthew Bauer
91d6d582a3
Merge pull request #60238 from volth/undo-httpdaemon-604
perlPackages.HTTPDaemon: 6.04 -> 6.01
2019-04-26 22:21:19 -04:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
c1f1a0ea15 qt5: use llvm5 for all modules
This avoids some issues encountered with qt5 not working libcxx 7. We
can remove this at some point when qt5 has addressed all of their issues.
2019-04-26 21:55:12 -04:00
Matthew Bauer
29cdd08e8e tokei: add libiconv for macos 2019-04-26 21:55:12 -04:00
Matthew Bauer
18e7c5a91e spectral: add qtmacextras 2019-04-26 21:55:11 -04:00
Matthew Bauer
da38a49a24 treewide: mark bad packages
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Matthew Bauer
63831c398a python-fenics: put pytest in nativeBuildInputs 2019-04-26 21:55:10 -04:00
Matthew Bauer
698ff7855d xml2rfc: don’t run tests on darwin
https://hydra.nixos.org/build/92523991
2019-04-26 21:55:10 -04:00
Matthew Bauer
9eb4623ae3 file-rename: don’t run tests on darwin
https://hydra.nixos.org/build/92527786
2019-04-26 21:55:10 -04:00
Matthew Bauer
db032fe1dc mosh: use llvm6 stdenv on clang stdenv 2019-04-26 21:55:09 -04:00
Matthew Bauer
f1461d8c3d darwin-bootstrap: copy libLLVM dylib
This is needed for the bootstrap tools to work:

https://hydra.nixos.org/build/92534667
2019-04-26 21:55:09 -04:00
Matthew Bauer
f0b7561275 rustc: use llvm5 for bootstrapping 2019-04-26 21:55:09 -04:00
Matthew Bauer
f4d9adff9a libtins: fix test on darwin 2019-04-26 21:55:08 -04:00