1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 12:18:36 +00:00
Commit graph

232370 commits

Author SHA1 Message Date
Alyssa Ross 57f3c834bc
automake115x: 1.15 -> 1.15.1 2020-07-03 03:36:42 +00:00
Vladimír Čunát e640908b92
Merge #79391: glibc: 2.30 -> 2.31 2020-07-01 00:04:29 +02:00
Frederik Rietdijk c9d07d7283 python: panel: 0.9.5 -> 0.9.7 2020-06-30 17:35:30 +02:00
Frederik Rietdijk c0adf5b367 python: bokeh: 2.0.2 -> 2.1.1 2020-06-30 17:35:30 +02:00
Frederik Rietdijk a774212723 python: holoviews: 1.13.2 -> 1.13.3 2020-06-30 17:35:30 +02:00
Frederik Rietdijk 1b78d30af8 python: tqdm: 4.46.1 -> 4.47.0 2020-06-30 17:35:30 +02:00
Frederik Rietdijk f96d1547d3 python: jupyter_client: 6.1.3 -> 6.1.5 2020-06-30 17:35:30 +02:00
Frederik Rietdijk 731d3359d7 python: ipython: 7.15.0 -> 7.16.1 2020-06-30 17:35:30 +02:00
Frederik Rietdijk e77b705b18 python: twine: 3.1.1 -> 3.2.0 2020-06-30 17:35:30 +02:00
Frederik Rietdijk a3179602e4 python: scipy: 1.4.1 -> 1.5.0 2020-06-30 17:35:30 +02:00
Frederik Rietdijk 2b92077746 python: qtconsole: 4.7.4 -> 4.7.5 2020-06-30 17:35:30 +02:00
Frederik Rietdijk d0f954e751 python: pyopencl: 2020.1 -> 2020.2 2020-06-30 17:35:29 +02:00
Frederik Rietdijk 31a34710ca python: pandas: 1.0.4 -> 1.0.5 2020-06-30 17:35:29 +02:00
Frederik Rietdijk 98f335a87c python: numpy: 1.18.5 -> 1.19.0 2020-06-30 17:35:29 +02:00
Frederik Rietdijk 8bccb80cd0 python: numba: 0.49.1 -> 0.50.0 2020-06-30 17:35:29 +02:00
Frederik Rietdijk 8ca47eac4f python: nbformat: 5.0.6 -> 5.0.7 2020-06-30 17:35:29 +02:00
Frederik Rietdijk 7f190b0ff9 python: llvmlite: 0.32.1 -> 0.33.0 2020-06-30 17:35:29 +02:00
Mario Rodas 234239b57f python3Packages.tornado: 5.1 -> 6.0.4 2020-06-30 17:35:29 +02:00
Maximilian Bosch 9cd98386a3
glibc: build with patches for CVE-2020-1752 & CVE-2020-10029
/cc roundup #88306
2020-06-30 14:29:54 +02:00
Alyssa Ross 3abe43e22d transmission: install documentation
The risk of collisions is gone now because documentation is correctly
installed into $out/share/doc/transmission instead of $out/share/doc
as before.
2020-06-29 13:56:27 +00:00
Alyssa Ross 10bb0637e4 Revert "darktable: Remove doc directory from output"
This reverts commit 730133e130.

multiple-outputs.sh has been fixed, so documentation is now
corrrrectly installed under $out/share/doc/darktable.

