Commit graph

39727 commits

Author SHA1 Message Date
Daiderd Jordan 6058539272
re2: fix dylib library id 2017-09-09 15:10:03 +02:00
Nikolay Amiantov 0d558049cf protobufc: add missed file 2017-09-09 15:18:24 +03:00
Arseniy Seroka 554ed27ebd Merge pull request #29085 from dtzWill/update/rr-5.0
rr: 4.5.0 -> 5.0.0
2017-09-09 15:18:08 +03:00
Frederik Rietdijk 6589ee83c2 Merge pull request #29134 from abbradar/protobuf
Update protobuf and remove old versions
2017-09-09 09:27:10 +02:00
Vladimír Čunát 9d6ac8eada
mesa: maintenance 17.1.8 -> 17.1.9 2017-09-09 07:54:46 +02:00
Vincent Laporte 6e009edc41 aften: init at 0.0.8
Aften is an audio encoder which generates compressed audio streams based on
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby®
Digital and is one of the audio codecs used in DVD-Video content.

Homepage: http://aften.sourceforge.net/
2017-09-09 05:58:09 +02:00
Nikolay Amiantov 1f2a18d916 protobuf: remove old versions
This leaves only protobuf3_1 which is the last version with libprotobuf2.

Also fix several packages to build with the latest protobuf.
2017-09-09 05:54:43 +03:00
Frederik Rietdijk 8bad0a7f23 Merge pull request #29090 from catern/master
pythonPackages.linuxfd: init at 1.4.4
2017-09-08 22:03:08 +02:00
Robert Helgesson 23cc97f16b python-gst-python: fix pygi overrides dir path
Before it created a lib directory inside the lib directory.
2017-09-08 21:53:38 +02:00
Frederik Rietdijk febd5e323d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-08 20:48:14 +02:00
Nikolay Amiantov 4bdcb220c9 protobufc: 1.1 -> 1.3 2017-09-08 21:23:42 +03:00
Lancelot SIX 653cad7a3c gdb: 8.0 -> 8.0.1
See http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00005.html
for release information.
2017-09-08 17:51:23 +02:00
Jörg Thalheim 9897303cd6 Merge pull request #29102 from peterhoeg/f/gems
rubygems: 2.6.10 -> 2.6.13
2017-09-08 16:17:12 +01:00
Peter Simons 8a71425b82 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision
4c3ddafacc.
2017-09-08 16:09:21 +02:00
Peter Simons 72451b5b77 hackage2nix: include "haskell-gi-overloading == 0.0" in our package set 2017-09-08 16:09:21 +02:00
Ben Ford 94ba1c02f6 Change link in explanation to upstream issue 2017-09-08 13:45:56 +01:00
Ben Ford 30ce53d105 Add a note about the changes 2017-09-08 13:13:22 +01:00
Ben Ford 017a356082 Also had to add dontCheck integration test seems to hang
(unit tests all pass)
2017-09-08 13:08:26 +01:00
Ben Ford 3205d164c6 Fix hw-kafka-client haskell package 2017-09-08 12:31:02 +01:00
Frederik Rietdijk c3a0c3c9f1 Revert "python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428"
This reverts commit b73e3bfafd.

See https://github.com/NixOS/nixpkgs/issues/29103
2017-09-08 08:55:05 +02:00
Vincent Laporte ebd5c936fd ocamlPackages.cmdliner: make version 1.0 the default 2017-09-08 04:09:11 +00:00
Peter Hoeg 9f51b3c105 rubygems: 2.6.10 -> 2.6.13
Fixes a number of CVEs:

- a DNS request hijacking vulnerability. (CVE-2017-0902)
- an ANSI escape sequence vulnerability. (CVE-2017-0899)
- a DoS vulnerability in the query command. (CVE-2017-0900)
- a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files. (CVE-2017-0901)
2017-09-08 12:07:55 +08:00
Peter Hoeg 01a6878bb1 ruby: boy scout cleanups 2017-09-08 12:07:39 +08:00
Vincent Laporte e93d92d391 ocamlPackages.cmdliner: 1.0.0 -> 1.0.2 2017-09-08 03:00:27 +00:00
Nikolay Amiantov 6f7b62e038 protobuf: default to 3.4 2017-09-08 03:40:56 +03:00
Nikolay Amiantov 721aba33b4 protobuf3_4: init at 3.4.0 2017-09-08 03:40:56 +03:00
Anderson Torres 936dca89df Merge pull request #28969 from disassembler/xiphos
xiphos: 4.0.3 -> 4.0.6
2017-09-07 17:11:45 -03:00
Spencer Baugh 4978b204e3 pythonPackages.linuxfd: init at 1.4.4 2017-09-07 19:45:30 +00:00
Jörg Thalheim 56ccd27dee Merge pull request #29073 from Mic92/mongodb/2.4.8
mfi-controller: remove
2017-09-07 20:31:19 +01:00
Frederik Rietdijk 56c56fb414 Merge pull request #29072 from FRidh/python-fixes-3
Python: several fixes (3)
2017-09-07 19:26:20 +02:00
Frederik Rietdijk b73e3bfafd python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428
While we tell pip not to fetch (with the `--no-index` option),
`setuptools` can do so itself. In the past we used a `distutils.cfg`
with `allow-hosts = None` to prevent setuptools from fetching itself.
This was removed when we started building wheels in
2562f94de4e4fd2ddc677187fa2e2848L69.

