Commit graph

77305 commits

Author SHA1 Message Date
Vladimír Čunát 7cda2823be
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
No vulnerabilities are know so far (to me), but still I'd go this way.
Especially for 20.03 it seems better to deprecate it before official
release happens.

Current casualties:
$ ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD^
Estimating rebuild amount by counting changed Hydra jobs.
     87 x86_64-darwin
    161 x86_64-linux
2020-02-21 18:49:16 +01:00
lewo 4eb3f3be83
Merge pull request #80347 from babariviere/insomnia-7.1.0
insomnia: 7.0.6 -> 7.1.0
2020-02-21 08:27:35 +01:00
R. RyanTM ac4831238a python27Packages.pytest-flask: 0.15.0 -> 0.15.1 2020-02-20 22:17:06 -08:00
Vincent Laporte ca6391a7c4 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc1 → 4.10.0+rc2 2020-02-21 07:15:49 +01:00
R. RyanTM a9ef3e3f48 python27Packages.pyroute2: 0.5.7 -> 0.5.9 2020-02-20 22:11:00 -08:00
R. RyanTM 204786644b python37Packages.aioresponses: 0.6.2 -> 0.6.3 2020-02-20 21:57:25 -08:00
R. RyanTM cdd25d4b4b python27Packages.fuzzywuzzy: 0.17.0 -> 0.18.0 2020-02-20 21:56:34 -08:00
Konrad Borowski 621c4239c3 pythonPackages.aiohttp: remove pytest-timeout check dependency 2020-02-20 21:00:46 -08:00
R. RyanTM 4fcce2abab python27Packages.nbval: 0.9.4 -> 0.9.5 2020-02-20 20:20:25 -08:00
R. RyanTM 7d1842b5b9 python27Packages.nbsphinx: 0.5.0 -> 0.5.1 2020-02-20 20:18:05 -08:00
R. RyanTM bbf34acab7 python37Packages.ckcc-protocol: 0.8.0 -> 1.0.0 2020-02-20 15:01:50 -08:00
R. RyanTM fd198bc821 python37Packages.azure-core: 1.2.1 -> 1.2.2 2020-02-20 15:00:27 -08:00
markuskowa 39fce027b8
Merge pull request #80641 from ikervagyok/ucx
ucx: init at 1.7.0
2020-02-20 23:27:59 +01:00
R. RyanTM 143a1305eb python37Packages.aiorun: 2020.1.3 -> 2020.2.1 2020-02-20 13:56:08 -08:00
Lancelot SIX 99d34d1a96
Merge pull request #80659 from r-ryantm/auto-update/python2.7-bsddb3
python27Packages.bsddb3: 6.2.6 -> 6.2.7
2020-02-20 22:54:12 +01:00
Lancelot SIX fe2c8e67db
Merge pull request #80660 from r-ryantm/auto-update/python2.7-braintree
python27Packages.braintree: 3.58.0 -> 3.59.0
2020-02-20 22:49:55 +01:00
R. RyanTM 436a6784b0 python27Packages.braintree: 3.58.0 -> 3.59.0 2020-02-20 19:01:14 +00:00
R. RyanTM 4979ccb4b0 python27Packages.bsddb3: 6.2.6 -> 6.2.7 2020-02-20 18:58:16 +00:00
koral d57c05acd1 mps-youtube: 0.2.8 -> unstable-2020-01-28
Also move derivation from python-packages to all-packages,
as this is a standalone application.
2020-02-20 09:17:50 -08:00
Valentin Robert 40376f1724 coqPackages.coq-ext-lib: 0.10.3 -> 0.11.1 2020-02-20 18:13:11 +01:00
Konrad Borowski 8dd592e3b2 pythonPackages.can: remove pytest-timeout check input
pytest-timeout can cause tests to be flaky. It's not
necessary to patch the code, as pytest ignores unrecognized
marks with an ignorable warning.
2020-02-20 08:43:50 -08:00
Lengyel Balazs 78d5a13cf8 ucx: init at 1.7.0 2020-02-20 15:24:18 +01:00
Jörg Thalheim e657a87f80
Merge pull request #80602 from cole-h/rls
rls: add llvm to buildInputs
2020-02-20 14:07:07 +00:00
Jörg Thalheim b878000c66
r2: 4.2.0 -> 4.2.1 2020-02-20 11:54:37 +00:00
Jörg Thalheim c385f9f9a0
Merge pull request #59414 from hlolli/lumo-bump
lumo 1.9.0 -> 1.10.1 plus darwin support
2020-02-20 11:19:48 +00:00
Alyssa Ross 14d6777962 virglrenderer: 0.7.0 -> 0.8.1
freedesktop.org tarballs haven't been published since 0.7.0.  I've
sent a message to the mailing list (<87eev3cgcz.fsf@alyssa.is>),
suggesting newer tarballs be published.