Fixes: https://github.com/NixOS/nixpkgs/pull/72160
Fixes: https://github.com/NixOS/nixpkgs/pull/83248
2020-06-29 13:56:27 +00:00
Alyssa Ross 39fef703bf ghostscript: fix build
This hack is no longer necessary, since multiple-outputs.sh has been
fixed to install docs in the right location.
2020-06-29 13:56:27 +00:00
Alyssa Ross be1b22538a cmake: only set output paths with multiple outputs
This brings cmake inline with the behaviour used for configure
scripts, defined in multiple-outputs.sh.  It's important because
that setup hook will only set shareDocName if multiple outputs are in
use (and setOutputFlags hasn't been disabled).  So previously,
CMAKE_INSTALL_DOCDIR would be set to $out/share/doc for single-output
derivations, instead of $out/share/doc/$shareDocName, which would
result in collisions.

Since this hook now uses the setOutputFlags variable, I had to remove
the empty assignment of it added in
a714284d8b.

Fixes: https://github.com/NixOS/nixpkgs/issues/82304
2020-06-29 13:56:27 +00:00
Alyssa Ross 1421404d42 stdenv: fix backward multiple outputs conditional
This is supposed to shareDocName to a fallback value if it can't be
determined from looking at the configure script.  But the conditional
checked whether shareDocName was set, rather than if it wasn't.  This
meant that if shareDocName had been detected from a configure script,
it would be immediately overridden by the package name, and if it
couldn't be detected, shareDocName would remain unset.

This resulted in QEMU installing files like $out/share/doc/index.html,
which should of course have been in $out/share/doc/qemu/index.html.

An interesting side effect of this is that, since
9f8751528c when this code was added, the
detected package name has never actually been used for installing
documentation, because it would always be overridden.  So this patch
will actually enable that for the first time, four years later.

Fixes: https://github.com/NixOS/nixpkgs/issues/90486
2020-06-29 13:56:27 +00:00
Maximilian Bosch 116f39ff82
swift: fix build w/glibc-2.31
https://hydra.nixos.org/build/123279517

Internally used `compiler-rt` had to be fixed for `glibc-2.31`,
basically the same approach as in the LLVM fix
(7137183bbe05738246be2be0e704c1be9bf19947).

As soon as a newer `compiler-rt` is used for `swift`, this patch can be
removed again.
2020-06-29 14:41:43 +02:00
Maximilian Bosch 114f97e77e
gcc49: fix build w/glibc-2.31
The same `libsanitizer` problem as in llvm<10 and newer GCCs.

https://hydra.nixos.org/build/122902814
https://hydra.nixos.org/build/122903349
2020-06-29 14:41:43 +02:00
Maximilian Bosch 923b6bff55
cups-bjnp: fix build w/glibc-2.31
https://hydra.nixos.org/build/122883083
2020-06-29 14:41:43 +02:00
Maximilian Bosch 22b69ed143
python3Packages.supervisor: fix build w/glibc-2.31
https://hydra.nixos.org/build/122877074
2020-06-29 14:41:43 +02:00
Maximilian Bosch 872f65db46
llvm/clang: remove deprecated attrs for 4, 3.5 and 3.9 2020-06-29 14:41:43 +02:00
Maximilian Bosch 2c60e7c2d0
llvm*: compiler-rt: fix build w/glibc-2.31
https://hydra.nixos.org/build/122885657 and more.

Original upstream fix (available in llvm_10):

   947f969244
2020-06-29 14:41:43 +02:00
Maximilian Bosch 44fb6cc037
vdr: fix build w/glibc-2.31
https://hydra.nixos.org/build/122891193
2020-06-29 14:41:42 +02:00
Maximilian Bosch 7193603c5f
datefudge: fix build w/glibc-2.31
https://hydra.nixos.org/build/122874972
2020-06-29 14:41:42 +02:00
Maximilian Bosch f95acb5cc6
imagemagick7: 7.0.10-17 -> 7.0.10-19, fix build w/glibc-2.31 2020-06-29 14:41:42 +02:00
Maximilian Bosch d348694fb6
gcc6: fix build w/glibc-2.31 2020-06-29 14:41:42 +02:00
Maximilian Bosch cff1a1eefc
gcc7: fix build w/glibc-2.31
Applied a patch from the `gcc9` branch for `gcc7` to fix `libsanitizer`
for glibc-2.31.
2020-06-29 14:41:42 +02:00
Maximilian Bosch 4847222db1
busybox: fix build w/glibc-2.31 2020-06-29 14:41:42 +02:00
Maximilian Bosch 4a78b2b04f
glibc: 2.30 -> 2.31
https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00001.html
2020-06-29 14:41:42 +02:00
Vladimír Čunát d87b595e53
Merge #91711: file: backport patch to fix a regression 2020-06-28 18:31:14 +02:00
Vladimír Čunát 3a78c31d4d
Merge #91399: curl: 7.70.0 -> 7.71.0 (security)
...into staging branch.
2020-06-28 18:05:02 +02:00
Michael Weiss 8f423d094d
Merge pull request #91605 from primeos/libva
libva: 2.7.1 -> 2.8.0
2020-06-28 17:44:31 +02:00
Félix Baylac-Jacqué 277dd15beb
curl: 7.70.0 -> 7.71.0
Changelog:
https://daniel.haxx.se/blog/2020/06/24/curl-7-71-0-blobs-and-retries/
2020-06-28 17:35:42 +02:00
Pierre Bourdon cbb288204d
file: backport patch to fix a 5.39 regression
This bug is causing diffoscope to fail to build with file 5.39.
2020-06-28 11:18:38 +02:00
zowoq 87dbe6d797 buildGoModule: remove trailing whitespace 2020-06-28 11:32:21 +10:00
Bouke van der Bijl 81a8b76b3a go: only set CC when cross-compiling
This avoids he default CC for cgo being hardcoded, when we only want to
overwrite it during compilation.
2020-06-28 11:28:23 +10:00
Matthew Bauer cee7631c08
Merge pull request #91221 from iblech/patch-dsniff2
Unbreak dsniff by partially reverting a commit to libpcap
2020-06-27 19:33:41 -04:00
Jörg Thalheim ec2d2fe124
Merge pull request #91686 from rycee/cargo-shell-completion
cargo: install bash and zsh completion scripts
2020-06-27 22:49:01 +01:00
Robert Helgesson 82daa41e29
cargo: install bash and zsh completion scripts 2020-06-27 21:21:43 +02:00
Jörg Thalheim c94acd8131
Merge pull request #91184 from volth/cpan2nix-2020-06-20 2020-06-27 14:45:46 +01:00
volth d6c5614def
Merge branch 'staging' into cpan2nix-2020-06-20 2020-06-27 10:41:56 +00:00
Michael Weiss 5efbf76d61
libva: 2.7.1 -> 2.8.0 2020-06-26 15:11:22 +02:00