Commit Graph

83800 Commits

Author SHA1 Message Date
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 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
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
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
Robert Helgesson 82daa41e29
cargo: install bash and zsh completion scripts 2020-06-27 21:21:43 +02: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
Frederik Rietdijk fe9a096f46 Merge staging-next into staging 2020-06-25 20:36:08 +02:00
Frederik Rietdijk 679136e252 Merge staging-next into staging 2020-06-25 20:35:19 +02:00
Maximilian Bosch 860c5ca4a7
Merge pull request #91495 from ckauhaus/secfix-php
php: 7.2.29 -> 7.2.31, 7.3.16 -> 7.3.19, 7.4.6 -> 7.4.7
2020-06-25 19:28:36 +02:00
Christian Kauhaus 1d805c99bd php: 7.2.29 -> 7.2.31, 7.3.16 -> 7.3.19, 7.4.6 -> 7.4.7
Point releases contain several security updates and bugfixes.

Changelog: https://www.php.net/ChangeLog-7.php#7.4.7

Fixes #88381
2020-06-25 15:41:31 +02:00
Daniël de Kok 80b6b9b706
Merge pull request #82305 from Flakebi/amdvlk
amdvlk: init at 2020.Q2.5
2020-06-25 15:17:52 +02:00
Frederik Rietdijk bef20b38ef Merge master into staging-next 2020-06-25 13:48:05 +02:00
Sebastian Neubauer 3ff2165d4d amdvlk: init at 2020.Q2.5 2020-06-25 13:44:45 +02:00
Jörg Thalheim d35735ae25
Merge pull request #91479 from Mic92/python-fixes 2020-06-25 12:34:45 +01:00
Jörg Thalheim b422dd62ce
python3.pkgs.tempora: no longer compatible with python2 2020-06-25 12:27:54 +01:00
worldofpeace bdb59380a3
Merge pull request #91459 from zowoq/desktop-validation
treewide: remove deprecated value `Application` from makeDesktopItem
2020-06-25 07:09:24 -04:00
Mario Rodas ebc22da72f
Merge pull request #91475 from r-ryantm/auto-update/python3.7-lazr.uri
python37Packages.lazr-uri: 1.0.3 -> 1.0.4
2020-06-25 06:05:15 -05:00
Mario Rodas acf9040bd1
Merge pull request #91468 from avdv/bazel-buildtools-3.3.0
bazel-buildtools: 3.2.1 -> 3.3.0
2020-06-25 06:02:26 -05:00
Jörg Thalheim 0153111575
python3.pkgs.tempora: fix tests 2020-06-25 11:41:40 +01:00
Jörg Thalheim 2a49306482
python3.pkgs.jaraco_itertools: fix build 2020-06-25 11:41:23 +01:00
Jörg Thalheim 73e514993a
pytest-freezgun: init at 0.4.1 2020-06-25 11:35:16 +01:00
Lancelot SIX ec1d9c63d7
Merge pull request #91451 from callahad/typeguard-fixup
typeguard: fix tests
2020-06-25 10:15:42 +01:00
R. RyanTM 0d0906d42b python37Packages.lazr-uri: 1.0.3 -> 1.0.4 2020-06-25 08:58:02 +00:00
Vincent Laporte 10496b449b ocamlPackages.torch: 0.8 → 0.9b 2020-06-25 08:18:16 +02:00
Jos van Bakel 9842aa383e python3Packages.pytest-xvfb: 1.2.0 -> 2.0.0 2020-06-24 23:16:10 -07:00
Vincent Laporte bbed026045 ocamlPackages.base64_2: remove at 2.0.0 2020-06-25 08:15:18 +02:00
Mario Rodas cd555fdab2 pythonPackages.internetarchive: 1.9.3 -> 1.9.4 2020-06-24 20:36:47 -07:00
zowoq c7e61112df treewide: remove deprecated value `Application` from makeDesktopItem 2020-06-25 12:18:37 +10:00
Mikołaj Gałkowski 22d4aed5bd
unity3d: fix editor not launching due to missing libraries (#91452) 2020-06-24 20:17:56 -04:00
Dan Callahan 40fb898673
typeguard: fix tests
Broken by 9993c38682

    Traceback:
    tests/test_typeguard_py36.py:7: in <module>
        from typing_extensions import Literal
    E   ModuleNotFoundError: No module named 'typing_extensions'

Resolved by adding typing-extensions to checkInputs
2020-06-25 00:11:06 +01:00
Pavol Rusnak 34943a7d79 protobuf: 3.12.0 -> 3.12.3 2020-06-24 15:06:52 -07:00
Arthur Carcano 70cf912684 sundials: 5.1.0 -> 5.3.0 2020-06-24 14:56:46 -07:00
Maximilian Bosch 7be82cc572
Merge pull request #91357 from Ma27/bump-hydra
hydra-unstable: 2020-06-01 -> 2020-06-23
2020-06-24 23:25:26 +02:00
R. RyanTM 3a44ede711 python27Packages.bitstruct: 8.10.0 -> 8.11.0 2020-06-24 14:17:44 -07:00
nyanloutre 2b11dcd789 pythonPackages.pycoin: init at 0.90.20200322 2020-06-24 14:15:59 -07:00
R. RyanTM b8e9a8c2df postman: 7.24.0 -> 7.26.0 2020-06-24 14:15:11 -07:00
Manuel Mendez 58a35beb35 pythonPackages.srvlookup: init at 2.0.0 2020-06-24 14:08:18 -07:00
Mikołaj Gałkowski 0cff75edf9
unityhub: fix editor crashes after opening a project (#91443) 2020-06-24 17:06:58 -04:00
Sirio Balmelli d3d039c4cb beancount_docverif: init at 1.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-06-24 13:57:58 -07:00
Gabriel Ebner 4bdb77918b uvloop: fix tests on python 3.8 2020-06-24 22:38:15 +02:00
Vincent Laporte b53777c840 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α2 → 4.11.0+α3 2020-06-24 21:44:36 +02:00
Dmitry Kalinkin a9e15a6eb7
Merge pull request #91260 from veprbl/pr/zziplib_no_cmake
zziplib: convert back to autotools build
2020-06-24 14:23:35 -04:00
Frederik Rietdijk 6f72f0b0df Merge staging-next into staging 2020-06-24 19:04:26 +02:00
Frederik Rietdijk 16287a8cb8 Merge master into staging-next 2020-06-24 19:04:03 +02:00
Maximilian Bosch 0c47a81419
Merge pull request #91390 from eadwu/buku/4.4
buku: 4.3 -> 4.4
2020-06-24 19:03:44 +02:00
Frederik Rietdijk 9b6a64a317 python.pkgs.line_profiler: fix build 2020-06-24 18:55:48 +02:00