Commit Graph

40277 Commits

Author SHA1 Message Date
mingchuan
2ab2b885c5 marisa: init at 0.2.4 2017-10-03 14:27:09 +00:00
Joachim Fasting
378811fe2d
libsodium: 1.0.13 -> 1.0.15 2017-10-03 02:42:49 +02:00
Daiderd Jordan
2066cb0b02
jq: don't add rpath on darwin 2017-10-03 00:18:30 +02:00
Daiderd Jordan
6c189c9e28
oniguruma: fix darwin install_name 2017-10-03 00:18:30 +02:00
Harmen
fff93f5a59 phantomjs2: add qtbase's bin to PATH 2017-10-02 23:40:59 +02:00
Franz Pletz
1ff1c6ac4a
libidn2: 2.0.3 -> 2.0.4 for multiple CVEs
Fixes CVE-2017-14061, CVE-2017-14062.
2017-10-02 18:58:53 +02:00
Daiderd Jordan
fced3c2f18 Merge pull request #29938 from pmahoney/universal-ctags-darwin
universal-ctags: include libiconv on darwin
2017-10-02 18:28:57 +02:00
Franz Pletz
7ec039bb2b
libubox: init at 2017-09-29 2017-10-02 17:06:22 +02:00
Patrick Mahoney
859a4c30cf universal-ctags: include libiconv on darwin 2017-10-02 09:48:25 -05:00
Orivej Desh
f72e323388 Merge pull request #29818 from unaizalakain/update-agda-stdlib
AgdaStdlib: 0.13 -> 0.14
2017-10-02 12:57:58 +00:00
Gabriel Ebner
e10bb692c4 fstar: 0.9.4.0 -> 0.9.5.0
This builds fstar from the included ocaml sources instead of
bootstrapping from fsharp.
2017-10-02 12:21:47 +02:00
Gabriel Ebner
7049172d72 ocamlPackages.stdint: init at 0.3.0 2017-10-02 12:21:47 +02:00
Jörg Thalheim
b370700d37 Merge pull request #30017 from zzamboni/vagrant-2.0.0
vagrant: 1.9.5 -> 2.0.0
2017-10-02 10:53:55 +01:00
Diego Zamboni
9bcd1de373 vagrant: 1.9.5 -> 2.0.0
Upgrade to latest version of Vagrant.

After installation, the following messages appear whenever vagrant runs.
These were already present in previous versions, I'm not sure if/what
to do about them:

