Commit Graph

66149 Commits

Author SHA1 Message Date
Jonathan Ringer
d27c1f64f4 pythonPackages.imgaug: mark as broken 2019-06-23 18:14:19 +02:00
Jonathan Ringer
9559da73a2 pythonPackages.ndg-httpsclient: 0.4.2 -> 0.5.1 2019-06-23 18:13:46 +02:00
R. RyanTM
9bf6694abf python37Packages.progressbar2: 3.39.3 -> 3.42.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/python3.7-progressbar2/versions
2019-06-23 18:12:59 +02:00
R. RyanTM
70cf345947 python37Packages.aniso8601: 6.0.0 -> 7.0.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/python3.7-aniso8601/versions
2019-06-23 18:12:39 +02:00
R. RyanTM
53a374d98d python37Packages.sasmodels: 0.99 -> 1.0.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/python3.7-sasmodels/versions
2019-06-23 18:12:12 +02:00
Frederik Rietdijk
dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
Frederik Rietdijk
ba7e7aed08 python.pkgs.soundfile: 0.9.0.post1 -> 0.10.2
Package was renamed as well.
2019-06-23 15:32:19 +02:00
R. RyanTM
32b39a4696 visualvm: 1.4.2 -> 1.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualvm/versions
2019-06-23 15:00:26 +02:00
R. RyanTM
f1dbd6f416 hpx: 1.2.1 -> 1.3.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/hpx/versions
2019-06-23 14:59:25 +02:00
R. RyanTM
66715188e5 aws-c-common: 0.3.9 -> 0.3.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-c-common/versions
2019-06-23 14:57:49 +02:00
R. RyanTM
1bb5f197a5 lasem: 0.4.3 -> 0.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lasem/versions
2019-06-23 14:55:55 +02:00
R. RyanTM
cc3290d903 rdkafka: 1.0.0 -> 1.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/rdkafka/versions
2019-06-23 14:55:41 +02:00
R. RyanTM
8ebcc0f543 nss_wrapper: 1.1.5 -> 1.1.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/nss_wrapper/versions
2019-06-23 14:55:07 +02:00
R. RyanTM
27b133e8b6 omnisharp-roslyn: 1.32.8 -> 1.32.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/omnisharp-roslyn/versions
2019-06-23 14:54:55 +02:00
R. RyanTM
7278a22f20 fasm-bin: 1.73.11 -> 1.73.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fasm-bin/versions
2019-06-23 14:54:03 +02:00
R. RyanTM
95315e69b0 intel-gmmlib: 19.1.2 -> 19.2.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/intel-gmmlib/versions
2019-06-23 14:13:23 +02:00
Jörg Thalheim
024db43e87
Merge pull request #63648 from doronbehar/package-sccache
sccache: init at 0.2.8
2019-06-23 12:58:51 +01:00
Linus Heckemann
bd286ce6e5
Merge pull request #61826 from gnidorah/video2midi
video2midi: init at 0.3.7
2019-06-23 10:00:50 +02:00
arcnmx
7d07263f75 Revert "python37Packages.aiorpcx: 0.17.0 -> 0.18.3"
This reverts commit 299996bc38.
electrum, the only dependent package, failed to build with this.
2019-06-23 08:54:39 +02:00
Doron Behar
50602eb299 Add darwin specific dependencies 2019-06-23 09:34:53 +03:00
Matthew Bauer
79c0e740a7 qttools: patch qmlimportscanner for darwin builds
This needs to be the full path for qtmacdeploy to work. We add
${qt5.qttools.dev}/bin/qmlimportscanner as the default.