The `dist-utils.cfg` code was still there, and adding it to
`buildInputs` is sufficient.

Tested with python.pkgs.passlib by removing the `checkInputs` / `nose`.
2017-09-07 19:22:06 +02:00
zimbatm 2ae7e952b2 yarn: 0.28.4 -> 1.0.1 2017-09-07 18:10:09 +01:00
Will Dietz b95dc6f7d6 rr: 4.5.0 -> 5.0.0 2017-09-07 12:05:09 -05:00
Peter Simons 9903f4e2ed haskell-binary-orphans: use latest version when compiling with ghc-8.2.x 2017-09-07 17:42:25 +02:00
Peter Simons 0898cd2521 haskell-Agda: use old Happy version to fix the build 2017-09-07 17:42:25 +02:00
Peter Simons 7af6cb984e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision
119ce17843.
2017-09-07 17:42:20 +02:00
Peter Simons d2c9a8c6a4 hackage2nix: keep old happy 1.19.5 around for Agda 2017-09-07 17:42:04 +02:00
Peter Simons d382d2b91f hackage2nix: disable broken builds 2017-09-07 17:42:04 +02:00
Peter Simons 072a0d8872 haskell-happy: fix build with ghc-7.8.x 2017-09-07 17:41:27 +02:00
Peter Simons 8809e87684 haskell-pandoc: compile ghc-8.2.x version with Cabal 1.x to avoid errors in Setup.hs 2017-09-07 17:41:27 +02:00
Peter Simons e8826a9ac4 haskell-aws: jailbreak when building with ghc-8.2.x 2017-09-07 17:41:27 +02:00
Peter Simons e1c5e81b90 haskell-aeson-compat: use latest version when building with ghc 8.2.x
Also, disable test suite to avoid depending on QuickCheck 2.10.*.
2017-09-07 17:41:27 +02:00
Nikolay Amiantov db5a5ccf2b python.pkgs.TheanoWithoutCuda: don't propagate stdenv
Fixes errors during buildEnv.
2017-09-07 17:04:54 +03:00
Nikolay Amiantov 4999aeb7b7 python.pkgs.protobuf: fix build 2017-09-07 17:04:29 +03:00
Nikolay Amiantov eb6a8c3f52 dlib: 19.4 -> 19.6 2017-09-07 17:04:29 +03:00
Nikolay Amiantov e5059a8739 bazel: 0.4.5 -> 0.5.4 2017-09-07 17:04:29 +03:00
Nikolay Amiantov 1704eeb930 gcc7: 7.1.0 -> 7.2.0 2017-09-07 17:04:29 +03:00
Frederik Rietdijk a26ae760e2 python.pkgs.setuptools: upgrade to 36.4.0 2017-09-07 15:06:22 +02:00
Hendrik Schaeidt 66aa2b1e08 nodePackages.ionic: init at 3.9.2 2017-09-07 13:10:21 +02:00
Eelco Dolstra ec8d41f08c
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
This reverts commit 0a944b345e, reversing
changes made to 61733ed6cc.

