Commit graph

81124 commits

Author SHA1 Message Date
Frederik Rietdijk 3631da6c20 Merge pull request #19266 from NixOS/python-wip
Python package updates
2016-10-05 18:50:35 +02:00
Jörg Thalheim c684eb756a
rtkit: *security* Pass uid of caller to polkit
Otherwise, we force polkit to look up the uid itself in /proc, which is racy if
they execve() a setuid binary.
2016-10-05 18:11:02 +02:00
Domen Kožar 92d2416280 Merge pull request #19264 from peterhoeg/php
php fpm: add systemd support
2016-10-05 17:36:39 +02:00
Peter Hoeg 5a6626f47c php fpm: add systemd support
PHP FPM will now notify systemd when it's done initializing and ready to
serve requests.

Additionally ```systemctl status phpfpm``` will now show statistics such
as:

```
Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec"
```
2016-10-05 23:30:31 +08:00
Jörg Thalheim 1bd8d7710e Merge pull request #19125 from markus1189/bin-bash-cleanup
Bin bash cleanup
2016-10-05 17:16:00 +02:00
Bjørn Forsman b0d77698bf gpshell: wrap with gppcscconnectionplugin
Fixes this:

  $ echo establish_context | gpshell
  establish_context
  establish_context failed with error 0xFFFFFFFFFFFFFFFF (libgppcscconnectionplugin.so.1.0.1: cannot open shared object file: No such file or directory)

Have to use LD_LIBRARY_PATH instead of patchelf, because it's
libglobalplatform.so.6 (from globalplatform package) that needs
libgppcscconnectionplugin.so.1.0.1, not gpshell itself. And because
RPATH doesn't "propagate" from one ELF to another, the library isn't
found. One can argue that globalplatform should depend on
gppcscconnectionplugin, but it touches on the still-unsolved "plugin"
issue in Nix packaging, so leaving that alone.
2016-10-05 17:06:15 +02:00
Bjørn Forsman 1021797201 languagetool: fix eval 2016-10-05 17:04:50 +02:00
Frederik Rietdijk 197b9ec123 Merge pull request #19260 from lsix/update_tornado
pythonPackages.tornado: 4.4.1 -> 4.4.2
2016-10-05 17:03:01 +02:00
Lancelot SIX e380a84ad9 pythonPackages.tornado: 4.4.1 -> 4.4.2
Release details:
http://www.tornadoweb.org/en/stable/releases/v4.4.2.html
2016-10-05 16:47:19 +02:00
Periklis Tsirakidis c55937fab4 zsh-syntax-highlighting: enable build for darwin 2016-10-05 16:43:53 +02:00
Alexander Ried ff81b74833 accountsservice: 0.6.42 -> 0.6.43
the patch for nixbld is not needed anymore since accountsservice now
excludes all users with shell set to nologin.
Previously this was only done for users in range 500 - minimum_uid
(1000).
2016-10-05 16:34:22 +02:00
Frederik Rietdijk b0808b084a pythonPackages.geventhttpclient: 1.2.0 -> 1.3.1 2016-10-05 15:44:49 +02:00
Frederik Rietdijk 11433cc798 pythonPackages.netlib: remove since it is not used anymore by mitmproxy 2016-10-05 15:44:49 +02:00
Frederik Rietdijk cbc2327fab pythonPackages.mitmproxy: 0.14 -> 0.17.1 2016-10-05 15:44:48 +02:00
Frederik Rietdijk 9caf12c88e pythonPackages.html2text: 2015.11.4 -> 2016.9.19 2016-10-05 15:44:48 +02:00
Frederik Rietdijk 5fc1a22a23 pythonPackages.widgetsnbextension: init at 1.2.6 2016-10-05 15:44:48 +02:00
Frederik Rietdijk e1bd33004c pythonPackages.attrs: 16.0.0 -> 16.2.0 2016-10-05 15:44:48 +02:00
Frederik Rietdijk f56185c924 pythonPackages.scipy: 0.18.0 -> 0.18.1 2016-10-05 15:44:47 +02:00
Frederik Rietdijk bde9e11f5d pythonPackages.pandas: 0.18.1 -> 0.19.0 2016-10-05 15:44:47 +02:00
Graham Christensen 78b5ce35ce Merge pull request #19200 from vbgl/asymptote-on-darwin
asymptote: fix build on Darwin
2016-10-05 09:19:35 -04:00
Edward Tjörnhammar 5b11c34b51
vimPlugins: added agda-vim vim-grammarous vim-easytags, updates 2016-10-05 15:11:20 +02:00
Edward Tjörnhammar e4bdbfc247
languagetool: init at 3.5 2016-10-05 15:11:20 +02:00
Peter Simons fad5794c77 Merge pull request #19248 from FRidh/git
git: 2.10.0 -> 2.10.1
2016-10-05 13:46:40 +02:00
Graham Christensen d577ce8e13 Merge pull request #19242 from mirrexagon/mrxgn-update-cava
cava: 0.4.1 -> 0.4.2
2016-10-05 07:41:08 -04:00
Frederik Rietdijk a6de7142ce Merge pull request #19218 from Profpatsch/searx-pyopenssl
searx: fix pyopenssl version
2016-10-05 13:17:10 +02:00
Graham Christensen 3a83caad0a Merge pull request #19250 from groxxda/rtkit
rtkit: add patch from debian to remove ControlGroup stanza
2016-10-05 07:14:10 -04:00
Franz Pletz 7e9a2c345b
libass: 0.13.2 -> 0.13.4 (security)
Fixes:

 * CVE-2016-7969
 * CVE-2016-7970
 * CVE-2016-7972