Fixes #63093
2019-06-22 22:21:38 -04:00
Matthew Bauer
1f46aaab1b buildGoPackage: keep string context (#63680)
In Nix, each string has a context that it carries of where it
originated. Some functions like filterAttrs modify the context of its
args when doing comparisons. That is important because we use the
string context of “name” to get where a derivation was defined. This
causes some builtins like unsafeGetAttrPos to report incorrectly that
the string was set in lib/attrsets.nix and reporting that as the
source file. Using removeAttrs avoids this problem.

Fixes #63679
2019-06-22 19:07:26 -07:00
Eric Bailey
2b5ba7f723 conftest: init at 0.7.0 (#63610) 2019-06-22 19:03:47 -07:00
Ben Wolsieffer
203ea0d5be buildbot: 2.3.0 -> 2.3.1 (#63644) 2019-06-22 20:39:14 -04:00
royneary
b0b64b3927
nim: 0.19.4 -> 0.20.0
- link sqlite (needed for the the stdlib sqlite module)
- update nodejs to 11.x
- use default phase order (fixes linker errors during test phase)
- substitution in ./test/async/tioselectors.nim not needed anymore
- two more tests need to be disabled
- LD=$CC workaround not needed anymore
- disable unsupported tests on aarch64
- trigger pre and post hooks
- use checkInputs instead of nativeBuildInputs
- don't override patchPhase
2019-06-22 22:42:17 +02:00
Guillaume Bouchard
27d4ce7ce0 bazel: Full switch to python3 2019-06-22 21:46:50 +02:00
Guillaume Bouchard
7fed6eabcf bazel: restore installCheckPhase
All the dependencies of this phase are prefetched and provided to the
bazel environment using --override_repository.
2019-06-22 21:46:50 +02:00
Guillaume Bouchard
ba327a54b6 bazel: 0.26.1 -> 0.27.0
- Fixs for newly introduced bin/bash hardcoded reference
- Bazel now references `remote_java_tools_xxx` which contains prebuilt
  binaries. We prefetch them, fix them, and force bazel to use the
  fixed repository.

It also closes #63096
2019-06-22 21:46:50 +02:00
Silvan Mosberger
9e39f6943d
idrisPackages.tparsec: 2018-12-21 -> 2019-06-18 (#63623)
idrisPackages.tparsec: 2018-12-21 -> 2019-06-18
2019-06-22 21:10:09 +02:00
Robert Scott
8008954579 pythonPackages.hdbscan: fix build by removing upstream patch, adding joblib
joblib is for the benefit of py27, whose scikitlearn doesn't include it.
also move cython to nativeBuildInputs
2019-06-22 19:06:52 +01:00
Matthew Bauer
4d9a4aa3f1 openbsm: don’t check for /usr/include/mach/audit_triggers.defs
Users with CLT installed in /usr/include have this, but it we don’t
have all of the headers needed in the stdenv.

Fixes #46429
2019-06-22 12:06:47 -04:00
Timo Kaufmann
78054a581c
python3.pkgs.scikitlearn: 0.20.3 -> 0.21.2 (#63591)
Splits scikitlearn into a python2 (0.20.x) and a python3 (>0.20)
version.
2019-06-22 17:59:43 +02:00
Vladimír Čunát
3e4b15f0c4
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1526638
2019-06-22 14:35:35 +02:00
Doron Behar
e1ab8ae4a9 sccache: init at 0.2.8 2019-06-22 14:38:00 +03:00
Daiderd Jordan
811f35d8cd
Merge pull request #63296 from ehamberg/erlang-otp-22
Erlang/OTP 22
2019-06-22 11:47:43 +02:00
Erlend Hamberg
19c2979677
erlangR22: init at 22.0.4 2019-06-22 11:01:25 +02:00
Timo Kaufmann
db3fed28e2
python.pkgs.r2pipe: 1.3.1 -> 1.4.1 (#63646) 2019-06-22 10:56:46 +02:00
Daiderd Jordan
ce17e9941f
gst_all_1.gstreamer: re-enable auto_features 2019-06-22 01:12:20 +02:00
Jan Tojnar
9983820e93
haskellPackages.hsdev_0_3_3_1: fix build 2019-06-21 23:33:54 +02:00
Daiderd Jordan
2962730b88
gstreamer: fix darwin build 2019-06-21 20:30:05 +02:00
Alex Gryzlov
46c5c8c16b
idrisPackages.tparsec: 2018-12-21 -> 2019-06-18 2019-06-21 18:57:15 +03:00
Matthew Bauer
a33837391a gstreamer: don’t use libvisual
Fixes #63617
2019-06-21 11:29:11 -04:00
Dmitry Kalinkin
bff304c7fe
Revert "python: buildbot-worker: 2.3.0 -> 2.3.1"
This reverts commit 67ffa0330a.

Resolves: #63611
2019-06-21 10:51:21 -04:00
Dmitry Kalinkin
cd1bc95193
Revert "python: buildbot-pkg: 2.3.0 -> 2.3.1"
This reverts commit 97e406f53b.

Resolves: #63611
2019-06-21 10:44:15 -04:00
Dmitry Kalinkin
847f677b56
Revert "python: buildbot: 2.3.0 -> 2.3.1"
This reverts commit 038794dd73.

Resolves: #63611
2019-06-21 10:40:04 -04:00
cw
14fa744011 elixir_1_9: init at 1.9.0-rc.0 2019-06-21 11:04:09 +02:00
cw
24a2ee8fac elixir: remove obosolete glibcLocales
As C.UTF-8 is available now.
2019-06-21 11:03:34 +02:00
Frederik Rietdijk
72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
José Romildo Malaquias
bc109b19c9 wxGTK31: 3.1.0 -> 3.1.2; use its own derivation 2019-06-20 20:36:17 -03:00
Mario Rodas
3d22f444ef
Merge pull request #63343 from vdemeester/update-buildah
buildah: 1.8.3 -> 1.9.0
2019-06-20 18:22:22 -05:00
Mario Rodas
12e2244711
Merge pull request #63336 from r-ryantm/auto-update/prometheus-cpp
prometheus-cpp: 0.6.0 -> 0.7.0
2019-06-20 18:21:06 -05:00
Timo Kaufmann
7792ba9127
python.pkgs.rl-coach: 0.12.0 -> 0.12.1 (#63590)
Adds support for scipy 1.3 and thereby unbreaks the build.
2019-06-20 23:18:10 +02:00
Vladyslav M
afdcc40a44
cargo-bloat: 0.7.0 -> 0.7.1 (#63565)
cargo-bloat: 0.7.0 -> 0.7.1
2019-06-20 23:45:28 +03:00
Timo Kaufmann
07b2082b08
python.pkgs.dm-sonnet: update bazel fetch hash (#63587)
Changed after the bazel 0.26 update.
2019-06-20 22:16:51 +02:00
Maximilian Bosch
e4fdd21675
Merge pull request #63363 from r-ryantm/auto-update/python3.7-google-i18n-address
python37Packages.google-i18n-address: 2.3.4 -> 2.3.5
2019-06-20 17:48:00 +02:00
Alexei Robyn
4cdbc771fd luaPackages.bit32: Tiny patch to fix a LuaJIT-incompatible declaration 2019-06-20 23:20:02 +10:00
xrelkd
5702d02c38 cargo-bloat: 0.7.0 -> 0.7.1 2019-06-20 20:31:17 +08:00
markuskowa
9f79b1eab2
Merge pull request #63475 from r-ryantm/auto-update/zlog
zlog: 1.2.12 -> 1.2.14
2019-06-20 14:21:38 +02:00
markuskowa
02128a8bb5
Merge pull request #63113 from ck3d/vdr-xineliboutput
initial vdr plugin xineliboutput-2.1.0
2019-06-20 13:37:36 +02:00
Niklas Hambüchen
a4c5d37226 gst_all_1.gst-plugins-bad: Fix rtmp dependency 2019-06-20 13:36:11 +02:00
Niklas Hambüchen
46d25e912d gst_all_1.gst-plugins-bad: Fix gsm dependency 2019-06-20 13:36:11 +02:00
Niklas Hambüchen
95bea55802 gstreamer: 1.15.1 -> 1.16.0
Changes needed:

* core: dbghelp disabled as it's not needed
* core: Fixed script not being executable and skipped by patchShebangs
* base: gtk_doc disabled because of wayland symbol error
* ges: Patch removed that was merged upstream:
  https://bugzilla.gnome.org/show_bug.cgi?id=794856#c16
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
1a6e572529 gstreamer: 1.14.4 -> 1.15.1, and extended gst-plugins-bad.
During the 1.14 -> 1.15 upgrade, lots of stuff stopped working because
gstreamer changed what features are enabled by default and which ones are
automatically turned on/off via pkgconfig dependency detection.

This resulted in the `gstreamer` ("core" attribute in nixpkgs) package
to have only 15 of its previous 163 build targets enabled, and downstream
packages breaking correspondingly.

To ease maintainability and to ensure users will find the expected features
available (and when not, will see in the nix file why not), we now pass
the `-Dauto_features=enabled` Meson build flag to all gstreamer builds,
which sets all `auto` dependencies to `enabled`, and we explicitly disable
those that we can't build.

This means in particular that `gst-plugins-bad` now has vastly more integrations
(namely all for which nixpkgs has libraries available).
2019-06-20 13:36:11 +02:00
Mario Rodas
238259947b
Merge pull request #63317 from r-ryantm/auto-update/ocaml4.06.1-ppxfind
ocamlPackages.ppxfind: 1.2 -> 1.3
2019-06-20 06:01:20 -05:00
Mario Rodas
888df4d8c1
Merge pull request #63323 from r-ryantm/auto-update/openvdb
openvdb: 6.0.0 -> 6.1.0
2019-06-20 05:57:51 -05:00
Mario Rodas
4f90ec023f
Merge pull request #63284 from r-ryantm/auto-update/libsolv
libsolv: 0.7.4 -> 0.7.5
2019-06-20 05:42:37 -05:00
Jörg Thalheim
18b92aa13b
radare2: 3.5.0 -> 3.5.1 (#63559)
radare2: 3.5.0 -> 3.5.1
2019-06-20 11:10:31 +01:00
Frederik Rietdijk
e951c42b9a python: acoustics: 0.2.0.post2 -> 0.2.1 2019-06-20 11:41:54 +02:00
Jörg Thalheim
e06aa9887b
radare2: 3.5.0 -> 3.5.1 2019-06-20 10:24:44 +01:00
Lancelot SIX
00078b99ee
Merge pull request #63366 from lsix/django_1_11_21
pythonPackages.django: 1.11.20 -> 1.11.21
2019-06-20 11:00:05 +02:00
Lancelot SIX
8516717ecd
Merge pull request #63367 from lsix/django_2_1_9
pythonPackages.django_2_1: 2.1.8 -> 2.1.9
2019-06-20 10:59:46 +02:00
José Romildo Malaquias
f0e7c5f569 ocamlPackages.printbox: init at 0.2 2019-06-20 07:29:55 +00:00
José Romildo Malaquias
b8495898df ocamlPackages.mdx: init at 1.4.0 2019-06-20 07:29:55 +00:00
Vincent Laporte
99fec0eeb3 ocamlPackages.bistro: init at 0.4.0 2019-06-20 07:29:20 +00:00
Vladimír Čunát
e48b747d2f
Merge #63547: luaPackages.luadbi-mysql: Fix linking issue
Fixes the prosody test, and it seems very unlikely to break anything.
2019-06-20 08:59:18 +02:00
Michael Raskin
5784f9beb5
Merge pull request #63256 from r-ryantm/auto-update/givaro
givaro: 4.1.0 -> 4.1.1
2019-06-20 06:51:23 +00:00
Mario Rodas
043012f80f
Merge pull request #63345 from r-ryantm/auto-update/python3.7-astropy-helpers
python37Packages.astropy-helpers: 3.1.1 -> 3.2.1
2019-06-19 21:58:54 -05:00
Mario Rodas
863e4e0525
Merge pull request #63347 from r-ryantm/auto-update/python3.7-astropy
python37Packages.astropy: 3.1.2 -> 3.2.1
2019-06-19 21:58:32 -05:00
Mario Rodas
eb092c2c77
Merge pull request #63360 from r-ryantm/auto-update/python3.7-fs
python37Packages.fs: 2.4.5 -> 2.4.7
2019-06-19 21:57:36 -05:00
Mario Rodas
a2646b3c92
Merge pull request #62519 from r-ryantm/auto-update/python3.7-cfgv
python37Packages.cfgv: 1.6.0 -> 2.0.0
2019-06-19 21:54:51 -05:00
R. RyanTM
956aace12d
python37Packages.astropy: 3.1.2 -> 3.2.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/python3.7-astropy/versions
2019-06-19 21:42:06 -05:00
Mario Rodas
b9b86a7f82
Merge pull request #63341 from r-ryantm/auto-update/python3.7-aiorpcx
python37Packages.aiorpcx: 0.17.0 -> 0.18.3
2019-06-19 21:37:37 -05:00
R. RyanTM
c514c27b7e
python37Packages.fs: 2.4.5 -> 2.4.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fs/versions
2019-06-19 21:34:13 -05:00
Alexei Robyn
460217d022 luaPackages.luadbi-mysql: Fix linking issue 2019-06-20 11:13:46 +10:00
Mario Rodas
4a38ee5cd6
Merge pull request #63464 from r-ryantm/auto-update/wxSVG
wxSVG: 1.5.17 -> 1.5.18
2019-06-19 19:31:47 -05:00
Mario Rodas
0e1bd6ee70
Merge pull request #63412 from marsam/update-ocaml-merlin
ocamlPackages.merlin: 3.3.0 -> 3.3.1
2019-06-19 19:22:41 -05:00
Jan Tojnar
93580a122e
haskellPackages.llvm-hs: fix build
It requires llvm_8
2019-06-20 00:47:30 +02:00
Peter Simons
f399f890dd haskell-stack: clean up deep overrides 2019-06-19 22:46:56 +02:00
Peter Simons
3a1a49c9ab git-annex: update sha256 for version 7.20190615 2019-06-19 22:46:56 +02:00
Peter Simons
ef24a2c6d5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4 from Hackage revision
ea1610f9fc.
2019-06-19 22:46:50 +02:00
Peter Simons
7a56998521 hackage2nix: disable builds that are broken on Hydra 2019-06-19 22:45:52 +02:00
Peter Simons
4d1660a9e8 LTS Haskell 13.26 2019-06-19 22:45:52 +02:00
Sarunas Valaskevicius
bf36d566fc electron: fix electron crash when using file chooser dialog 2019-06-19 20:31:52 +01:00
Dmitry Kalinkin
7cb82ca2d3
Merge pull request #63490 from jonringer/bump_uproot
pythonPackages.uproot: 3.4.19 -> 3.7.0
2019-06-19 14:25:01 -04:00
Léo Gaspard
a9166c763d
Merge branch 'pr-63515'
* pr-63515:
  nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
2019-06-19 19:41:58 +02:00
Samuel Dionne-Riel
15879c318e vagrant: Don't patch salt provisioner's shebang
The script is intended to run on remote systems, not on the local
system. The shebang **has** to work where nix and the current store does
not exist.
2019-06-19 13:07:22 -04:00
Mario Rodas
cd2cab45a3
Merge pull request #63217 from r-ryantm/auto-update/bazelisk
bazelisk: 0.0.4 -> 0.0.7
2019-06-19 10:53:26 -05:00
Peter Simons
52b3ae8cb8 ghc-8.8.x: bump version to alpha 2 2019-06-19 17:19:48 +02:00
magenbluten
b54b5f9ad8 rocksdb: 5.11.3 -> 6.1.2
- mark osquery as broken
- mark ceph as broken

both osquery and ceph packages are outdated. furthermore, ceph has its
own inline rocksdb source tree which isn't use in the current nixpkg.
this needs to be fixed.
2019-06-19 15:01:27 +02:00
Mario Rodas
195d2cd708
Merge pull request #63314 from r-ryantm/auto-update/now-cli
now-cli: 15.3.0 -> 15.5.0
2019-06-19 07:42:12 -05:00
Doron Behar
0b383bdf78 nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
Use new URL of mtxclient. Make them both aware of nlohmann_json
dependency using `-Dnlohmann_json_DIR` in `cmakeFlags`.
2019-06-19 15:33:52 +03:00
Mario Rodas
de3935898f
Merge pull request #63298 from r-ryantm/auto-update/mill
mill: 0.4.0 -> 0.4.1
2019-06-19 07:33:50 -05:00
Matthieu Coudron
c33153bf13
Merge pull request #63108 from Shados/lua-packaging-improvements-pr
Lua/luarocks packaging improvements
2019-06-19 14:23:31 +02:00
Mario Rodas
56cc1e3aca
Merge pull request #63050 from marsam/init-cloud-nuke
cloud-nuke: init at 0.1.7
2019-06-19 07:22:07 -05:00
Timo Kaufmann
4fa9669bf7
python.pkgs.faker: lift restrictive dependencies (#63512)
Fixes the test suite
https://github.com/joke2k/faker/issues/970
2019-06-19 11:37:15 +02:00
Tadeo Kondrak
1e2f49abd1 ctypes_sh: init at 1.1 2019-06-19 11:33:18 +02:00
Vincent Laporte
37eef9055a coqPackages.gappalib: init at 1.4.1
This is the Coq support library for Gappa.
2019-06-19 09:24:34 +00:00
Tadeo Kondrak
c932a4de6d
drm_info: init at 2.1.0 2019-06-18 20:34:31 -06:00
worldofpeace
9d173119aa
Merge pull request #63486 from worldofpeace/gvfs/security-fixes-unstable
gvfs: security fixes
2019-06-18 22:26:32 -04:00
Mario Rodas
699941825a
Merge pull request #63472 from r-ryantm/auto-update/yarn
yarn: 1.16.0 -> 1.17.0
2019-06-18 20:26:22 -05:00
Dmitry Kalinkin
d56accc4f6
pythonPackages.uproot: fix tests on python27 2019-06-18 21:18:45 -04:00
Jonathan Ringer
3c2fc5fe45 pythonPackages.uproot: 3.4.19 -> 3.7.0 2019-06-18 17:25:40 -07:00
Jonathan Ringer
c786f67096 pythonPackages.uproot-methods: 0.4.7 -> 0.7.0 2019-06-18 17:24:31 -07:00
Jonathan Ringer
e4db60b694 pythonPackages.awkward: 0.10.3 -> 0.11.1 2019-06-18 17:23:05 -07:00
worldofpeace
fae9e165bb gvfs: fix CVE-2019-12795
This is a version of #63481 for master.

Vulnerability Description:
daemon/gvfsdaemon.c in gvfsd from GNOME gvfs before 1.38.3, 1.40.x before
1.40.2, and 1.41.x before 1.41.3 opened a private D-Bus server socket without
configuring an authorization rule. A local attacker could connect to this server
socket and issue D-Bus method calls. Note that the server socket only accepts
a single connection, so the attacker would have to discover the server and connect
to the socket before its owner does.

#63301
2019-06-18 19:48:47 -04:00
worldofpeace
02ea0d3959 gvfs: fix CVE-2019-1244{7.8.9}
This is a version of #63481 for master.

CVE-2019-12447:
daemon/gvfsbackendadmin.c mishandles file ownership because setfsuid is
not used.

CVE-2019-12448:
daemon/gvfsbackendadmin.c has race conditions because the admin backend
doesn't implement query_info_on_read/write.

CVE-2019-12449:
daemon/gvfsbackendadmin.c mishandles a file's user and group ownership
during move (and copy with G_FILE_COPY_ALL_METADATA) operations
from admin:// to file:// URIs, because root privileges are unavailable.

Upstream MR: https://gitlab.gnome.org/GNOME/gvfs/merge_requests/48
2019-06-18 19:48:47 -04:00
Mario Rodas
ba16a39aa4
Merge pull request #63377 from r-ryantm/auto-update/python3.7-kombu
python37Packages.kombu: 4.5.0 -> 4.6.3
2019-06-18 18:10:03 -05:00
Mario Rodas
5fef795af0
Merge pull request #63404 from r-ryantm/auto-update/python3.7-xcffib
python37Packages.xcffib: 0.8.0 -> 0.8.1
2019-06-18 18:00:00 -05:00
Mario Rodas
0c71f91496
Merge pull request #63372 from r-ryantm/auto-update/python3.7-jellyfish
python37Packages.jellyfish: 0.7.1 -> 0.7.2
2019-06-18 17:54:10 -05:00
Mario Rodas
c79caafb45
Merge pull request #63361 from r-ryantm/auto-update/python3.7-GeoAlchemy2
python37Packages.geoalchemy2: 0.6.2 -> 0.6.3
2019-06-18 17:52:14 -05:00
Mario Rodas
ac070b89d4
Merge pull request #63359 from r-ryantm/auto-update/python3.7-Flask-Cors
python37Packages.flask-cors: 3.0.7 -> 3.0.8
2019-06-18 17:50:30 -05:00
Mario Rodas
0bbe79eafa
Merge pull request #63364 from r-ryantm/auto-update/python3.7-guessit
python37Packages.guessit: 3.0.3 -> 3.0.4
2019-06-18 17:49:29 -05:00
Mario Rodas
10316c2549
Merge pull request #63396 from r-ryantm/auto-update/python3.7-rubymarshal
python37Packages.rubymarshal: 1.0.3 -> 1.2.6
2019-06-18 17:46:26 -05:00
R. RyanTM
3c26feda9d
python37Packages.kombu: 4.5.0 -> 4.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-kombu/versions
2019-06-18 17:44:51 -05:00
Mario Rodas
6d05fb8d56
Merge pull request #63400 from r-ryantm/auto-update/python3.7-srsly
python37Packages.srsly: 0.0.5 -> 0.0.7
2019-06-18 17:38:15 -05:00
R. RyanTM
ef3d467d3d tbb: 2019_U7 -> 2019_U8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tbb/versions
2019-06-18 17:33:02 -05:00
worldofpeace
83ba5afcc9
Merge pull request #63387 from r-ryantm/auto-update/python3.7-py3status
python37Packages.py3status: 3.18 -> 3.19
2019-06-18 17:34:29 -04:00
Ryan Mulligan
d4afaa8dc2
Merge pull request #63253 from r-ryantm/auto-update/git-ftp
git-ftp: 1.5.1 -> 1.5.2
2019-06-18 13:29:18 -07:00
Gabriel Ebner
c740f71c35
freecad: python3, qt5, occt7 (#63348)
freecad: python3, qt5, occt7
2019-06-18 22:00:23 +02:00
Marek Fajkus
a97986a481 elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes
Extends the number of available tools for Elm language.

1. fix and move "elm-test"
Previously located in nodePackages.elm-test but broken (see binwrap info).
Now fixed and located in elmPackages.elm-test

2. add "elm-verify-examples"
Generate tests from documentation examples

3. add "elm-upgrade"
upgrade assistant using statical analysis

4. add "elm-analyse"
static analysis for elm code (linter)

5. move "elm-doc-preview"
originally located in nodePackages.elm-upgrade - moved for consistency

6. add "elmi-to-json"
transforms elmi files to json - used by other tools like elm-test and
elm-verify-examples

Node.js based dependencies are defined the same way as nodePackages
contaparts but are independent (has it's own packages.json)

patch-binwrap.nix is used to as a replacement for binwrap package
used by some nodejs dependencies that depends on Haskell binaries
(elm-test and elm-verify-examples).

BREAKING CHANGE
===============
elm-doc-preview (as well as broken elm-test) is now commented
in `node-packages-v10.json` and should be removed once new
nix-expressions for node10 are generated (out of scope of this PR)

There are still 2 outstanding elm related packages in nodePackages

1. elm-oracle - legacy package which is not compatible with elm 0.19
2. elm-live - should be moved in the future I think
2019-06-18 21:29:10 +02:00
R. RyanTM
4ce580f99a zlog: 1.2.12 -> 1.2.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zlog/versions
2019-06-18 12:16:44 -07:00
worldofpeace
2c96ca1c83
Merge pull request #63415 from talkara/pythonPackages.robotframework-sshlibrary
pythonPackages.robotframework-sshlibrary: init at 3.3.0
2019-06-18 15:10:50 -04:00
Taito Horiuchi
fe150460a8 pythonPackages.robotframework-sshlibrary: init at 3.3.0 2019-06-18 15:08:00 -04:00
worldofpeace
f5fd79aebd
Merge pull request #63092 from mmahut/togglcli
pythonPackages.toggl-cli: init at 2.1.0 (and its dependencies)
2019-06-18 14:53:48 -04:00
R. RyanTM
cf081b250d yarn: 1.16.0 -> 1.17.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/yarn/versions
2019-06-18 11:49:02 -07:00
R. RyanTM
ac34c802eb wxSVG: 1.5.17 -> 1.5.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-06-18 10:47:39 -07:00
Jonathan Ringer
ca3c1a3835 github-release: 0.6.2 -> 0.7.2 2019-06-18 10:13:25 -07:00
R. RyanTM
3297873118 ponyc: 0.28.0 -> 0.28.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/ponyc/versions
2019-06-18 18:21:56 +02:00
Daiderd Jordan
c93a7f4d81
Merge pull request #63295 from ehamberg/patch-2
Don't use autoreconfHook for building Erlang/OTP
2019-06-18 18:17:29 +02:00
Profpatsch
8ce4463d4a bazel: add update script to update srcDeps from WORKSPACE file 2019-06-18 17:47:01 +02:00
R. RyanTM
95fb70c1bc sdcc: 3.8.0 -> 3.9.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/sdcc/versions
2019-06-18 17:19:25 +02:00
Mario Rodas
3cf3ca94e6
Merge pull request #63378 from r-ryantm/auto-update/python3.7-libtmux
python37Packages.libtmux: 0.8.1 -> 0.8.2
2019-06-18 06:45:42 -05:00
Mario Rodas
843cb19e61
Merge pull request #63379 from r-ryantm/auto-update/python3.7-lmdb
python37Packages.lmdb: 0.94 -> 0.95
2019-06-18 06:42:51 -05:00
Mario Rodas
e321cc2919
Merge pull request #63384 from r-ryantm/auto-update/python3.7-peewee
python37Packages.peewee: 3.9.5 -> 3.9.6
2019-06-18 06:41:03 -05:00
Mario Rodas
baa738fc69
Merge pull request #63407 from r-ryantm/auto-update/python3.7-zodbpickle
python37Packages.zodbpickle: 1.0.3 -> 1.0.4
2019-06-18 06:39:16 -05:00
Mario Rodas
dbda606547
Merge pull request #63406 from r-ryantm/auto-update/python3.7-zeroconf
python37Packages.zeroconf: 0.22.0 -> 0.23.0
2019-06-18 06:37:35 -05:00
Mario Rodas
4139842a84
Merge pull request #63397 from r-ryantm/auto-update/python3.7-smart_open
python37Packages.smart_open: 1.8.3 -> 1.8.4
2019-06-18 06:35:52 -05:00
R. RyanTM
4f177b90df
python27Packages.j2cli: 0.3.8 -> 0.3.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-j2cli/versions
2019-06-18 06:30:20 -05:00
R. RyanTM
bd5d97eb63 libbluray: 1.1.1 -> 1.1.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/libbluray/versions
2019-06-18 14:28:44 +03:00
Mario Rodas
7ade44ee67
Merge pull request #63390 from r-ryantm/auto-update/python3.7-pytest-faulthandler
python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.0
2019-06-18 06:16:36 -05:00
Mario Rodas
9d221d868e
Merge pull request #63391 from r-ryantm/auto-update/python3.7-rasterio
python37Packages.rasterio: 1.0.23 -> 1.0.24
2019-06-18 06:14:30 -05:00
Vladimír Čunát
5e045da578
treewide: fixup evaluation of updater scripts
... broken by f3282c8 #63177.  Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
2019-06-18 13:10:23 +02:00
Mario Rodas
7bd160ad48
Merge pull request #63405 from r-ryantm/auto-update/python3.7-yattag
python37Packages.yattag: 1.11.1 -> 1.11.2
2019-06-18 06:04:07 -05:00
Jan Tojnar
8cef6ec5fe
ffado: prevent build tools from leaking into closure (#63393)
ffado: prevent build tools from leaking into closure
2019-06-18 11:39:38 +02:00
Frederik Rietdijk
63dd7b7ac7 Merge staging into staging-next 2019-06-18 11:27:52 +02:00
Frederik Rietdijk
2a3488ac9d Revert "sqlite: enable parallel builds"
Revert due to reported issues
https://github.com/NixOS/nixpkgs/issues/63157

This reverts commit 93982349c8.
2019-06-18 11:27:46 +02:00
R. RyanTM
e62299f818 libmicrohttpd: 0.9.63 -> 0.9.64
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-06-18 11:17:10 +02:00
Franz Pletz
10812379fa libgit2: remove 0.26, default to 0.27 2019-06-18 11:16:48 +02:00
Frederik Rietdijk
58cbb1b9e2 python: scikit-learn: 0.20.3 -> 0.21.2 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
39fb749c6e python.pkgs.txaio: use latest pytest 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
a09c62c1a3 python.pkgs.whoosh: use latest pytest 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
fd97819cd0 python.pkgs.zeep: 3.3.1 -> 3.4.0 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
1646dcf266 python: Mako: 1.0.10 -> 1.0.12 2019-06-18 11:11:16 +02:00
Jonathan Ringer
31d30edf65 pythonPackages.azure-cli-core: init at 2.0.66 2019-06-18 11:11:16 +02:00
Jonathan Ringer
cf4febf040 pythonPackages.antlr4-python2-runtime: init at 4.7.2 2019-06-18 11:11:16 +02:00
Jonathan Ringer
1c47ee8570 pythonPackages.knack: init at 0.6.2 2019-06-18 11:11:16 +02:00
Jonathan Ringer
c508e700bd pythonPackages.azure-cli-telemetry: init at 1.0.2 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
f4667efdb3 python: psutil: 5.6.2 -> 5.6.3 2019-06-18 11:11:16 +02:00
Jonathan Ringer
f4c054b730 python.pkgs.psutil: 5.5.1 -> 5.6.2 2019-06-18 11:11:16 +02:00
Robert Scott
dbc5bcdb5c pythonPackages.scikit-build: fix build by disabling test_source_distribution test 2019-06-18 11:11:16 +02:00
Robert Scott
102cc2c709 pythonPackages.pytest-server-fixtures: 1.6.2 -> 1.7.0 2019-06-18 11:11:16 +02:00
Robert Scott
a8d09312b3 pythonPackages.pytest-virtualenv: 1.6.0 -> 1.7.0 2019-06-18 11:11:16 +02:00
Robert Scott
9f446bd8d0 pythonPackages.pytest-fixture-config: 1.4.0 -> 1.7.0 2019-06-18 11:11:16 +02:00
Robert Scott
ec4f4c965e pythonPackages.pytest-shutil: 1.6.0 -> 1.7.0 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
5b9b2bca3e pythonPackages.zipp: 0.3.3 -> 0.5.1 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
2bc5baa7b0 pythonPackages.importlib-metadata: 0.8 -> 0.18 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
93e5a93419 pythonPackages.zipp: disable tests 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
912b763fd9 pythonPackages.packaging: disable tests 2019-06-18 11:11:16 +02:00
Mario Rodas
1a7ffb4140 pythonPackages.pytest: 4.2.1 -> 4.6.3 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
96a662161c python: pluggy: 0.11.0 -> 0.12.0 2019-06-18 11:11:16 +02:00
Mario Rodas
706646e347 pythonPackages.werkzeug: 0.15.2 -> 0.15.4 2019-06-18 11:11:16 +02:00
Mario Rodas
738b300066 pythonPackages.execnet: 1.5.0 -> 1.6.0 2019-06-18 11:11:16 +02:00
Mario Rodas
3f9e3810f9 pythonPackages.pytest-xdist: 1.26.1 -> 1.28.0 2019-06-18 11:11:16 +02:00
Mario Rodas
50ccd6b32d pythonPackages.apipkg: fix pytest 4 support 2019-06-18 11:11:16 +02:00
Mario Rodas
16aea3da6a pythonPackages.chardet: fix pytest 4 support 2019-06-18 11:11:16 +02:00
Mario Rodas
9358a152d8 pythonPackages.wcwidth: disable test
To prevent infinite recursion with pytest
2019-06-18 11:11:16 +02:00
Mario Rodas
aad6f1ca90 pythonPackages.pluggy: 0.8.1 -> 0.11.0 2019-06-18 11:11:16 +02:00
Frederik Rietdijk
f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Frederik Rietdijk
95c7441d62
Merge staging-next into master
Staging next
2019-06-18 11:06:05 +02:00
Profpatsch
22c84c012c skawarePackages.skalibs: 2.8.0.0 -> 2.8.1.0 2019-06-18 10:55:06 +02:00
Frederik Rietdijk
41377252e5 Merge master into staging-next 2019-06-18 10:53:28 +02:00
adisbladis
51ef6acb0b
pythonPackages.poetry: 0.12.10 -> 0.12.16 2019-06-18 09:47:55 +01:00
Vladimír Čunát
0aa9f35a99
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00
Vincent Laporte
5e241a691b coqPackages.coqprime: enable for Coq 8.10 2019-06-18 07:29:11 +00:00
Vincent Laporte
dbb6f70006 coqPackages.bignums: enable for Coq 8.10 2019-06-18 07:29:11 +00:00
Bas van Dijk
ad96121365
Merge pull request #63333 from knl/enable-fsevents-api-for-fswatch
fswatch: Enable FSEvents API on Darwin
2019-06-18 09:26:20 +02:00
Marek Mahut
63bb864b34 python3Packages.toggl-cli: init at 2.1.0 2019-06-18 08:42:59 +02:00
Marek Mahut
d624a26c6a pythonPackages.inquirer: init at 2.6.3 2019-06-18 08:42:58 +02:00
Marek Mahut
57e940205f pythonPackages.validate-email: init at 1.3
The package name has been normalized to validate-email from validate_email.
2019-06-18 08:42:58 +02:00
Marek Mahut
2088b61ffb pythonPackages.ptable: init at unstable-2019-06-14
The package name has been normalized to ptable from PTable.
2019-06-18 08:42:58 +02:00
Marek Mahut
195935f626 pythonPackages.readchar: init at 2.0.0 2019-06-18 08:42:58 +02:00
Mario Rodas
afd0817677
Merge pull request #63255 from mnacamura/gauche
gauche: 0.9.7 -> 0.9.8
2019-06-18 00:42:18 -05:00
Mario Rodas
ce53d94113
Merge pull request #63219 from xrelkd/update/cargo-make
cargo-make: 0.19.5 -> 0.20.0
2019-06-18 00:36:07 -05:00
Mario Rodas
f4b78eb960
Merge pull request #63385 from r-ryantm/auto-update/python3.7-plotly
python37Packages.plotly: 3.9.0 -> 3.10.0
2019-06-18 00:34:49 -05:00
Mario Rodas
690011aaba
Merge pull request #63227 from r-ryantm/auto-update/buck
buck: 2019.05.22.01 -> 2019.06.17.01
2019-06-18 00:17:25 -05:00
Mario Rodas
8dc427d20e
Merge pull request #63380 from r-ryantm/auto-update/python3.7-micawber
python37Packages.micawber: 0.4.0 -> 0.4.1
2019-06-18 00:01:36 -05:00
R. RyanTM
08bb1b5612
buck: 2019.05.22.01 -> 2019.06.17.01
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
2019-06-17 23:50:19 -05:00
R. RyanTM
93965ed86b
folly: 2019.05.27.00 -> 2019.06.17.00
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-06-17 23:15:38 -05:00
Mario Rodas
d1c48ef2cb
Merge pull request #63342 from r-ryantm/auto-update/python3.7-apprise
python37Packages.apprise: 0.7.7 -> 0.7.8
2019-06-17 23:04:49 -05:00
Mario Rodas
96253ecbff
Merge pull request #63389 from r-ryantm/auto-update/python3.7-pymc3
python37Packages.pymc3: 3.6 -> 3.7
2019-06-17 23:02:05 -05:00
Mario Rodas
c9b3964dbd
Merge pull request #63403 from r-ryantm/auto-update/python3.7-trustme
python37Packages.trustme: 0.5.1 -> 0.5.2
2019-06-17 23:01:08 -05:00
Mario Rodas
20434f2af5
Merge pull request #63401 from r-ryantm/auto-update/python3.7-stripe
python37Packages.stripe: 2.29.3 -> 2.30.0
2019-06-17 22:51:00 -05:00
Mario Rodas
7d8eb0566a
Merge pull request #63402 from r-ryantm/auto-update/python3.7-twilio
python37Packages.twilio: 6.27.1 -> 6.28.0
2019-06-17 22:50:21 -05:00
R. RyanTM
e1cbd3e615
python37Packages.stripe: 2.29.3 -> 2.30.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/python3.7-stripe/versions
2019-06-17 22:46:46 -05:00
Mario Rodas
04509890e5
Merge pull request #63368 from r-ryantm/auto-update/python3.7-html5-parser
python37Packages.html5-parser: 0.4.6 -> 0.4.7
2019-06-17 22:40:52 -05:00
Mario Rodas
1ff37c7aad
Merge pull request #63382 from r-ryantm/auto-update/python3.7-Nuitka
python37Packages.Nuitka: 0.6.3.1 -> 0.6.4
2019-06-17 22:33:57 -05:00
R. RyanTM
c9fb683e8d
python37Packages.sphinxcontrib_plantuml: 0.15 -> 0.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sphinxcontrib-plantuml/versions
2019-06-17 22:24:37 -05:00
Mario Rodas
8a222cbd8f
Merge pull request #63176 from jonringer/add_azure_cosmos
pythonPackages.azure-cosmos: init at 3.1.0
2019-06-17 22:19:47 -05:00
Mario Rodas
2163e6ce64
Merge pull request #63175 from jonringer/add_pydocumentdb
pythonPackages.pydocumentdb: init at 2.3.3
2019-06-17 22:19:24 -05:00
R. RyanTM
1196166551 python37Packages.zodbpickle: 1.0.3 -> 1.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zodbpickle/versions
2019-06-17 20:17:54 -07:00
R. RyanTM
d56ac1fa71 python37Packages.zeroconf: 0.22.0 -> 0.23.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/python3.7-zeroconf/versions
2019-06-17 20:14:59 -07:00
R. RyanTM
e5e73f1285 python37Packages.yattag: 1.11.1 -> 1.11.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/python3.7-yattag/versions
2019-06-17 20:12:16 -07:00
R. RyanTM
fb5ce30e28 python37Packages.xcffib: 0.8.0 -> 0.8.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/python3.7-xcffib/versions
2019-06-17 20:06:15 -07:00
R. RyanTM
56ecd04641 python37Packages.trustme: 0.5.1 -> 0.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/python3.7-trustme/versions
2019-06-17 19:34:55 -07:00
R. RyanTM
58f93fa3e8 python37Packages.twilio: 6.27.1 -> 6.28.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/python3.7-twilio/versions
2019-06-17 19:28:30 -07:00
R. RyanTM
2ea77f9520 python37Packages.srsly: 0.0.5 -> 0.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/python3.7-srsly/versions
2019-06-17 19:02:33 -07:00
R. RyanTM
1c59a1e4e7 python37Packages.smart_open: 1.8.3 -> 1.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-smart_open/versions
2019-06-17 18:27:49 -07:00
Jan Tojnar
cf41cb2b4a
libxmlxx3: split out doc output 2019-06-18 03:16:05 +02:00
Jan Tojnar
8e7cea5cb8
libxmlxx3: split out dev output 2019-06-18 03:10:05 +02:00
R. RyanTM
33656e9734 python37Packages.rubymarshal: 1.0.3 -> 1.2.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/python3.7-rubymarshal/versions
2019-06-17 18:07:38 -07:00
R. RyanTM
89a7f0cafa python37Packages.rasterio: 1.0.23 -> 1.0.24
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rasterio/versions
2019-06-17 17:40:51 -07:00
R. RyanTM
74db311672 python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.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/python3.7-pytest-faulthandler/versions
2019-06-17 17:00:25 -07:00
R. RyanTM
a53e95fccc python37Packages.pymc3: 3.6 -> 3.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/python3.7-pymc3/versions
2019-06-17 16:38:46 -07:00
R. RyanTM
7220d2b3c2 python37Packages.py3status: 3.18 -> 3.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/python3.7-py3status/versions
2019-06-17 15:58:41 -07:00
R. RyanTM
23f54782f7 python37Packages.plotly: 3.9.0 -> 3.10.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/python3.7-plotly/versions
2019-06-17 15:35:09 -07:00
R. RyanTM
4b15a84707 python37Packages.peewee: 3.9.5 -> 3.9.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/python3.7-peewee/versions
2019-06-17 15:15:24 -07:00
R. RyanTM
e6c575e199 python37Packages.Nuitka: 0.6.3.1 -> 0.6.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nuitka/versions
2019-06-17 14:53:07 -07:00
R. RyanTM
7dbb4e22bd python37Packages.micawber: 0.4.0 -> 0.4.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/python3.7-micawber/versions
2019-06-17 14:00:56 -07:00
R. RyanTM
a6ee5acac7 python37Packages.lmdb: 0.94 -> 0.95
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-lmdb/versions
2019-06-17 13:53:37 -07:00
R. RyanTM
4c9f4136d4 python37Packages.libtmux: 0.8.1 -> 0.8.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/python3.7-libtmux/versions
2019-06-17 13:47:04 -07:00
Michael Raskin
fd12b57a2d
Merge pull request #63370 from yrashk/picolisp-httpGate
picolisp: include httpGate tool
2019-06-17 20:21:00 +00:00
R. RyanTM
a7d85f5ae1 linbox: 1.6.2 -> 1.6.3 (#63288)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/linbox/versions
2019-06-17 22:08:03 +02:00
R. RyanTM
f4b609bf54 lttng-tools: 2.10.6 -> 2.10.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/lttng-tools/versions
2019-06-17 21:40:39 +02:00
Bjørn Forsman
4cb1d299dd
Merge pull request #63291 from r-ryantm/auto-update/lttng-ust
lttng-ust: 2.10.3 -> 2.10.4
2019-06-17 21:40:04 +02:00
Lancelot SIX
994a2319a1
Merge pull request #63354 from r-ryantm/auto-update/python3.7-Django
python37Packages.django_2_2: 2.2.1 -> 2.2.2
2019-06-17 21:25:54 +02:00
R. RyanTM
2c7fa828f8 python37Packages.jellyfish: 0.7.1 -> 0.7.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/python3.7-jellyfish/versions
2019-06-17 12:19:54 -07:00
Matthew Bauer
4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Yurii Rashkovskii
0e6843b46f
picolisp: include httpGate tool
https://software-lab.de/doc/httpGate.html

httpGate is a central element of the PicoLisp application server
architecture. Its purpose is to perform the following tasks:

* Provide a single application entry port (e.g. 80 or 443).
* Allow PicoLisp applications to run as non-root.
* Start application servers on demand.
* Handle HTTPS/SSL communication.
2019-06-17 12:04:00 -07:00
R. RyanTM
17c719f7cc python37Packages.html5-parser: 0.4.6 -> 0.4.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/python3.7-html5-parser/versions
2019-06-17 11:58:14 -07:00
Lancelot SIX
13859d3fd4
pythonPackages.django_2_1: 2.1.8 -> 2.1.9
See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
2019-06-17 20:54:41 +02:00
Lancelot SIX
1a3e3345d3
pythonPackages.django: 1.11.20 -> 1.11.21
See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
2019-06-17 20:48:23 +02:00
Matthew Bauer
263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
R. RyanTM
1a7773998d python37Packages.guessit: 3.0.3 -> 3.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-guessit/versions
2019-06-17 11:39:16 -07:00
R. RyanTM
d912b0d845 python37Packages.google-i18n-address: 2.3.4 -> 2.3.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-i18n-address/versions
2019-06-17 11:34:19 -07:00
R. RyanTM
f22dfeb1cf python37Packages.geoalchemy2: 0.6.2 -> 0.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geoalchemy2/versions
2019-06-17 11:14:31 -07:00
R. RyanTM
04cf86e6c3 python37Packages.flask-cors: 3.0.7 -> 3.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flask-cors/versions
2019-06-17 11:06:06 -07:00
R. RyanTM
802b8890d2
python37Packages.falcon: 1.4.1 -> 2.0.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/python3.7-falcon/versions
2019-06-17 10:54:26 -07:00
R. RyanTM
9b98d400d1 python37Packages.django_2_2: 2.2.1 -> 2.2.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/python3.7-django/versions
2019-06-17 10:31:53 -07:00
R. RyanTM
c621f198a5 python37Packages.cassandra-driver: 3.17.1 -> 3.18.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/python3.7-cassandra-driver/versions
2019-06-17 09:50:06 -07:00
Gabriel Ebner
cc5f64c3ea geant4: fix build with enableInventor = true 2019-06-17 18:40:52 +02:00
Gabriel Ebner
d8392958f7 soxt: 1.3.0 -> unstable-2019-06-14 2019-06-17 18:40:52 +02:00
Gabriel Ebner
9a40e48d87 opencascade-occt: remove unused depdendencies 2019-06-17 18:39:21 +02:00
Gabriel Ebner
611717602b pythonPackages.pivy: 20101207 -> 0.6.5a2 2019-06-17 18:39:21 +02:00
Gabriel Ebner
2950c57a65 soqt: 1.5.0 -> 1.6.0a 2019-06-17 18:39:21 +02:00
Gabriel Ebner
259eb2e966 coin3d: 3.1.3 -> unstable-2019-06-12 2019-06-17 18:39:21 +02:00
Gabriel Ebner
b21ec0b9bf pythonPackages.pyside2-tools: init at 5.12.3 2019-06-17 18:39:21 +02:00
Gabriel Ebner
be4d04de47 pythonPackages.pyside2: init at 5.12.3 2019-06-17 18:39:21 +02:00
Gabriel Ebner
b0aab3026f pythonPackages.shiboken2: init at 5.12.3 2019-06-17 18:39:21 +02:00
R. RyanTM
e43fe5a1d5 python37Packages.astropy-helpers: 3.1.1 -> 3.2.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/python3.7-astropy-helpers/versions
2019-06-17 08:55:46 -07:00
Matthew Bauer
f7e2bb8cff mesa: rename from mesa-noglu to mesa 2019-06-17 11:49:27 -04:00
Matthew Bauer
f0733a07d5 treewide: remove libGLSupported from pkgs
This isn’t a package, and we already have mesaPlatforms to handle this logic.
2019-06-17 11:49:22 -04:00
R. RyanTM
80e8c6104a python37Packages.apprise: 0.7.7 -> 0.7.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-apprise/versions
2019-06-17 08:45:18 -07:00
Vincent Demeester
dbec3654ef
buildah: 1.8.3 -> 1.9.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-06-17 17:43:41 +02:00
R. RyanTM
299996bc38 python37Packages.aiorpcx: 0.17.0 -> 0.18.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aiorpcx/versions
2019-06-17 08:38:34 -07:00
Mario Rodas
4f7a080f48
ocamlPackages.merlin: 3.3.0 -> 3.3.1 2019-06-17 10:20:00 -05:00
R. RyanTM
a9fa690679 prometheus-cpp: 0.6.0 -> 0.7.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/prometheus-cpp/versions
2019-06-17 08:02:09 -07:00
xbreak
2b51328002 waf: Added support for optional extra tools (#63042)
The list of tools `withTools` are included as extra tools when building
waf.

Example:

    mywaf = callPackage ../development/tools/build-managers/waf {
      python = python3;
      withTools = [ "doxygen" ];
    };
2019-06-17 10:23:52 -04:00
R. RyanTM
4b4cdb0cf2 aravis: 0.6.2 -> 0.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aravis/versions
2019-06-17 15:30:23 +02:00
R. RyanTM
29474ece78 cimg: 2.6.4 -> 2.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cimg/versions
2019-06-17 15:29:33 +02:00
Nikola Knezevic
a0bbe1aa27 fswatch: Enable FSEvents API on Darwin
On Darwin we can benefit from FSEvents API (that fswatch supports) in order to
have better monitoring of file system changes.
2019-06-17 15:06:04 +02:00
R. RyanTM
961bbc2153 openvdb: 6.0.0 -> 6.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/openvdb/versions
2019-06-17 05:32:23 -07:00
R. RyanTM
d4dddd9b68 ocamlPackages.ppxfind: 1.2 -> 1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ppxfind/versions
2019-06-17 04:32:20 -07:00
R. RyanTM
069f2235af brial: 1.2.4 -> 1.2.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brial/versions
2019-06-17 13:23:05 +02:00
R. RyanTM
de6f163d80 now-cli: 15.3.0 -> 15.5.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/now-cli/versions
2019-06-17 02:55:54 -07:00
markuskowa
092c25ac08
Merge pull request #63213 from r-ryantm/auto-update/armadillo
armadillo: 9.400.4 -> 9.500.2
2019-06-17 11:15:39 +02:00
Jan Tojnar
684ce6921b
liblouis: 3.9.0 -> 3.10.0 (#63280)
liblouis: 3.9.0 -> 3.10.0
2019-06-17 10:56:32 +02:00
R. RyanTM
7598c1182b mill: 0.4.0 -> 0.4.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/mill/versions
2019-06-17 01:21:11 -07:00
Erlend Hamberg
d4d19e34db
Don't use autoreconfHook for building Erlang/OTP
This is in preparation for adding Erlang/OTP 22 which no longer has a
`configure.in` and fails to build with the current
`generic-builder.nix`, but it should work for all supported, previous
versions of Erlang (R18–R21) as well.

Fixes #62775
2019-06-17 09:54:44 +02:00
R. RyanTM
e8d79a52a9 lttng-ust: 2.10.3 -> 2.10.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-06-17 00:24:21 -07:00
Vincent Laporte
b00a5f5557 ocamlPackages.mlgmpidl: 1.2.8 -> 1.2.10 2019-06-17 06:32:34 +00:00
R. RyanTM
23ad04a3cd libsolv: 0.7.4 -> 0.7.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2019-06-16 23:20:59 -07:00
R. RyanTM
9e76c00b1b liblouis: 3.9.0 -> 3.10.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/liblouis/versions
2019-06-16 22:58:12 -07:00
Daniel Vianna
d72887e0d2 pythonPackages.pytest-watch: init at 4.2.0
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-06-17 01:58:10 -04:00
Daniel Vianna
73d0b53ff2 pythonPackages.pytest-testmon: init at 0.9.16
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-06-17 01:58:10 -04:00
Mario Rodas
239de52198 tflint: init at 0.8.3 (#63012) 2019-06-16 20:02:03 -07:00
R. RyanTM
831fcf8801 heimdal: 7.6.0 -> 7.7.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/heimdal/versions
2019-06-16 19:00:04 -07:00
R. RyanTM
b227795426 givaro: 4.1.0 -> 4.1.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/givaro/versions
2019-06-16 17:12:02 -07:00
Mitsuhiro Nakamura
ab5f07960a gauche: 0.9.7 -> 0.9.8 2019-06-17 09:02:26 +09:00
R. RyanTM
ab7032afa8 git-ftp: 1.5.1 -> 1.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/git-ftp/versions
2019-06-16 16:58:46 -07:00
Austin Seipp
e6a0514aaf libfsm: init at 0.1pre1869_f70c3c5
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 16:39:42 -05:00
worldofpeace
9e84b40423
Merge pull request #63232 from risicle/ris-hdbscan-fix
pythonPackages.hdbscan: fix build by applying upstream patch
2019-06-16 17:11:38 -04:00
Robert Scott
2be7ccf2a3 pythonPackages.hdbscan: fix build by applying upstream patch
simple missing import in one of the test modules
2019-06-16 21:53:14 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Austin Seipp
ccee4117be bmake: fix version/url, fix tests, remove unneeded deps
As noted by @jameysharp in #63181.

Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 14:26:49 -05:00
Matthew Bauer
4d5c1c8136
Merge pull request #62971 from lilyball/bundlerApp-passthru
bundlerApp: Set up passthru properly
2019-06-16 15:03:10 -04:00
Robert Scott
d67d182b4c pythonPackages.django-sites: fix build, flesh out comments 2019-06-16 19:17:03 +02:00
Austin Seipp
c6830326b2 theft: 0.4.4 -> 0.4.5, fix pkg-config file
The libtheft.pc file was using prefix=/usr/local for its own relative
-L/-l/-I parameters for GCC, giving incorrect results. (This is really
more of an upstream bug.)

This also adds myself to the maintainer list, and enables builds on
non-Linux platforms.

Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 09:34:16 -07:00
xrelkd
71ce2a1cd3 cargo-make: 0.19.5 -> 0.20.0 2019-06-16 22:51:51 +08:00
R. RyanTM
3d0d64bcbc bazelisk: 0.0.4 -> 0.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/bazelisk/versions
2019-06-16 07:26:04 -07:00
R. RyanTM
c7239f3aae ammonite: 1.6.7 -> 1.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2019-06-16 09:39:33 -04:00
R. RyanTM
0a2f247a73 armadillo: 9.400.4 -> 9.500.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-06-16 06:33:37 -07:00
Robert Scott
4dcbdbc416 pythonPackages.django_taggit: fix build, enable tests 2019-06-16 14:15:24 +01:00
Marek Mahut
3aa8f9448c
zziplib: patch CVE-2018-17828
Fixes https://github.com/NixOS/nixpkgs/issues/61961
Close https://github.com/NixOS/nixpkgs/pull/63189
vcunat amended some nitpicks into the original commit.
2019-06-16 12:17:30 +02:00
Frederik Rietdijk
9de9a15b86 Merge staging-next into staging 2019-06-16 09:04:52 +02:00
Frederik Rietdijk
7adbdd9758 Merge master into staging-next 2019-06-16 09:04:24 +02:00
Bas van Dijk
0bc377d47d
Merge pull request #63160 from basvandijk/opencv-4.1.0
opencv: 4.0.1 -> 4.1.0
2019-06-16 08:57:30 +02:00
Bas van Dijk
bf5e3c24d0
Merge pull request #63162 from basvandijk/opencv-3.4.6
opencv: 3.4.5 -> 3.4.6
2019-06-16 08:55:49 +02:00
Michael Raskin
2edd48b4fd
Merge pull request #63139 from yrashk/picolisp-w3m-help
picolisp: fix help functionality
2019-06-16 06:50:14 +00:00
Yurii Rashkovskii
6278dbf8c4
picolisp: fix help functionality
Currently, trying to use help results in something like this:

```
: (help 'db)
========================================
w3m: Can't exec
=======================================
```

By including `w3m` as an input, the behaviour changes to:

```
: (help 'db)
========================================
(db 'sym 'cls ['hook] 'any ['sym 'any ..]) -> sym | NIL
Returns a database object of class cls, where the values for the sym arguments
correspond to the any arguments. If a matching object cannot be found, NIL is
returned. sym, cls and hook should specify a tree for cls or one of its
superclasses. See also aux, collect, request, fetch, init and step.

========================================
-> db
```
2019-06-15 23:25:32 -07:00
Austin Seipp
ebb3f4d428 bmake: init at 20121212
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 22:46:14 -07:00
Austin Seipp
a1dd419c1f liburing: 1.0.0pre132 -> 1.0.0pre137
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 23:21:19 -05:00
Mario Rodas
f30c0c5cf1
Merge pull request #63148 from marsam/init-reviewdog
reviewdog: init at 0.9.12
2019-06-15 19:01:07 -05:00
Jan Tojnar
c96ee919cf
flatpak-builder: 1.0.6 -> 1.0.7 (#62413)
flatpak-builder: 1.0.6 -> 1.0.7
2019-06-16 01:39:09 +02:00
Jan Tojnar
ccc6ffe2dc
flatpak-builder: add installed tests 2019-06-16 01:22:12 +02:00
Jonathan Ringer
cd730d57f0 pythonPackages.azure-cosmos: init at 3.1.0 2019-06-15 13:53:58 -07:00
Jonathan Ringer
d20e963e91 pythonPackages.pydocumentdb: init at 2.3.3 2019-06-15 13:27:19 -07:00
Robert Scott
46ce40ba6a pythonPackages.matchpy: 0.4.6 -> 0.5.1, fix build 2019-06-15 20:11:00 +02:00
Will Dietz
8a41d6631c pygraphviz: 1.3.1 -> 1.5
https://github.com/pygraphviz/pygraphviz/releases
2019-06-15 20:07:41 +02:00
R. RyanTM
ee453e1b38
flatpak-builder: 1.0.6 -> 1.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/flatpak-builder/versions
2019-06-15 19:34:34 +02:00
Frederik Rietdijk
f1bf93eb8e bison: 3.3.2 -> 3.4.1 2019-06-15 19:06:37 +02:00
Ben Wolsieffer
0a7bc4645b guile: 2.2.3 -> 2.2.4 2019-06-15 18:20:16 +02:00
Ben Wolsieffer
7c11742f85 boehm-gc: remove libatomic_ops build input 2019-06-15 18:20:16 +02:00
Ben Wolsieffer
26e907886c boehm-gc: remove unneeded dontStrip attribute 2019-06-15 18:20:16 +02:00
Will Dietz
044b8b6440 nghttp2: 1.38.0 -> 1.39.1
https://nghttp2.org/blog/2019/06/11/nghttp2-v1-39-1/
2019-06-15 18:17:33 +02:00
Will Dietz
6d7cdd7f8b dbus: 1.12.14 -> 1.12.16
https://gitlab.freedesktop.org/dbus/dbus/blob/dbus-1.12.16/NEWS

It's short and explains the CVE a bit, including below:

> CVE-2019-12749: Do not attempt to carry out DBUS_COOKIE_SHA1
> authentication for identities that differ from the user running the
> DBusServer. Previously, a local attacker could manipulate symbolic
> links in their own home directory to bypass authentication and connect
> to a DBusServer with elevated privileges. The standard system and
> session dbus-daemons in their default configuration were immune to this
> attack because they did not allow DBUS_COOKIE_SHA1, but third-party
> users of DBusServer such as Upstart could be vulnerable.   Thanks to Joe
> Vennix of Apple Information Security.   (dbus#269, Simon McVittie)
2019-06-15 18:16:58 +02:00
Bas van Dijk
9f52f0e6b8 opencv: 3.4.5 -> 3.4.6 2019-06-15 16:54:31 +02:00
Bas van Dijk
baf54b6b8b opencv: 4.0.1 -> 4.1.0 2019-06-15 16:17:51 +02:00
Jan Tojnar
3a61b88269
flatpak: Preserve pixbuf path in validate-icon (#63122)
flatpak: Preserve pixbuf path in validate-icon
2019-06-15 12:29:12 +02:00
Frederik Rietdijk
482c74cfb8 Merge staging into staging-next 2019-06-15 10:49:30 +02:00
Frederik Rietdijk
9bd6c5d817
Merge staging-next into master 2019-06-15 10:46:55 +02:00
Frederik Rietdijk
a6b2d4b82c pythonPackages.mecab-python3: fix build, disable tests 2019-06-15 10:44:56 +02:00
Frederik Rietdijk
b7b6388db6 xgboost: use stdenv.hostPlatform.extensions.sharedLibrary 2019-06-15 10:42:19 +02:00
Frederik Rietdijk
ce1fca183a python: Cython: 0.29.9 -> 0.29.10 2019-06-15 10:35:06 +02:00
Lily Ballard
96d79aff40 cocoapods: 1.7.1 -> 1.7.2
Also update cocoapods-beta to match.
2019-06-15 10:31:10 +02:00
Matthieu Coudron
6465fd4998 python3Packages.cmd2: 0.9.12 -> 0.9.13
Changelog: https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md
2019-06-15 10:22:54 +02:00
Frederik Rietdijk
d707750c4a python: geopy: 1.18.1 -> 1.20.0 2019-06-15 10:20:03 +02:00
Frederik Rietdijk
bd2188a57d pythonPackages.audioread: fix build 2019-06-15 10:15:12 +02:00
Frederik Rietdijk
b5ff613f6e python: audioread: 2.1.7 -> 2.1.8 2019-06-15 10:14:22 +02:00
Frederik Rietdijk
8d93e63a53 pythonPackages.ipython: fix in order for ipykernel tests to pass 2019-06-15 10:13:45 +02:00
Frederik Rietdijk
ad9a4d0d5e pythonPackages.pygal: fix build 2019-06-15 10:07:07 +02:00