I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
2017-09-07 12:51:21 +02:00
Peter Hoeg 0bac95c976 rake: 11.1.0 -> 12.0.0 2017-09-07 17:50:36 +08:00
Michael Raskin 8343a6c7a5 lispPackages.clsql-sqlite3: init 2017-09-07 11:40:06 +02:00
Jörg Thalheim 9ee5727459 v8: remove 3.14.5.10
was only used by mongodb248
2017-09-07 10:20:22 +01:00
Jörg Thalheim 37d3a4425e python.pkgs.keyring: move out of python-packages.nix 2017-09-07 09:54:07 +01:00
Frederik Rietdijk 52932fade0 python.pkgs.fixtures: 1.4.0 -> 3.0.0 2017-09-07 10:18:44 +02:00
Frederik Rietdijk b7eb4a4f90 python.pkgs.fixtures: fix build 2017-09-07 10:17:55 +02:00
Frederik Rietdijk 85e2083aaf python.pkgs.django-multiselectfield: 0.1.3 -> 0.1.8 2017-09-07 10:11:45 +02:00
Frederik Rietdijk 700c95a706 python.pkgs.restview: 2.5.2 -> 2.7.0 2017-09-07 10:01:51 +02:00
Frederik Rietdijk 69435dfba5 python.pkgs.readme_renderer: init at 17.2 2017-09-07 10:01:06 +02:00
Frederik Rietdijk b690856b62 python.pkgs.logfury: fix build 2017-09-07 09:52:47 +02:00
Frederik Rietdijk a75dd64338 python.pkgs.statsmodels: disable tests 2017-09-07 09:48:54 +02:00
Frederik Rietdijk d38ee5b46c Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-07 09:29:44 +02:00
Frederik Rietdijk e4b94fa60f python.pkgs.pathspec: 0.5.2 -> 0.5.3 2017-09-07 09:28:04 +02:00
Frederik Rietdijk 71670376bc python.pkgs.yamllint: fix build 2017-09-07 09:28:04 +02:00
Frederik Rietdijk a2b8f39d63 python.pkgs.ftfy: disable Python 2 2017-09-07 09:28:03 +02:00
Frederik Rietdijk a4129e7b9e python.pkgs.passlib: 1.6.5 -> 1.7.1 2017-09-07 09:28:03 +02:00
Frederik Rietdijk 8d7e8a6720 python.pkgs.passlib: move to own file 2017-09-07 09:28:03 +02:00
Frederik Rietdijk 6d3f5cb409 python.pkgs.flask: disable tests 2017-09-07 09:28:03 +02:00
Frederik Rietdijk b1504b444b conan: 0.21.2 -> 0.26.2, and fix build 2017-09-07 09:28:03 +02:00
Frederik Rietdijk c4ec44e4d7 python.pkgs.pylint: use fetchPypi 2017-09-07 09:28:03 +02:00
Frederik Rietdijk 6bbc2e09da python.pkgs.astropy: fix build 2017-09-07 09:28:03 +02:00
Frederik Rietdijk c7299ea37b python.pkgs.koji: fix build 2017-09-07 09:28:03 +02:00
Frederik Rietdijk 79257d28e8 python.pkgs.zetup: 0.2.42 -> 0.2.34
downgrade because the previous upgrade broke the package. The latest
version requires a setuptools bump which we won't do yet.
2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy d51bd36646 cudnn: add 6.0 2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy 2489a0aca7 protobuf: add 3.3 2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy 70de5af18c pythonPackages.backports_weakref: init 1.0rc1 2017-09-07 09:28:03 +02:00
Lancelot SIX 2c3cc4e921 pythonPackages.django: 1.11.4 -> 1.11.5
Fixes CVE-2017-12794
See https://docs.djangoproject.com/en/1.11/releases/1.11.5/
2017-09-07 09:28:03 +02:00
Alex Brandt 637ccde435 python.pkgs.behave: init at 1.2.5 2017-09-07 09:28:03 +02:00
Alex Brandt 83dbb41aed pythonPackages.parse-type: init at 0.3.4 2017-09-07 09:28:03 +02:00
Alex Brandt f06d7bd125 pythonPackages.pyhamcrest: init at 1.9.0 2017-09-07 09:28:03 +02:00
Alex Brandt 4934a4d553 pythonPackages.parse: init at 1.6.6 2017-09-07 09:28:03 +02:00
betaboon 7e7f91d23a pythonPackages.serpy: init at 0.1.1 2017-09-07 09:28:03 +02:00
betaboon 3836ee50e3 pythonPackages.sampledata: init at 0.3.7 2017-09-07 09:28:03 +02:00
betaboon 007313d044 pythonPackages.psd-tools: init at 1.4 2017-09-07 09:28:03 +02:00
betaboon 4b4e05c6ec pythonPackages.premailer: init at 3.0.1 2017-09-07 09:28:03 +02:00
betaboon 820aa5fef9 pythonPackages.marshmallow-sqlalchemy: init at 0.13.1 2017-09-07 09:28:02 +02:00
betaboon 7a33723155 pythonPackages.fn: init at 0.4.3 2017-09-07 09:28:02 +02:00
betaboon b696d6c90d pythonPackages.marshmallow: init at 2.13.5 2017-09-07 09:28:02 +02:00
betaboon d3fc82d81b pythonPackages.flask-marshmallow: init at 0.8.0 2017-09-07 09:28:02 +02:00
betaboon 63d57bf246 pythonPackages.flask-mail: init at 0.9.1 2017-09-07 09:28:02 +02:00
betaboon 3ac8eed5fd pythonPackages.djmail: init at 1.0.1 2017-09-07 09:28:02 +02:00
betaboon d18f4dcba3 pythonPackages.django-sr: init at 0.0.4 2017-09-07 09:28:02 +02:00
betaboon e55f5fe4bc pythonPackages.django-sites: init at 0.9 2017-09-07 09:28:02 +02:00
betaboon f69a072f5b pythonPackages.django-sampledatahelper: init at 0.4.1 2017-09-07 09:28:02 +02:00
betaboon 48855344c4 pythonPackages.django-picklefield: init at 0.3.2 2017-09-07 09:28:02 +02:00
betaboon 28e186f429 pythonPackages.django-pglocks: init at 1.0.2 2017-09-07 09:28:02 +02:00
betaboon b80cb36cde pythonPackages.django-jinja: init at 2.2.2 2017-09-07 09:28:02 +02:00
betaboon 0b2fc117c1 pythonPackages.easy-thumbnails: init at 2.4.1 2017-09-07 09:28:02 +02:00
betaboon c7031704f5 pythonPackages.django-ipware: init at 1.1.6 2017-09-07 09:28:02 +02:00
betaboon 3909871991 pythonPackages.pyjwkest: init at 1.3.2 2017-09-07 09:28:02 +02:00
betaboon 4fe7f3e561 pythonPackages.pycryptodomex: init at 3.4.5 2017-09-07 09:28:02 +02:00
betaboon 6d9ec9efcf pythonPackages.diff-match-patch: init at 20121119 2017-09-07 09:28:02 +02:00
betaboon f89fd55833 pythonPackages.asana: init at 0.6.2 2017-09-07 09:28:02 +02:00
betaboon 712942dea3 pythonPackages.aioamqp: init at 0.10.0 2017-09-07 09:28:02 +02:00
Matthieu Coudron f31c6c150a python.pkgs.secretstorage: init at 2.3.1 2017-09-07 09:28:02 +02:00
mingchuan ea0c1c1bfd pythonPackages.coveralls: Add missing dependencies to fix build 2017-09-07 09:28:02 +02:00
mingchuan 4c183f4b42 pythonPackages.urllib3: Fix buildInputs and meta.description 2017-09-07 09:28:02 +02:00
Vladimír Čunát 0c660ad42f
Merge #28906: glibc: 2.25 -> 2.25-49 (upstream patches) 2017-09-07 08:19:40 +02:00
Daiderd Jordan 51eafbe028
ucl: only pass -stc=c90 when using gcc
Also remove -fPIC, it's included in the hardening flags by default.
2017-09-06 21:45:38 +02:00
Frederik Rietdijk 9e27b88141 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-06 20:17:53 +02:00
Frederik Rietdijk dcbf59d8a7 python.pkgs.pytest-warnings: fix homepage, fixes eval 2017-09-06 20:17:31 +02:00
Daiderd Jordan 57ef1a3564
go: fix darwin build 2017-09-06 19:45:10 +02:00
Peter Simons a89d69a867 Merge pull request #28918 from cocreature/natural-transformations
haskell/natural-transformation: add dependency on semigroups for GHC 7.10
2017-09-06 19:42:19 +02:00
Joachim F 8eb195d0da Merge pull request #28852 from Balletie/fix/rtags-configure-prefix
rtags: Fix configure phase errors
2017-09-06 14:45:39 +00:00
Bernd Amend b49b9da3ce
cmake: add withQt5 option and make it the default 2017-09-06 08:02:08 -05:00
Bernd Amend f3ac052f24
cmake: 3.8.2 -> 3.9.1 2017-09-06 08:02:05 -05:00
Frederik Rietdijk 38dc9a870f Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-06 14:01:25 +02:00
Frederik Rietdijk 67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00
Michael Raskin 6f740953e6 silgraphite: drop graphite1 (which had version 2.x) 2017-09-06 13:46:16 +02:00
Michael Raskin f20ccd4b5e pythonPackages.wptserve: make python2-only (upstream uses relative import in the latest release) 2017-09-06 13:46:16 +02:00
Michael Raskin cca09d8067 pythonPackages.manifestparser: make python2-only 2017-09-06 13:46:16 +02:00
Peter Simons 89f5d52cf4 Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out"
This reverts commit dfb0f25484, reversing
changes made to 7f8ff02437. These changes broke
the ghcWithPackages wrapper:

    nix-shell -p "haskellPackages.ghcWithPackages (ps: [ps.mtl])" --run "ghc-pkg list mtl"
    /nix/store/szz84j5k1dy3jdashis6ws28d8l8zxxb-ghc-8.0.2-with-packages/lib/ghc-8.0.2/package.conf.d
        (no packages)
