Commit graph

18688 commits

Author SHA1 Message Date
Rob Vermaas 960b664a13 php: update from 5.4.31 to 5.4.32, potentially fixes CVE-2014-3587, CVE-2014-3597, CVE-2014-5120 2014-09-11 13:30:46 +02:00
Sander van der Burg 550ef760eb Merge pull request #4018 from offlinehacker/npm_recursive
nodePackages: add support for recursive dependencies
2014-09-11 12:16:22 +02:00
William A. Kennington III bc1e741a44 Merge pull request #4032 from copumpkin/xpwn-fix
Fix #4019
2014-09-10 22:02:21 -07:00
Daniel Peebles f8cc943afb Fix #4019 2014-09-10 23:17:26 -04:00
Alexander Flatter c387049c29 Elixir is now 1.0.0!
Closes #4027
2014-09-10 17:09:09 +01:00
Domen Kožar 33ce850b82 fix a bunch of packages with lua5_1 2014-09-10 17:24:56 +02:00
Pascal Wittmann 427363c45a Merge pull request #4026 from manveru/gecode
gecode: add package
2014-09-10 16:19:03 +02:00
Michael Fellinger b3594998d3 gecode: fix meta 2014-09-10 16:15:24 +02:00
Domen Kožar c6fa90f322 rbtools: 0.4.1 -> 0.6.1 2014-09-10 15:41:07 +02:00
Michael Fellinger 6f2ffe2198 gecode: meta information 2014-09-10 15:38:25 +02:00
Michael Fellinger 4aed828dd0 gecode: add package 2014-09-10 14:14:58 +02:00
Mateusz Kowalczyk 7e5d0ee0c3 s/dependancy/dependency/ 2014-09-10 00:28:49 +01:00
Jaka Hudoklin 7ff4ffd998 nodePackages: add support for recursive dependencies
This is a drop-in replacement that handles nodejs recursive dependencies by
propagating already visited nodejs packages and creating shims for recursive
ones. This implementation handles both, new and old npm2nix output format.
2014-09-09 22:46:11 +02:00
Vladimír Čunát d09736b7c1 lua5 sockets: our version only works with lua 5.1 2014-09-09 21:49:35 +02:00
Vladimír Čunát 15cb79e48e lua-5.1: fix CVE-2014-5461 by upstream+Debian patch 2014-09-09 21:46:44 +02:00
Alp Mestanogullari ed5349952a add a nix expression for the (haskell) 'managed' package 2014-09-09 19:25:13 +02:00
Bjørn Forsman 1a5501889c jenkins: update to latest (v1.579) 2014-09-08 17:08:05 +02:00
Bjørn Forsman af2334912a jenkins: expression cleanup
* Include version number in package name
* Remove trailing dot in meta.description
* Simplify meta by using "with stdenv.lib;"
2014-09-08 17:05:15 +02:00
Eelco Dolstra af69fcde47 Fix Nixpkgs evaluation
error: attribute `luaversion' missing, at /home/eelco/Dev/nixpkgs/pkgs/development/interpreters/lua-5/expat.nix:16:34
2014-09-08 13:10:13 +02:00
Oliver Charles 5e3eff3bbd haskellPackages.twitterConduit: Update to 0.0.5.8 and remove 'broken' flag 2014-09-08 12:08:03 +01:00
Eelco Dolstra 585983bc95 Merge remote-tracking branch 'origin/staging'
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2014-09-08 11:42:09 +02:00
Andreas Herrmann 970f51ac0a mpi4py: Disable for Python3 and PyPy
Builds for Python3 and PyPy are failing at the moment [1-3]. Therefore, they
are disabled.

[1]: https://github.com/NixOS/nixpkgs/pull/3938#issuecomment-54750065
[2]: http://hydra.nixos.org/build/13993137/nixlog/1/raw
[3]: http://hydra.nixos.org/build/13873028/log/raw
2014-09-07 19:44:08 +02:00
Aristid Breitkreuz 476b94a34d Merge pull request #3998 from bobvanderlinden/libfreefare
added libfreefare
2014-09-07 18:08:56 +02:00
Bob van der Linden c839205a69 added libfreefare
A library on top of libnfc for MIFARE support.
2014-09-07 16:23:23 +02:00
Bjørn Forsman af26d5e25b jquery: new package
jQuery is a JavaScript library designed to simplify the client-side
scripting of HTML.

I'm adding version 1.x instead of 2.x because 1.x supports IE 6, 7, 8
browsers and both versions are API compatible.

http://jquery.com/
2014-09-07 14:39:34 +02:00
Bjørn Forsman f8c7e340a4 jquery-ui: update to latest stable (v1.11.1)
The current version (v1.10.4) is now called "legacy". The new stable version
has a different directory layout; it no longer splits css/ and js/ directories.
Since the *.js files refer to the *.css files by relative paths, I'm not
splitting them. Everything now goes to "$out/js/".

Also, upstream removed version numbers from filenames, so we don't need to
create those version-less symlinks anymore.
2014-09-07 13:36:13 +02:00
Oliver Charles 9104888b38 haskellPackages.tastyAntXml: Update to 1.0.0.9 2014-09-07 11:40:47 +01:00
William A. Kennington III fb9d919fe4 libotr: git -> 4.0.0 2014-09-06 18:47:24 -07:00
Domen Kožar 0418d8299d disable a bunch of python packages on pypy 2014-09-06 22:25:00 +02:00
Vladimír Čunát 420385f81a lua-5.2: minor update to fix CVE-2014-5461
Note that almost all packages use lua-5.1 which does remain vulnerable,
as they released no update on that branch. CC: @peti.
2014-09-06 21:26:03 +02:00
Nixpkgs Monitor a71744392b pcre: update from 8.34 to 8.35 2014-09-06 20:10:37 +02:00
Vladimír Čunát 06fea81c6e Merge recent master into staging
Hydra: ?compare=1150594
2014-09-06 16:52:45 +02:00
Pascal Wittmann f99ad6fe94 help2man: update from 1.46.1 to 1.46.2 2014-09-06 16:23:15 +02:00
Rüdiger Sonderfeld 46266cc216 gdb: Update to 7.8 and include Guile support.
GDB 7.8 adds Guile scripting support.  This is now enabled by default as
well.  Checking for guile also adds a pkg-config dependency.

It seems Python is explicitly excluded from cross building.  I'm not
sure if Guile should also be excluded.
2014-09-06 13:31:56 +02:00
Aristid Breitkreuz 8f30cabb83 fix ocsigen expression 2014-09-06 12:45:20 +02:00
Robert M. Mather 98a4675581 Ur/Web compiler: new release, 20140531 -> 20140830 2014-09-06 11:05:10 +02:00
Michael Raskin 9a9ecbf32d A description cleanup after merge 2014-09-06 12:44:33 +04:00
Florent Becker 2709d32274 Add a derivation for eliom (ocaml web framework) 2014-09-06 12:44:33 +04:00
Florent Becker e8250dd94a Add a derivation for the ocsigen server (ocaml webserver) 2014-09-06 12:44:33 +04:00
Florent Becker da6859722d Add tyxml (XML library for ocaml) 2014-09-06 12:44:33 +04:00
Florent Becker 02a4e40474 Reexport ocaml data notation in the ocaml-oasis derivation 2014-09-06 12:44:33 +04:00
Florent Becker 3245b97000 Add a derivation for js_of_ocaml 2014-09-06 12:44:32 +04:00
Florent Becker b5c621062d add ocaml-ipaddr 2014-09-06 12:44:32 +04:00
Florent Becker ffe02360dc Add a derivation for deriving (ocaml instance derivation à la Haskell) 2014-09-06 12:44:32 +04:00
Florent Becker 6863dfeccc Add a derivation for ocaml-optcomp 2014-09-06 12:44:32 +04:00
Florent Becker 2ca3c23ddc Add a derivation for ocaml-calendar 2014-09-06 12:44:32 +04:00
Mateusz Kowalczyk 19335acb0c haskell-rope: add 0.6.4 2014-09-05 00:32:25 +01:00
Domen Kožar f9ba413b55 fix eval 2014-09-05 00:06:11 +02:00
Dmitry Malikov 498aef7766 haskell-regex-pcre-builtin: add 0.94.4.8.8.35
Closes #3972.

Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-04 23:00:30 +01:00
Michael Raskin 5523408947 Merge pull request #3969 from manveru/vagrant
vagrant: 1.6.3 -> 1.6.4
2014-09-04 22:56:28 +04:00