Commit graph

102145 commits

Author SHA1 Message Date
Frederik Rietdijk 0dee2a1bcc Merge pull request #22981 from davidak/PyZufall
PyZufall: init at 0.13.2
2017-02-26 22:49:08 +01:00
Peter Simons f2051a61df Merge pull request #23228 from Gabriel439/gabriel/fix_haskell_gtk
Fix `pkgs.haskellPackages.gtk` build.  Fixes #23184
2017-02-26 22:38:42 +01:00
Gabriel Gonzalez 8beee1ec2d Fix pkgs.haskellPackages.gtk build
Haskell's `gtk` package requires the `have-quartz-gtk` flag to be built on OS X
when using the Quartz backend
2017-02-26 13:21:35 -08:00
Tim Steinbach 7611525c00
git: 2.11.1 -> 2.12.0 2017-02-26 16:18:42 -05:00
Bjørn Forsman 392331ad58 pythonPackages.gst-python: fix source hash
Commit 5e937b173d
("gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs") bumped the version but not
the hash.
2017-02-26 21:28:41 +01:00
Franz Pletz 5670d96bbc
pythonPackages.libasyncns: fix build with glibc-2.25 2017-02-26 21:28:07 +01:00
Vincent Laporte b2a4eb839a ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries 2017-02-26 21:18:42 +01:00
Franz Pletz 9dbeca2240
pass: refactor, fix completions install
cc #23223
2017-02-26 20:54:58 +01:00
Benjamin Herr 6cc50b2976 obconf: add libSM to fix build 2017-02-26 20:11:25 +01:00
Franz Pletz edcbb6da11
pass: 1.6.5 -> 1.7 2017-02-26 19:36:51 +01:00
Frederik Rietdijk 6ad3d089f1 Merge pull request #23038 from johbo/add-trytond-dependencies
Add trytond module dependencies
2017-02-26 19:30:47 +01:00
obadz daaf817924 SpaceFM: (optionally) remove dependency on ifuse due to broken dep
CVEs in libplist prevent ifuse from building (see 30cea5f022)
2017-02-26 18:29:48 +00:00
Franz Pletz 8fcd1a063e
faac: fix build with glibc-2.25
Use patches from Arch to really build against the provided external
mp4v2 library.
2017-02-26 19:09:29 +01:00
Vincent Laporte 8e1b4b3c4c ocamlPackages.core: init at 113.33.02+4.03 2017-02-26 17:42:02 +00:00
Vincent Laporte 0a768bd6c8 ocamlPackages.core_kernel: init at 113.33.01+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 1f1a950cb0 ocamlPackages.ppx_jane: init at 113.33.00 2017-02-26 17:29:36 +00:00
Vincent Laporte 68998dca58 ocamlPackages.ppx_bin_prot: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte ceabe0d3dd ocamlPackages.ppx_typerep_conv: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 3c2c608c2e ocamlPackages.ppx_sexp_value: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 03be79a018 ocamlPackages.ppx_sexp_message: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 758d052990 ocamlPackages.ppx_pipebang: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 3615c47c22 ocamlPackages.ppx_let: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte cf39dba1d8 ocamlPackages.ppx_fail: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 8f74b9024f ocamlPackages.ppx_expect: init at 113.33.01+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 0e6e2af219 ocamlPackages.ppx_variants_conv: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 1aab9f884d ocamlpackages.ppx_fields_conv: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte ecc5dd5571 ocamlPackages.ppx_enumerate: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte c4e5f18631 ocamlPackages.ppx_custom_printf: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 654dd0aa96 ocamlPackages.ppx_bench: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte b4abe046d7 ocamlPackages.ppx_inline_test: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 3a9ae7e367 ocamlPackages.ppx_compare: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 0e06c903b5 ocamlPackages.sexplib-113.33.00+4.03: fix version number 2017-02-26 17:29:35 +00:00
Benno Fünfstück 785d303c64 sic: fix empty $out
Make needs () around variable names, or it'll interpret $out as $o followed by `ut`
2017-02-26 18:24:26 +01:00
Joachim Fasting f3a6991f3d
grsecurity: 4.9.12-201702231830 -> 4.9.13-201702261126 2017-02-26 18:20:50 +01:00
Benno Fünfstück 8b5e8b3cdb mod-distortion: fix package (empty $out before)
`$out` wasn't expanded, so the install phase was installing to `ut/lib/v2` (because make expanded `$o` to empty).

cc: @magnetophon
2017-02-26 18:18:21 +01:00
Franz Pletz 701544d0a7
linux: 4.9.12 -> 4.9.13 2017-02-26 18:09:16 +01:00
Franz Pletz 62857b1f21
linux: 4.4.51 -> 4.4.52 2017-02-26 18:09:16 +01:00
Franz Pletz 8a75569619
linux: 4.10 -> 4.10.1 2017-02-26 18:09:15 +01:00
Franz Pletz 5e937b173d
gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs
See https://gstreamer.freedesktop.org/releases/1.10/#1.10.4.

Fixes:

  * CVE-2017-5847
  * CVE-2017-5848

cc #23072
2017-02-26 18:08:42 +01:00
Michael Raskin a872e22280 speed_dreams: 2.0.0-a3 -> 2.2.1 2017-02-26 18:10:36 +01:00
Michael Raskin 1d9fa60df0 wavefunctioncollapse: 0.0pre20160930 -> 0.0pre20170130 2017-02-26 18:10:36 +01:00
Graham Christensen 4f3d06dc7d Merge pull request #23214 from grahamc/mcelog-service
mcelog: init Machine Check Exception Logging Daemon service
2017-02-26 11:42:56 -05:00
Graham Christensen 1430506666
mcelog: init Machine Check Exception Logging Daemon service 2017-02-26 11:42:00 -05:00
Johannes Bornhold 3a4c851b89 mysql57: Add developer_cmds as build input on darwin 2017-02-26 17:27:08 +01:00
obadz 4b6f021251 Revert "lightdm: obbey services.xserver.{window/desktop}Manager.default"
This reverts commit 29caa185a7.

Not clear what the proper thing to do is. cf94cdb59b renders this
question mostly moot. Reverting before 17.03 branch to avoid a repeat
of #19054.
2017-02-26 16:22:21 +00:00
Jörg Thalheim 6c36d9fa20
nftables: make default configuration null
reason:
 - We currently have an open discussion regarding a more modular
   firewall (https://github.com/NixOS/nixpkgs/issues/23181) and
   leaving null makes future extension easier.
 - the current default might not cover all use cases (different ssh port)
   and might break setups, if applied blindly
2017-02-26 16:24:20 +01:00
Bart Brouns ec47fac2c3 ir.lv2: 1.2.2 -> 1.2.3 2017-02-26 15:49:32 +01:00
Graham Christensen 8b40d2e305
mcelog: 144 -> 148 2017-02-26 09:16:01 -05:00
Tristan Helmich d579b8c88e emby: 3.1.5 -> 3.2.4 2017-02-26 14:30:14 +01:00
Bart Brouns 4bb14b23ab supercollider: 3.7.2 -> 3.8.0 2017-02-26 14:21:21 +01:00