Build system has changed from autoconf to meson+cmake/ninja, and the
vtest/util.c patch doesn't seem to be necessary any more.
2020-02-20 05:35:00 +00:00
Drew Risinger 4431542b82 pythonPackages.scs: init at 2.1.1
Depends on libraries.science.math.scs.
Required by cvxpy -> qiskit-aer.

Co-authored-by: bhipple <bhipple@users.noreply.github.com>
2020-02-19 21:03:15 -08:00
Cole Helbling 2edec098de
rls: add llvm to buildInputs
The Hydra build [1] was failing because it was unable to link `LLVM-9`.
Additionally, quote the homepage URL for compliance with RFC 45.

[1] https://hydra.nixos.org/build/112823631/nixlog/2
2020-02-19 20:03:56 -08:00
Konrad Borowski 686274ea62 pythonPackages.decorator: fix Python 2 build 2020-02-19 17:34:31 -08:00
Mario Rodas 82a6834e3b
Merge pull request #80527 from marsam/update-bazel-remote
bazel-remote: 2020-01-29 -> 1.0.0
2020-02-19 20:03:47 -05:00
Maximilian Bosch 3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
hlolli ad56672196
cleanup 2020-02-19 23:40:14 +01:00
hlolli ef712ff2f5
lumo 1.9.0 -> 1.10.1 plus darwin support 2020-02-19 23:16:40 +01:00
R. RyanTM 24bc04b9d2 bmake: 20181221 -> 20200212 2020-02-19 14:18:49 -06:00
Samuel Leathers 47ab49ac44
Merge pull request #80467 from danieldk/fix-python-vowpalwabbit
python3Packages.vowpalwabbit: fix build
2020-02-19 12:46:07 -05:00
Samuel Leathers 6152582ed1
rubyWithPackages.libv8: fix compilation (#80470)
rubyWithPackages.libv8: fix compilation
2020-02-19 12:26:34 -05:00
Samuel Leathers 9412db1150
crystal: remove 0.25 and 0.26 (#80473)
crystal: remove 0.25 and 0.26
2020-02-19 12:17:45 -05:00
ajs124 194f3aa4b5 mimalloc: 1.1.0 -> 1.6.1 2020-02-19 10:31:25 -06:00
Andreas Rammhold 7829fb70bb
Merge pull request #80541 from flokli/poetry2nix-fetchpypi
poetry2nix: fix typo fetchPyPi -> fetchPypi
2020-02-19 17:09:08 +01:00
Franz Pletz ade3e99a1d
php74: 7.4.1 -> 7.4.2
https://www.php.net/ChangeLog-7.php#7.4.2
2020-02-19 16:42:40 +01:00
Franz Pletz b55ded5d8b
php73: 7.3.13 -> 7.3.14
https://www.php.net/ChangeLog-7.php#7.3.14
2020-02-19 16:42:39 +01:00
Franz Pletz ed8df1d98e
php72: 7.2.26 -> 7.2.27
https://www.php.net/ChangeLog-7.php#7.2.27
2020-02-19 16:42:23 +01:00
Jörg Thalheim e8343960a9
hopper: libffi compatibility symlink 2020-02-19 14:59:26 +00:00
Florian Klink a00f226244 poetry2nix: fix typo fetchPyPi -> fetchPypi
nixpkgs' fetchPypi is called fetchPypi, not fetchPyPi.
2020-02-19 15:41:43 +01:00
Mario Rodas eeb087bc61 terraform-lsp: 0.0.9 -> 0.0.10
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.10
2020-02-19 15:36:06 +01:00
Jörg Thalheim 2d87562b42
Merge pull request #75522 from Enteee/bugfix/hopper
hopper: fix libxml2 dynamic linking issue
2020-02-19 14:25:14 +00:00
Mario Rodas f1975e0327
Merge pull request #80510 from r-ryantm/auto-update/libiio
libiio: 0.18 -> 0.19
2020-02-19 09:04:51 -05:00
Mario Rodas bbb9193da6
Merge pull request #80529 from marsam/update-nodejs
nodejs: 12.16.0 -> 12.16.1, 13.8.0 -> 13.9.0
2020-02-19 09:04:31 -05:00
Florian Klink e6e335eca6
Merge pull request #80463 from doronbehar/update-sundials
sundials: 5.0.0 -> 5.1.0
2020-02-19 14:55:37 +01:00
Marek Mahut 372b0e9df1
Merge pull request #79822 from mmahut/cloudflare-wrangler
cloudflare-wrangler: 1.4.0 -> 1.7.0
2020-02-19 14:54:42 +01:00