Ignoring ffi-1.9.18 because its extensions are not built.  Try: gem pristine ffi --version 1.9.18
Ignoring unf_ext-0.0.7.4 because its extensions are not built.  Try: gem pristine unf_ext --version 0.0.7.4
Ignoring wdm-0.1.1 because its extensions are not built.  Try: gem pristine wdm --version 0.1.1
2017-10-02 10:06:03 +02:00
makefu
46b71a1637
iozone: enable aarch64-linux build
add myself to list of maintainers
2017-10-02 10:00:20 +02:00
makefu
ec03001e18 python.platformio: 2.10.3 -> 3.4.1
add patch for fixing the broken search function for PYTHONPATH
2017-10-02 07:20:23 +00:00
makefu
bc45bc3d63 python.semantic-version: 2.4.2 -> 2.6 2017-10-02 07:20:23 +00:00
makefu
8c0a37f857 python.pyserial: 2.7 -> 3.4
in preparation for platformio update
2017-10-02 07:20:23 +00:00
Orivej Desh
047c576353 Merge pull request #29963 from mimadrid/update/samtools-1.6.0
samtools: 1.5.0 -> 1.6.0
2017-10-02 01:07:11 +00:00
Orivej Desh
6b8806dff7 pysmbc: clarify license 2017-10-01 23:51:23 +00:00
Orivej Desh
c1e872d289 pysmbc: fix license 2017-10-01 23:42:08 +00:00
Yann Hodique
1fcf8e24a0 bazel: 0.5.4 -> 0.6.0 (#29990) 2017-10-01 18:46:16 -04:00
Orivej Desh
4f37b89eae Merge pull request #29939 from symphorien/pysmbc
Pysmbc
2017-10-01 22:37:23 +00:00
Orivej Desh
8d4b0eefce go: declare support for aarch64 2017-10-01 21:33:28 +00:00
Peter Simons
2784bd7168 haskell-json-autotype: jailbreak to fix build within LTS 9.x
https://github.com/mgajda/json-autotype/issues/15
2017-10-01 21:16:44 +02:00
Orivej Desh
016df11dba Merge pull request #29989 from JohnMHarrisJr/master
kore: init at 2.0.0
2017-10-01 19:08:21 +00:00
Daiderd Jordan
4da8fd7571 Merge pull request #29541 from dtzWill/update/llvm-5.0
llvm: init 5.0
2017-10-01 20:47:35 +02:00
Orivej Desh
717e6ac0c5 kore: fix up 2017-10-01 18:43:22 +00:00
John M. Harris, Jr
4219de070d
kore: init at 2.0.0 2017-10-01 14:08:36 -04:00
Vladimír Čunát
598800d5b1
Merge #29984: librsvg: fix thumbnailer path 2017-10-01 16:55:28 +02:00
Peter Simons
b92f59029a haskell-hspec-core: enable test suite again 2017-10-01 15:45:52 +02:00
Peter Simons
d0fbe1b411 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.6-11-g74d58ee from Hackage revision
b787986160.
2017-10-01 15:45:47 +02:00
Jan Tojnar
dd200f8197
librsvg: fix thumbnailer path
librsvg hooks itself into gdk-pixbuf and then uses gdk-pixbuf-thumbnailer
as the thumbnailer, extending its supported MIME type list.

Unfortunately, librsvg assumes the thumbnailer will be located in the same
bindir as librsvg binaries would, which is not true on Nix-powered systems.

This commit corrects the bindir path of the thumbnailer to the gdk_pixbuf
derivation.
2017-10-01 15:16:38 +02:00
Orivej Desh
f1e1046f92 Merge pull request #28740 from Hinidu/awscli-1.11.142
awscli: 1.11.108 -> 1.11.162
2017-10-01 11:13:11 +00:00
Orivej Desh
156c4799bf tiros: 1.0.38 -> 1.0.39 2017-10-01 11:08:24 +00:00
Jörg Thalheim
94ee0f5d5b Merge pull request #29808 from kirelagin/mkdocs
mkdocs: Initialise at 0.16.3
2017-10-01 11:01:11 +01:00
Joerg Thalheim
6f71cce530 python.pkgs.livereload: enable tests 2017-10-01 11:00:26 +01:00
Joerg Thalheim
fa2adc6129 mkdocs: run tests 2017-10-01 10:56:05 +01:00
Orivej Desh
5bf29702b7 Merge pull request #29533 from sivteck/rosDevChan
vcstool: init at 0.1.31
2017-10-01 09:36:00 +00:00
Orivej Desh
f1b54fb2e8 Merge pull request #29914 from AndersonTorres/upload/twolame
twolame: init at 2017-09-27
2017-10-01 08:00:59 +00:00
Orivej Desh
0acf94bb9f htslib: fix up 2017-10-01 07:12:52 +00:00
Evan Wallace
0bf5a55a8b sfml: 2.4.1 -> 2.4.2 2017-10-01 05:16:16 +00:00
obadz
4810ee4292 nim: 0.17.0 -> 0.17.2 2017-10-01 02:40:19 +01:00
AndersonTorres
6024b7abe8 twolame: init at 2017-09-27 2017-09-30 18:57:28 -03:00
Robin Gloster
40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa375)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Rickard Nilsson
85049c5aad ruby: 2.3.4 -> 2.3.5
Fixes CVE-2017-14033, CVE-2017-0898
2017-09-30 22:43:20 +02:00
mimadrid
25b17ae1d7
htslib: 1.5.0 -> 1.6.0 2017-09-30 22:14:49 +02:00
Tuomas Tynkkynen
fd97fa71dd darwin: Disable some more packages that have never built
streamripper: https://hydra.nixos.org/build/61726659
racket: https://hydra.nixos.org/build/61750850
radare: https://hydra.nixos.org/build/61756146
stockfish: https://hydra.nixos.org/build/61726172
2017-09-30 22:32:27 +03:00
Tuomas Tynkkynen
d2f4539e5f pythonPackages.cgroup-utils: Linux only
https://hydra.nixos.org/build/61731047
2017-09-30 21:44:09 +03:00
Charles Strahan
9b8c2788c4 Merge pull request #29696 from cocreature/ghcjsHEAD
ghcjsHEAD: Bump ghcjs and ghcjs-boot revisions
2017-09-30 13:29:25 -04:00
Peter Simons
bc265e041a haskell-hspec-core: disable test suite until transient failures are fixed
https://github.com/hspec/hspec/issues/330
2017-09-30 10:23:21 +02:00
Peter Simons
49fafc77b4 haskell-stack: jailbreak build to support hpack 0.19 2017-09-30 10:23:21 +02:00
Peter Simons
3fc0c769b0 git-annex: update to version 6.20170925 2017-09-30 10:23:21 +02:00
Peter Simons
b0007d4123 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.6-8-gdff50aa from Hackage revision
231c20802c.
2017-09-30 10:23:16 +02:00
Peter Simons
bb4efe17e4 LTS Haskell 9.6 2017-09-30 10:22:38 +02:00
Peter Hoeg
0bf3f4bbe7 Merge pull request #29823 from yegortimoshenko/closure-compiler/20170910
closure-compiler: 20170218 -> 20170910
2017-09-30 11:06:26 +08:00
Judson
b62012fe2d kafkacat: init at 1.3.1 2017-09-29 21:12:21 +00:00
Symphorien Gibol
a1f1889f55 pysmbc: init at 1.0.15.8 2017-09-29 21:15:52 +02:00
Tim Steinbach
ad2c63a23a
kotlin: 1.1.50 -> 1.1.51 2017-09-29 10:05:46 -04:00
Pascal Bach
824f2e2a28 gitlab-runner: 9.5.0 -> 10.0.0 (#29821)
The renaming of gitlab-ci-mutli-runner to gitlab-runner
is finally complete. Symlinking is thus no longer needed.
2017-09-29 14:00:25 +00:00
Peter Simons
11131d5fc1 R: update package set 2017-09-29 15:21:09 +02:00
Shea Levy
1a1ad1a17d Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs"
This reverts commit c3af1210b4, reversing
changes made to 49f175cd0c.
2017-09-29 09:11:26 -04:00
Tim Steinbach
4f132afa5b Merge pull request #29652 from NeQuissimus/zulu9
zulu: init 9.0.0.15
2017-09-29 09:06:22 -04:00
Tim Steinbach
e55a92141e Merge pull request #29639 from NeQuissimus/gradle_4_2
gradle: 4.1 -> 4.2
2017-09-29 09:06:09 -04:00
Kranium Gikos Mendoza
09c2e243b4 leatherman: 1.0.0 -> 1.3.0 2017-09-29 10:04:23 +00:00
Kranium Gikos Mendoza
c9be5ced8f cpp-hocon: 0.1.5 -> 0.1.6 2017-09-29 10:04:23 +00:00
Kranium Gikos Mendoza
864f9a8df5 libwhereami: init at 0.1.1 2017-09-29 10:04:23 +00:00
Jörg Thalheim
523356891e Merge pull request #29910 from eqyiel/flow-0.56.0
flow: 0.55.0 -> 0.56.0
2017-09-29 08:30:36 +01:00
Frederik Rietdijk
3ae4824493 Merge pull request #29895 from lsix/update_asgi_redis
pythonPackages.redis: 2.10.5 -> 2.10.6
2017-09-29 08:52:20 +02:00
Gabriel Ebner
eee86b1ba5 libmbim: 1.14.0 -> 1.14.2 2017-09-29 08:34:55 +02:00
Ruben Maher
96939d5a0d flow: 0.55.0 -> 0.56.0 2017-09-29 08:54:16 +09:30
Shea Levy
c3af1210b4 Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs 2017-09-28 18:10:50 -04:00
Charles Strahan
b93ba5dcd7
envoy: fix by reviving bazel 0.4
/cc #28643
2017-09-28 16:51:32 -04:00
Vladimír Čunát
80c57fd96a
gcj, gccgo: port fixes for 4.9 to 6
Tested that pdftk builds on linux again, and gccgo6 builds hello-world.
The default gcc doesn't rebuild.
2017-09-28 21:52:28 +02:00
Daiderd Jordan
6cdcdb14c9 Merge pull request #29848 from volth/patch-64
libmicrohttpd: fix darwin build
2017-09-28 21:10:48 +02:00
berdario
d84d8af862 Rhino: enable on Darwin (#29824)
rhino: enable on darwin
2017-09-28 20:49:34 +02:00
Franz Pletz
dffd77b037
flightgear: 2016.4.4 -> 2017.3.1 for CVE-2017-13709 2017-09-28 19:12:49 +02:00
Orivej Desh
1e0ec4216f Merge pull request #29173 from orivej/golang
go: buildGoPackage: 1.8 -> 1.9
2017-09-28 17:10:45 +00:00
Mathias Schreck
f8ffbcb520 nodejs: 8.5.0 -> 8.6.0 2017-09-28 17:41:28 +02:00
Tom Hunger
09fa385995
flake8-future-import: Add patch to fix tests. 2017-09-28 15:12:44 +02:00
Franz Pletz
bc5ec7b1d4
mongoc: don't use bundled zlib & snappy 2017-09-28 15:11:24 +02:00
Franz Pletz
8678f14ac9
kerberos: 1.15 -> 1.15.2 for CVE-2017-11462 2017-09-28 14:52:37 +02:00
Franz Pletz
09b6f1e605
php71: 7.1.8 -> 7.1.9 2017-09-28 14:52:37 +02:00
Franz Pletz
d27ebcbae3
php70: 7.0.22 -> 7.0.24 2017-09-28 14:52:37 +02:00
Franz Pletz
c7e16f5ce5
libraw: 0.18.2 -> 0.18.5 for multiple CVEs
Fixes at least CVE-2017-13735, CVE-2017-14265, CVE-2017-14348.
2017-09-28 14:52:37 +02:00
Franz Pletz
41b43b201e
oniguruma: 5.9.5 -> 6.6.1 for multiple CVEs
Fixes CVE-2017-9224, CVE-2017-9225, CVE-2017-9226, CVE-2017-9227,
 CVE-2017-9228, CVE-2017-9229.
2017-09-28 14:52:36 +02:00
Franz Pletz
8a5b8aeaf5
libtiff: use patches from newer debian revision 2017-09-28 14:52:36 +02:00
Franz Pletz
cc258a671a
mongoc: 1.7.0 -> 1.8.0 2017-09-28 14:52:36 +02:00
Franz Pletz
6dd6f10615
libbson: 1.6.1 -> 1.8.0 for CVE-2017-14227 2017-09-28 14:52:36 +02:00
Robin Gloster
b3dab5b088 guile-gnome: nitpicks fixed 2017-09-28 14:51:41 +02:00
xd1le
d063880986 gwrap: set version in mkDerivation 2017-09-28 14:51:41 +02:00
xd1le
de9c86f81a gwrap: switch maintainer from taktoa to vyp 2017-09-28 14:51:41 +02:00
xd1le
468626ce86 gwrap: code style nits 2017-09-28 14:51:41 +02:00
xd1le
88ef99e2c3 guile-gnome: code style formatting nitpicks 2017-09-28 14:51:41 +02:00
xd1le
16012ff98a guile-gnome: remove taktoa and amiloradovsky from maintainers and add
vyp

See discussion in [1].

[1]: https://github.com/NixOS/nixpkgs/pull/29732
2017-09-28 14:51:41 +02:00
Lancelot SIX
8d35fa697b
pythonPackages.asgi_redis: 1.4.2 -> 1.4.3 2017-09-28 14:01:19 +02:00
Lancelot SIX
92c0f467ba
pythonPackages.django_redis: 4.2.0 -> 4.5.0 2017-09-28 14:00:49 +02:00
Lancelot SIX
6960348f2e
pythonPackages.redis: 2.10.5 -> 2.10.6 2017-09-28 14:00:01 +02:00
Orivej Desh
f86e253b28 Merge pull request #29850 from vyp/fix/guile-lint
guile-lint: fix build by building with guile 1.8
2017-09-28 11:54:32 +00:00
Kirill Elagin
d70f426dfc mkdocs: Initialise at 0.16.3 2017-09-28 14:21:17 +03:00