Commit Graph

65694 Commits

Author SHA1 Message Date
Jonathan Ringer 7b6ef636ab pythonPackages.docker: 3.7.2 -> 4.0.1 2019-06-19 17:44:24 -07: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
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
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
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
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
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