2016-10-05 13:10:00 +02:00
Alexander Ried 96fbdf8594 kernel: Disable RT_GROUP_SCHED
Follow systemd recommendation
fd74fa791f/README (L96-L103)
2016-10-05 12:52:45 +02:00
Frederik Rietdijk 8d42c1e95d pythonPackages.numpy: 1.11.1 -> 1.11.2 2016-10-05 12:36:17 +02:00
Frederik Rietdijk 9364cb0feb pythonPackages.uncertainties: 2.4.8.1 -> 3.0.1 2016-10-05 12:36:16 +02:00
Frederik Rietdijk ee843b79ce pythonPackages.Theano: 0.8.1 -> 0.8.2 2016-10-05 12:36:16 +02:00
Frederik Rietdijk 4dee695764 pythonPackages.scikitlearn: 0.17.1 -> 0.18 2016-10-05 12:36:15 +02:00
Frederik Rietdijk 5e0ac16e1f pythonPackages.Kajiki: 0.5.2 -> 0.5.5 2016-10-05 12:36:15 +02:00
Frederik Rietdijk 7ad156b476 pythonPackages.notebook: 4.2.2 -> 4.2.3 2016-10-05 12:36:14 +02:00
Frederik Rietdijk 08d61cea4b pythonPackages.jupyter_core: 4.1.1 -> 4.2.0 2016-10-05 12:36:14 +02:00
Frederik Rietdijk a60c4bb61a pythonPackages.jupyter_client: 4.3.0 -> 4.4.0 2016-10-05 12:36:13 +02:00
Frederik Rietdijk 0abc704b6a pythonPackages.ipywidgets: 4.1.1 -> 5.2.2 2016-10-05 12:36:13 +02:00
Lancelot SIX 74e52576e0 pythonPackages.django_1_10: 1.10.1 -> 1.10.2 (#19193)
This is a bugfix release.

See https://docs.djangoproject.com/en/1.10/releases/1.10.2/
2016-10-05 12:28:17 +02:00
Philip Potter f94072196d cookiecutter: 1.3.0 -> 1.4.0 (#19232)
This version bump changes the dependencies, adding in two new packages
`poyo` and `jinja2_time`.  This in turn fixes python3 support.

In order to get python3Packages.cookiecutter to build, I had to add pytest as
a dependency to whichcraft; I'm not sure why this wasn't already there.

I tried to build pypyPackages.cookiecutter, but the resulting binary
fails with the message:

    $ cookiecutter gh:audreyr/cookiecutter-pypackage
    Traceback (most recent call last):
      File "/nix/store/v1czxi8amljxkp6nxi8x1hxa7lkb6i7c-pypy5.4.1-cookiecutter-1.4.0/bin/.cookiecutter-wrapped", line 8, in <module>
        from cookiecutter.cli import main
    ImportError: No module named cookiecutter

I'm not sure how to debug this.
2016-10-05 12:26:20 +02:00
Alexander Ried 4e91e8cb3d rtkit: add patch from debian to remove ControlGroup stanza
fixes log clutter:
systemd[1]: [/nix/store/....-rtkit-0.11/etc/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service'
2016-10-05 11:23:11 +02:00
Frederik Rietdijk 2fb5289d83 git: 2.10.0 -> 2.10.1 2016-10-05 10:37:09 +02:00
Frederik Rietdijk f1074590da pythonPackages.ipyparallel: 5.0.1 -> 5.2.0 2016-10-05 10:03:51 +02:00
Frederik Rietdijk 02801ab700 pythonPackages.ipykernel: 4.3.1 -> 4.5.0 2016-10-05 10:03:51 +02:00
Frederik Rietdijk 57168395b8 pythonPackages.jupyterlab: 0.1.1 -> 0.4.1 2016-10-05 10:03:51 +02:00
Frederik Rietdijk 8295fd9365 pythonPackages.GitPython: 2.0.2 -> 2.0.8 2016-10-05 10:03:50 +02:00
Frederik Rietdijk 8a4bb467a4 pythonPackages.decorator: 4.0.9 -> 4.0.10 2016-10-05 10:03:50 +02:00
Peter Simons 2f0d0cd05a ghcjs: mark build as broken
(cherry picked from commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e)
2016-10-05 09:46:53 +02:00
Peter Simons ec8b816154 Extend Haskell generic builder to use new --ipid flag. 2016-10-05 09:46:53 +02:00
Peter Simons 4e576faa1c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-11-g4585b46 from Hackage revision
ad51461d4d.
2016-10-05 09:46:53 +02:00
Kirill Boltaev 3e646865f4 treewide: use ocaml.version (#19192) 2016-10-05 09:32:30 +02:00
Michael Raskin 916364af72 Merge pull request #19240 from mirrexagon/mrxgn-update-textadept
textadept: 8.7 -> 9.0
2016-10-05 07:20:33 +00:00
Jörg Thalheim d8f8983df4 Merge pull request #19208 from mstarzyk/nim
Nim & nimble upgrade
2016-10-05 09:10:52 +02:00
Andrew Abbott 64f7b415be cava: 0.4.1 -> 0.4.2 2016-10-05 15:25:03 +11:00
Corbin dec4ec07bd python2.7-nevow: 0.11.1 -> 0.14.2
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Andrew Abbott 717fbc2ad0 textadept: 8.7 -> 9.0 2016-10-05 15:07:56 +11:00
Thomas Tuegel d067b7bd35
Merge branch 'kde-5' into staging 2016-10-04 21:50:17 -05:00
Thomas Tuegel 379c511126
kde5.plasma: 5.7.5 -> 5.8.0 2016-10-04 21:49:46 -05:00
Thomas Tuegel fc23f64d34
qt5.qtbase: ruby is no longer a dependency 2016-10-04 21:49:33 -05:00
Thomas Tuegel ebe90e3e2d
kde5.frameworks: 5.24 -> 5.26 2016-10-04 21:49:32 -05:00
Matt Billenstein 6bfbb7a07c mongodb: fix build on OSX by adding Security framework 2016-10-04 19:38:32 -07:00
Ji-Haeng Huh b5b907f3fb corretions for PR comments 2016-10-05 01:27:47 +02:00
Joachim F 83df0e7b18 Merge pull request #19224 from KibaFox/tinyfugue
tinyfugue: init at 50b8
2016-10-05 00:08:52 +02:00
Kiba Fox 151edd446d
tinyfugue: init at 50b8 2016-10-04 17:46:26 -04:00
Joachim F 65aa53fbed Merge pull request #18495 from yshui/master
Add new input method: fcitx-libpinyin
2016-10-04 22:46:11 +02:00
Joachim F ea111244f5 Merge pull request #19215 from jonafato/corebird-1.3.3
corebird: 1.3.2 -> 1.3.3
2016-10-04 22:32:29 +02:00
Alex Ivanov cb79662bf3 pakcs: reborn 2016-10-04 22:49:07 +03:00
Peter Simons 98a750b4a8 Merge pull request #19228 from mboes/ghc-head-20160930
haskell.compiler.ghcHEAD: update to latest upstream (20160930).
2016-10-04 20:51:45 +02:00
Christian Richter 73a03e3a18 ardour: 4.7 -> 5.4 2016-10-04 20:51:23 +02:00
Markus Hauck aafbd40577 Replace hard coded /bin/bash occurrences 2016-10-04 20:15:37 +02:00
Samuel Rivas 55286552d3 Merge remote-tracking branch 'origin/master' into crafty 2016-10-04 20:13:38 +02:00
Samuel Rivas cc79c1c9f0 crafty: 23.4 -> 25.0.1
Fix crafty and update to latest version

 * Download URLs changed to www.craftychess.com
 * crafty 23.4 doesn't quite build, updated to latest
 * Modify the wrapping script so that the books are in the user's home (so that
   they can be easily modified and also so that crafty can learn)
 * End game table bases are no longer available (should be built) removed from
   now
 * Platform specific targets changed, I can only test linux, so removed darwin
   for now
 * The enormous pgn is no longer available, removed
 * Removed craftyfull

update urls

move the books to HOME

So that learning works and we can modify books to control openings

remove leftovers

Delete unused parts

I have no idea how to build for ios, so I fixed linux build only (ios build was
broken anyway, so I removed it)

I couldn't find the new end game table bases, so I removed them for now.
2016-10-04 20:06:10 +02:00
Mathieu Boespflug 4b34e4a7cb haskell.compiler.ghcHEAD: update to latest upstream (20160930).
Includes several fixes necessary for inline-java full functionality.
2016-10-04 17:51:37 +02:00
Shea Levy e70a2badc2 Merge branch 'master' of github.com:NixOS/nixpkgs 2016-10-04 10:16:13 -04:00
Thomas Tuegel 772d7262a1 Merge pull request #19219 from mdorman/emacs-packages
Emacs package updates
2016-10-04 09:15:43 -05:00
Shea Levy e54313d183 Revert "Revert "Linux 4.8""
Now featuring @aszlig's modinst_arg_list_too_long patch.

This reverts commit 43bedb970d.

Fixes #19213
2016-10-04 10:10:36 -04:00
Ji-Haeng Huh f02f1a490b Fixing lsof-4.89 for Darwin 2016-10-04 15:37:35 +02:00
Profpatsch 23913912c3 searx: fix pyopenssl version
Also remove the old postPatch substitutions (the patch does those).
2016-10-04 15:26:39 +02:00
Jascha Geerds 0e540d2113 hipchat: 4.26.0.1657 -> 4.27.0.1658 2016-10-04 15:16:30 +02:00
Michael Alan Dorman 3b7dd001e2 melpa-packages: 2016-10-03
Removals:
 - mmm-jinja2: repository is gone
 - salt-mode: repository is gone
 - session: removed from melpa
 - shimbun: repository server doesn't respond properly
 - w3m: repository server doesn't respond properly
 - yatex: server using insecure tls version
2016-10-04 08:15:25 -04:00
Michael Alan Dorman 29f61c14ea melpa-stable-packages: 2016-10-03
Removals:
 - ssh-config-mode: version number no longer parseable by package.el
 - yatex: server using insecure tls version
2016-10-04 08:15:00 -04:00
Michael Alan Dorman d87851718c org-packages: 2016-10-03 2016-10-04 08:12:18 -04:00
Michael Alan Dorman 6d0cca95ad elpa-packages: 2016-10-03 2016-10-04 08:12:18 -04:00
Michael Raskin 3765f62fd6 loudmouth: 1.4.3 -> 1.5.3, switch to mcabber version as the upstream as the Gnome version has stagnated 2016-10-04 13:23:49 +02:00
Michael Raskin bd21e866d2 mcabber: 1.0.2 -> 1.0.3 2016-10-04 13:13:45 +02:00
Lluís Batlle i Rossell d96c5e1fd6 Fixing irssi-otr after change of irssi ABI.
I pick the change from this pull request:
https://github.com/cryptodotis/irssi-otr/pull/60/
2016-10-04 12:29:09 +02:00
Michael Raskin 94e87bd79b lsof: add one more mirror, the second one seems unavailable (and the original site is too picky about NATs) 2016-10-04 10:16:22 +02:00
Michael Raskin 5175808f04 vifm: update metainformation w.r.t. project home move 2016-10-04 10:07:46 +02:00
Michael Raskin 8de1da7ccb mc: 4.8.17 -> 4.8.18 2016-10-04 10:04:33 +02:00
Michael Raskin 1e753d1fbc harfbuzz: 1.3.1 -> 1.3.2 2016-10-04 09:59:04 +02:00
Michael Raskin c08ef075a7 rxvt_unicode: add downloadPage for easier update checking 2016-10-04 09:59:04 +02:00
Profpatsch c535924f5f geteltorito: init at 0.6 (#18614) 2016-10-04 04:07:56 +02:00
Shea Levy 43bedb970d Revert "Linux 4.8"
This reverts commit e4958d54b1.
2016-10-03 22:04:43 -04:00
Jon Banafato e45a242ee2 corebird: 1.3.2 -> 1.3.3
Update corebird to the latest release.
2016-10-03 21:06:04 -04:00
Moritz Ulrich 38dbb8008d weechat: Work around darwin linking issue 2016-10-03 23:45:16 +02:00
Vladimír Čunát 1525568c74 util-linux: fixup patch hash from grandparent merge
And name the file, too.
2016-10-03 23:06:51 +02:00
Jörg Thalheim c3c34ea372 Merge pull request #19207 from groxxda/libusb
libusb: 1.0.19 -> 1.0.20 [-> staging]
2016-10-03 23:05:49 +02:00
Jörg Thalheim 45f64a37c9 Merge pull request #19175 from Mic92/util-linux
util-linux: workaround CVE-2016-2779
2016-10-03 22:53:21 +02:00
Jörg Thalheim f12fcfebe2 Merge pull request #19206 from apeyroux/init/jsbeautifier
jsbeautifier: init 1.6.4
2016-10-03 21:52:45 +02:00
Maciek Starzyk 8852c5144f nimble: 0.7.4 -> 0.7.8 2016-10-03 21:45:03 +02:00
Maciek Starzyk eda85e161f nim: 0.14.2 -> 0.15.0 2016-10-03 21:44:40 +02:00
Alexander Ried b7c358167e libusb: 1.0.19 -> 1.0.20 2016-10-03 21:13:30 +02:00
Alexandre Peyroux 3298c13d52 jsbeautifier: add maintainer 2016-10-03 20:35:14 +02:00
Alexandre Peyroux c072feb377 jsbeautifier: fix alphabetical order 2016-10-03 20:22:39 +02:00
Jörg Thalheim 96a1e782a6 Merge pull request #19205 from elasticdog/ansible2
pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0
2016-10-03 20:21:56 +02:00
Alexandre Peyroux 78ec797215 jsbeautifier: init 1.6.4 2016-10-03 20:18:12 +02:00
Jörg Thalheim ab55fabd0c Merge pull request #19203 from nmattia/r10k-update
r10k: remove unused docker dependency
2016-10-03 20:11:27 +02:00
makefu 004a5a2047
opentracker: 2014-08-03 -> 2016-10-02
* change git url to new official repo
* add sample configuration to package
* use licenses.beerware
* add maintainer
2016-10-03 20:04:00 +02:00
Nicolas Mattia 86c78073d8 r10k: remove unused docker dependency 2016-10-03 19:50:16 +02:00
Aaron Bull Schaefer f684f52527 pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0 2016-10-03 10:43:25 -07:00
Jörg Thalheim 58b6c84071 Merge pull request #19197 from gnidorah/master
Add Rambox and Franz messengers
2016-10-03 19:37:52 +02:00
Jörg Thalheim 888f6a1280 Merge pull request #19199 from wizeman/u/fix-help2man-hash
help2man: fix hash
2016-10-03 19:26:44 +02:00
Vincent Laporte 3cb65da139 asymptote: fix build on Darwin
No GLUT and no OSMesa
2016-10-03 19:09:56 +02:00
Alex Ivanov 4e449d0159 rambox, franz: support i386-linux 2016-10-03 19:57:50 +03:00
Ricardo M. Correia 2ad13953a4 help2man: fix hash 2016-10-03 18:49:47 +02:00
Jörg Thalheim 008344b29a Merge pull request #19198 from acowley/rustc-darwin
rustc: fix build on darwin
2016-10-03 18:42:20 +02:00
Franz Pletz beca8946ee
jool: 3.4.5 -> 3.5.0 2016-10-03 18:25:28 +02:00
Alex Ivanov 43d327c137 rambox, franz: recommendations by Mic92 2016-10-03 19:24:57 +03:00
Ignat Loskutov 9f34b5595e
zsh-syntax-highlighting: init at 0.4.1
fixes #19179
2016-10-03 17:49:04 +02:00
Michael Raskin 5e882ea558 freeipmi: 1.5.3 -> 1.5.4 2016-10-03 17:35:18 +02:00
Michael Raskin ea6f03d1ca botan: 1.11.31 -> 1.11.32 2016-10-03 17:35:18 +02:00
Michael Raskin c085767dac gajim: 0.16.5 -> 0.16.6 2016-10-03 17:35:18 +02:00
makefu 3ca28283bf
udpt: init at 2016-02-20
fixes #19171
2016-10-03 17:15:32 +02:00
Eelco Dolstra 69bb34673e Merge pull request #19196 from groxxda/xkbbindir
xserver: replace XKB_BINDIR with compile time option
2016-10-03 17:12:59 +02:00
Moritz Ulrich 7cc3de8742 weechat: 1.5 -> 1.6 2016-10-03 16:55:17 +02:00
Michael Raskin c2e849b64d libreoffice-fresh: 5.2.1.2 -> 5.2.2.2 2016-10-03 16:45:46 +02:00
Jörg Thalheim d153c195ca Merge pull request #19190 from mayflower/emby_fix_ffmpeg_detection
emby: use makeWrapper to supply ffmpeg/probe paths
2016-10-03 16:36:14 +02:00
Alexandre Peyroux 34767dec21
EditorConfig: init at 0.12.0
fixes #19163
2016-10-03 16:30:09 +02:00
Jörg Thalheim f3ed2b60a6 Merge pull request #19133 from groxxda/gtkvnc
gtk-vnc: remove gtk2 support, 0.5.3 -> 0.6.0
2016-10-03 16:19:11 +02:00
Alex Ivanov 756fece17d franz: init at 4.0.4 2016-10-03 16:26:16 +03:00
Alex Ivanov 51cd05c8fc rambox: init at 0.4.4 2016-10-03 16:24:35 +03:00
Anthony Cowley 3989b8da43 rustc: fix build on darwin
The OS is identified as "10.4" rather than "osx". This commit removes
the 'rt' build script's hard coding of the "osx" suffix when building on
darwin since the cmake configuration falls back to building a 10.4
compatible libclang_rt.
2016-10-03 09:20:56 -04:00
Profpatsch 4c39fe5d66 xonotic: fix dependencies (#19173) 2016-10-03 15:14:16 +02:00
Alexander Ried e7ded267bd xserver: replace XKB_BINDIR with compile time option
---

Using the configure option relieves us of the patch and passing the path
via the env var in many places. Also the env var may not be inherited
when components like gdm spawn new sessions.
2016-10-03 15:03:02 +02:00
Shea Levy e4958d54b1 Linux 4.8 2016-10-03 08:45:45 -04:00
Jörg Thalheim 54867a0400 Merge pull request #19131 from aneeshusa/remove-redundant-cmake-build-type-release-args-part2
llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flags
2016-10-03 14:43:40 +02:00
Frederik Rietdijk ef8e8afb48 Merge pull request #19189 from luispedro/imread_06
imread: 0.5.1 -> 0.6
2016-10-03 14:08:49 +02:00
Michael Raskin 92675bb6e5 wineUnstable, wineStaging: 1.9.18 -> 1.9.20 2016-10-03 13:54:18 +02:00
Alexey Shmalko 2ce23db2c8 Merge pull request #19009 from artuuge/cpp_ethereum
cpp_ethereum: 1.2.9 -> 1.3.0
2016-10-03 13:58:07 +03:00
Alexey Shmalko a76204bf67 Merge pull request #19191 from mayflower/emby_3_0_7300
emby: 3.0.7200 -> 3.0.7300
2016-10-03 13:56:25 +03:00
Luis Pedro Coelho 43f13dacb9 imread: 0.5.1 -> 0.6 2016-10-03 12:53:33 +02:00
Frederik Rietdijk 971f903390 Merge pull request #19188 from luispedro/mahotas_142
mahotas: 1.4.1 -> 1.4.2
2016-10-03 12:49:09 +02:00
Tristan Helmich a859312e56 emby: 3.0.7200 -> 3.0.7300 2016-10-03 12:28:58 +02:00
Thomas Tuegel 4428533212 Merge pull request #19177 from ttuegel/revert-wayland-downgrade
Revert "mesa_drivers: work around #16779"
2016-10-03 05:26:07 -05:00
Thomas Tuegel 08aea87297
ibus: refresh cache at startup
Fixes #19134. (Maybe.)
2016-10-03 05:25:41 -05:00
Tristan Helmich 81ff763541 emby: use makeWrapper to supply ffmpeg/probe paths
Fixes NixOS/nixpkgs#19118
2016-10-03 12:23:44 +02:00
Luis Pedro Coelho 9934513fdd mahotas: 1.4.1 -> 1.4.2 2016-10-03 11:45:20 +02:00
artuuge 05001557ca cpp_ethereum: 1.2.9 -> 1.3.0 2016-10-03 11:22:44 +02:00
Jörg Thalheim 26e39566af Merge pull request #19120 from groxxda/gtk+
gtk+3: 3.22.0 -> 3.22.1 [=> staging]
2016-10-03 10:36:08 +02:00
Jörg Thalheim df8dad4b89 Merge pull request #19121 from groxxda/glib
glib{mm,-networking} -> 2.50.0 [-> staging]
2016-10-03 10:35:11 +02:00
Jörg Thalheim cd9297bf1e Merge pull request #19187 from ericsagnes/pkg-update/wireguard
wireguard: 2016-08-08 -> 2016-10-01
2016-10-03 10:29:22 +02:00
Eric Sagnes 58d44a376e wireguard: 2016-08-08 -> 2016-10-01 2016-10-03 17:06:11 +09:00
Matthias Beyer c22bf45fa1 bean-add: 2016-10-01 -> 2016-10-03 2016-10-03 09:46:16 +02:00
Jörg Thalheim 0d1d60366b Merge pull request #19181 from Ralith/purple-hangouts
purple-hangouts-hg: 2016-08-31 -> 2016-10-01
2016-10-03 09:36:59 +02:00
Jörg Thalheim ba00ba65eb
util-linux: workaround CVE-2016-2779
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2779
2016-10-03 08:49:56 +02:00
Charles Strahan 342780520f
termite: 11 -> 12 2016-10-03 02:21:55 -04:00
Benjamin Saunders eaa11f3493 purple-hangouts-hg: 2016-08-31 -> 2016-10-01 2016-10-02 17:48:44 -07:00
Thomas Tuegel 05938ca80b
Revert "mesa_drivers: work around #16779"
This reverts commit 7a003eb9d5.
2016-10-02 16:50:59 -05:00
Thomas Tuegel 1b255790b4
kde5.kwin: build with xwayland
A patch was already included to find the path to Xwayland, but the build
was not actually using it because it wasn't a buildInput.
2016-10-02 16:49:49 -05:00
Thomas Tuegel 9f0506b030
kde5.plasma: 5.7.4 -> 5.7.5 2016-10-02 16:49:42 -05:00
Peter Simons 79f92f00f9 haskell-vector: jailbreak to fix test suite build 2016-10-02 23:44:00 +02:00
Peter Simons e3cc3de334 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-10-g950a7f4 from Hackage revision
1aa9f5de46.
2016-10-02 23:43:54 +02:00
Peter Simons 0dc9600107 configuration-hackage2nix.yaml: update to LTS 7.2
Also update list of broken builds.
2016-10-02 23:43:29 +02:00
Mica Semrick 0223ab8fa9
hugin: 2016.0.0 -> 2016.2.0 2016-10-02 23:36:06 +02:00
Frederik Rietdijk 284bd1c378 Merge pull request #19172 from bjornfor/update-openshot
openshot-qt: 2.0.7 -> 2.1.0
2016-10-02 23:22:45 +02:00
zimbatm 7fc6942e2b Merge pull request #18792 from zimbatm/ruby-gem-home
Ruby gem home
2016-10-02 22:12:59 +01:00
zimbatm b8bcbec5fd ruby: fixes rubygems user installs
* Manage patches in git
* Fixes the hook invocation to be more safe. Thanks @Mic92
* Install gems as user by default
* Install gem binaries with the /usr/bin/env shebang
* Fixes a bug where the passthru.libPath and passthru.gemPath would
  point to the wrong directory
* Overhaul ruby version heuristics
2016-10-02 22:07:22 +01:00
Nikolay Amiantov 9d7c9cc32e openjdk8: add a patch to use GTK when available by default 2016-10-02 23:57:10 +03:00
Nikolay Amiantov a15c943337 openjdk8: rework dependencies
This makes several adjustments around what is linked into JRE.

* system giflib, libjpeg, zlib are now used unconditionally;
* libstdc++ is linked dynamically.

For full version:

* GTK+ and GNOME libraries are linked;
* Extra X11 libraries are linked;
* CUPS is linked;
* libmagic (file) is linked.

For minimal version:

* All X11 support is removed;
* Sound support is removed.
* Fonts and their support are not lined.

jre8_headless is added as a minimal build.

Overall this adds support for all things GUI into the default Java build and
removes them from the minimal build.
2016-10-02 23:57:02 +03:00
Benno Fünfstück 9d01cf66a4 Merge pull request #19051 from grwlf/sox-lame-config
sox: read enableLame from the config
2016-10-02 22:29:43 +02:00
Frederik Rietdijk 83055b86ce Merge pull request #14534 from ryanartecona/darwin-fix-libsamplerate-libdvdcss
libsamplerate, libdvdcss: fix darwin build
2016-10-02 22:23:28 +02:00
Ryan Artecona dad6db2461 libdvdcss: add darwin support 2016-10-02 15:21:43 -05:00
Bjørn Forsman 3e6ce75b8f openshot-qt: 2.0.7 -> 2.1.0
Also update libopenshot (0.1.1 -> 0.1.2) and libopenshot-audio (0.1.1 ->
0.1.2). Both  libraries seem to be somewhat version coupled with
openshot (all three projects had a release at the same time).

Openshot now depends on ZMQ.

Test notes: the application runs, but I managed to crash it after doing
this:

* Import pictures and video
* Add two pictures to the timeline (next to each other)
* Drag the 2nd picture partly over over the first
  (creates an effect). App dies.

The last output from the app is:

  timeline_webview:INFO addTransition...
  Unhandled Python exception
  Aborted

The same crash happens with v2.0.7 though.
2016-10-02 22:19:16 +02:00
zimbatm 400910c1f7 Merge pull request #19169 from nmattia/r10-add
r10k: init at 2.4.3
2016-10-02 20:50:05 +01:00
Benno Fünfstück a090931cdb Merge pull request #19155 from schneefux/nextcloud-newsupdater
nextcloud-news-updater: init at 9.0.2
2016-10-02 21:22:33 +02:00
Nicolas Mattia e3f4ea02c9 r10k: init at 2.4.3 2016-10-02 21:10:56 +02:00
obadz 7a8d300823 remmina: 1.0.0 -> 1.2.0-rcgit.15
Fixes build post FreeRDP upgrade (5abb36b)
2016-10-02 19:35:35 +01:00
Joachim Fasting 627ada684b
vtk: fix build due to doCheck = true on !darwin
Per https://hydra.nixos.org/build/41525447 the build now fails because
there's no "check" target.

Ref: 450dd55d95
2016-10-02 20:20:33 +02:00
Jon Banafato ecd41c19b8 gnome-maps: add webkitgtk to buildInputs
Per #17143 on GitHub, `gnome-maps` currently fails due to missing
Webkit2. Adding `webkitgtk` to `buildInputs` fixes the issue.
2016-10-02 20:05:44 +02:00
Joachim Fasting 9a9237e0aa
grsecurity: revamp nixos kernel config
Cleanup:
- Restructure & add some commentary
- Remove redundant option specs given the auto config
  constraints (some are left in for documentation purposes)

Changes:
- GRKERNSEC_CONFIG_VIRT_HOST -> GUEST
  The former deselects paravirtualization and friends
- PAX_LATENT_ENTROPY n -> y (implied by auto)
- GRKERNSEC_ACL_HIDEKERN y -> n
  Possibly useless with redistribution
2016-10-02 19:25:58 +02:00
Joachim Fasting 1bb7b44cd7
grsecurity: make GRKERNSEC y and PAX y implicit
These options should always be specified. Note, an implication of this
change is that not specifying any grsec/PaX options results in a build
failure.
2016-10-02 19:25:58 +02:00
Eelco Dolstra a58f5ffbb9 movit: Use multiple outputs 2016-10-02 19:22:29 +02:00
Eelco Dolstra 55f489eb74 libXp: Use multiple outputs 2016-10-02 19:22:19 +02:00
Eelco Dolstra 5cf9d386e0 opencv: Use multiple outputs and prevent runtime dependency on GCC 2016-10-02 19:22:02 +02:00
Jörg Thalheim 3732d1d2c3 pass: add procps dep only on linux (#19165)
fixes #18929
2016-10-02 18:57:42 +02:00
David Guibert ce8d2aad27
restore rclone
By getting rid of go-packages.nix (#16017), rclone has removed (introduced by #15852).
2016-10-02 17:47:27 +02:00
Matthias Beyer 081c5494ac
radare2: 0.9.7 -> 0.10.6 2016-10-02 17:19:19 +02:00
Benno Fünfstück a47085d3df python-ropper: add homepage and license 2016-10-02 16:51:13 +02:00
Jörg Thalheim c2a2926146 Merge pull request #19083 from matthiasbeyer/add-bean-add
bean-add: init at 76945c320e6f028223e4420956c80c421c4fe74a
2016-10-02 16:45:13 +02:00
Benno Fünfstück ef23c2e4c8 python-ropper: init at 1.10.10 2016-10-02 16:44:02 +02:00
Benno Fünfstück f0fa27a1c2 python-capstone: init at 3.0.4 2016-10-02 16:42:59 +02:00
Jörg Thalheim fd8e5bf117 Merge pull request #17843 from lucas8/imlibsetroot
imlibsetroot: init at 1.2
2016-10-02 16:39:27 +02:00
rszibele bfe3f70fc8 notepadqq: init at 0.53.0 2016-10-02 15:59:01 +02:00
Jörg Thalheim c2ee2a723f Merge pull request #19156 from apeyroux/init/c14
c14: init at 2016-09-09
2016-10-02 15:31:53 +02:00
Vladimír Čunát a745f87b7f flashplayer: preferLocalBuild = true;
The builder does almost nothing, and I hate to have to copy hundreds of
megabytes to a builds slave because of that.
2016-10-02 14:52:02 +02:00
Michael Raskin aad0b7108c spark_parser: init at 1.4.0 2016-10-02 14:31:45 +02:00
Joachim F c81c652940 Merge pull request #19116 from ericsagnes/pkg-update/ibus-table
ibus-table: 1.9.11 -> 1.9.14
2016-10-02 13:34:12 +02:00
Michael Raskin 102f3c5f47 Merge pull request #19158 from groxxda/pep8
pythonPackages.mccabe fixup, hypothesis: 3.1.0 -> 3.5.2, flake8: 2.5.4 -> 2.6.2
2016-10-02 11:29:02 +00:00
Joachim F 4822ac1a18 Merge pull request #19140 from Baughn/factorio
factorio: Don't set argv[0]
2016-10-02 13:23:25 +02:00
Alexander Ried 1d2d782bfe pythonPackages.hypothesis: 3.1.0 -> 3.5.2 2016-10-02 13:19:21 +02:00
Alexander Ried c316e38bad pythonPackages.uncompyle6: init at 2.8.3 2016-10-02 13:19:21 +02:00