2017-09-06 10:19:18 +02:00
Peter Simons f2a76b6c29 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision
6bd6c397f5.
2017-09-06 10:19:12 +02:00
Peter Simons e1a67915f8 haskell-happy: use 1.19.7 version (despite lts-9) to fix test suite failure 2017-09-06 10:17:46 +02:00
Peter Simons b2bff7e8ae LTS Haskell 9.3 2017-09-06 09:58:46 +02:00
Jörg Thalheim 8e37e744d2 Merge pull request #29036 from andir/update-rustup1.3.0
rustup: 1.2.0 -> 1.3.0
2017-09-06 00:23:31 +01:00
John Ericson 40e917d35d Merge pull request #29023 from obsidiansystems/deps-reorg
misc pkgs: Reorganize dependencies ahead of #26805
2017-09-05 18:10:32 -04:00
Daiderd Jordan d0d905668c
haskell-hscolour: fix darwin build 2017-09-05 22:56:09 +02:00
Charles Strahan 3189b01647
go: init 1.9 (and set as default) 2017-09-05 16:44:13 -04:00
Andreas Rammhold 14c3ce919b
rustup: 1.2.0 -> 1.3.0 2017-09-05 22:27:30 +02:00
Daiderd Jordan 0adb83e2a2 Merge pull request #28998 from LnL7/libstdcxx-hook
libstdc++: add setup-hook
2017-09-05 21:40:31 +02:00
Daiderd Jordan 907222098a
clang-stdenv: use libstdcxxHook when targeting linux 2017-09-05 21:37:06 +02:00
Samuel Leathers 402e6ac089
libfpx: fix build with gcc6 2017-09-05 21:29:10 +02:00
Franz Pletz fea02e30f1
ncurses: 6.0-20170729 -> 6.0-20170902
Fixes issues with xterm terminfo.
2017-09-05 20:14:15 +02:00
Franz Pletz bbeeee220a
Merge remote-tracking branch 'origin/master' into staging 2017-09-05 20:14:08 +02:00
Franz Pletz 1bed4773f5
postgresql92: remove last references 2017-09-05 18:20:56 +02:00
Jörg Thalheim 2df594e044 Merge pull request #28971 from disassembler/libctemplate
libctemplate: remove 2.2
2017-09-05 16:44:17 +01:00
John Ericson 252b36a28d misc pkgs: Recategorize some dependencies 2017-09-05 11:37:10 -04:00
Jörg Thalheim 4fd3afa80b Merge pull request #29021 from frontsideair/flow-49-54
flow: 0.49.1 -> 0.54.0
2017-09-05 15:06:35 +01:00
Samuel Leathers 4151e2f579 herqq: 1.0.0 -> 2.1.0 2017-09-05 15:15:48 +02:00
Fatih Altinok ec39670290 flow: 0.49.1 -> 0.54.0 2017-09-05 16:03:37 +03:00
Robin Gloster 8502d94b31
jenkins: 2.73 -> 2.77 2017-09-05 14:42:46 +02:00
Laure Tavard bf491f8794 cdo: init at 1.7.2 (#22496) 2017-09-05 13:40:20 +01:00
Franz Pletz 85cffcfce0
ffmpeg_2_8: 2.8.11 -> 2.8.13 2017-09-05 14:24:59 +02:00
Franz Pletz b1e9eff33e
libav_12: 12 -> 12.1 2017-09-05 14:24:59 +02:00
Franz Pletz 3352cfc597
capnproto: 0.6.0 -> 0.6.1 2017-09-05 14:24:59 +02:00
Franz Pletz c6e5fc0b36
babeltrace: 1.2.4 -> 1.5.3 2017-09-05 14:24:58 +02:00
Franz Pletz 0c08a18f19
avro-cpp: 1.8.1 -> 1.8.2 2017-09-05 14:24:58 +02:00
Franz Pletz 1c4d28539f
autoconf-archive: 2016.09.16 -> 2017.03.21 2017-09-05 14:24:57 +02:00
Maximilian Güntner b22718d51c
simavr: fix build for separate avr toolchain 2017-09-05 13:54:14 +02:00