3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

12420 commits

Author SHA1 Message Date
joachifm dca363b9a0 Merge pull request #13381 from kevincox/mesos-0.27.1
Mesos: 26.0 -> 27.1
2016-03-06 14:44:26 +00:00
Kevin Cox ee9b151f5b marathon: 0.15.1 -> 0.15.3 2016-03-06 08:05:26 -05:00
Robert Helgesson 54c7ef17a9 eclipse-plugin-checkstyle: 6.14.0 -> 6.16.0 2016-03-06 09:39:22 +01:00
Arseniy Seroka 4b934ec3af Merge pull request #13698 from puffnfresh/feature/window-manager/emacs-exwm
exwm service: init (Emacs X Window Manager)
2016-03-06 10:54:48 +03:00
Kevin Cox 2843d83905 Mesos: 26.0 -> 27.1 2016-03-05 22:49:48 -05:00
Tobias Geerinckx-Rice d5eb96938a sane-backends-git -> 2016-03-05 2016-03-06 01:09:12 +01:00
Tim Steinbach d3deb49b54 atom: 1.5.3 -> 1.5.4 2016-03-05 22:11:27 +00:00
aszlig 8b97ca270e
chromium: Update all channels to latest versions
Overview of the updated versions:

stable: 48.0.2564.116 -> 49.0.2623.75
beta:   49.0.2623.63  -> 49.0.2623.75
dev:    50.0.2657.0   -> 50.0.2661.11

Stable and beta are now in par because of the release of a major stable
update.

The release addresses 26 security vulnerabilities, the following with an
assigned CVE:

 * CVE-2016-1630: Same-origin bypass in Blink. Credit to Mariusz
                  Mlynski.
 * CVE-2016-1631: Same-origin bypass in Pepper Plugin. Credit to Mariusz
                  Mlynski.
 * CVE-2016-1632: Bad cast in Extensions. Credit to anonymous.
 * CVE-2016-1633: Use-after-free in Blink. Credit to cloudfuzzer.
 * CVE-2016-1634: Use-after-free in Blink. Credit to cloudfuzzer.
 * CVE-2016-1635: Use-after-free in Blink. Credit to Rob Wu.
 * CVE-2016-1636: SRI Validation Bypass. Credit to Ryan Lester and
                  Bryant Zadegan.
 * CVE-2015-8126: Out-of-bounds access in libpng. Credit to
                  joerg.bornemann.
 * CVE-2016-1637: Information Leak in Skia. Credit to Keve Nagy.
 * CVE-2016-1638: WebAPI Bypass. Credit to Rob Wu.
 * CVE-2016-1639: Use-after-free in WebRTC. Credit to Khalil Zhani.
 * CVE-2016-1640: Origin confusion in Extensions UI. Credit to Luan
                  Herrera.
 * CVE-2016-1641: Use-after-free in Favicon. Credit to Atte Kettunen of
                  OUSPG.

The full announcement which also includes the link to the bug tracker
can be found here:

http://googlechromereleases.blogspot.de/2016/03/stable-channel-update.html

Also, the 32bit Chrome package needed for the Flash and Widevine plugins
doesn't exist anymore, because Google has dropped support for 32bit
distros, see here for the announcement:

https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/FoE6sL-p6oU

On our end, we need to fix the patch for the plugin paths to work for
the latest dev channel. The change is very minor, because the
nix_plugin_paths_46.patch only doesn't apply because of an iOS-related
ifdef.

Built and tested on my Hydra at:

https://headcounter.org/hydra/eval/311511

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Fixes: #13665
2016-03-05 22:53:13 +01:00
Franz Pletz beefe9c1a9 Merge pull request #13659 from agbell/agbell-patch-1
pgadmin 1.20.0 -> 1.22.1
2016-03-05 22:16:37 +01:00
zimbatm 75d7692ab3 gitAndTools.darcsToGit: 0.2git -> 2015-06-04
Fixes error where ruby 2.0+ doesn't have iconv anymore.

    `require': cannot load such file -- iconv (LoadError)
2016-03-05 18:45:39 +00:00
Joachim Fasting 1ff8a6b6c4 electrum: 2.5.4 -> 2.6.1 2016-03-05 19:09:02 +01:00
Frederik Rietdijk 36506df7fe Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_default
pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
2016-03-05 11:07:50 -05:00
joachifm 02327d3a44 Merge pull request #13431 from igsha/i3pystatus
i3pystatus: 3.33 -> 3.34
2016-03-05 13:12:10 +00:00
Brian McKenna b1096d0811 elpa-packages 2016-03-06 2016-03-06 00:03:26 +11:00
joachifm bcafef2df4 Merge pull request #13681 from matthiasbeyer/add-tasksh
tasksh: init at 1.0.0
2016-03-05 12:11:40 +00:00
aszlig c3d82f0fbf
chromium/updater: Fix eval error on stdenv.is32bit
There is no stdenv.is32bit, so let's just use !stdenv.is64bit.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-05 03:16:26 +01:00
aszlig 8d5accb691
chromium/updater: Fix getting latest versions
Comparing the current version with the version in sources list and
accidentally swapping the version arguments isn't going to get very far
because every new version that will come up will then be treated as "we
already have that version".

So we're now using versionOlder and also a check whether the version is
the *same* as the one in sources.nix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-05 02:55:00 +01:00
joachifm b0f70e2ebb Merge pull request #10863 from aboseley/spice-vdagent
spice-vdagentd service : init at version 0.16.0
2016-03-04 22:14:22 +00:00
Peter Simons 288d01fe2b stellarium: update to 0.14.2
This patch also fixes https://github.com/NixOS/nixpkgs/issues/13582.
2016-03-04 23:05:48 +01:00
Adam Boseley 5b83791207 spice-vdagentd service : initial at 0.16.0 2016-03-05 07:56:47 +10:00
Matthias Beyer abea96a28d tasksh: init at 1.0.0 2016-03-04 21:59:01 +01:00
Graham Christensen ca6108a2a1 wireshark: 2.0.0 -> 2.0.2 for: CVE-2016-2521 CVE-2016-2522 CVE-2016-2523 CVE-2016-2524 CVE-2016-2525 CVE-2016-2526 CVE-2016-2527 CVE-2016-2528 CVE-2016-2529 CVE-2016-2531 CVE-2016-2532 2016-03-04 13:31:31 -06:00
joachifm 66c95e4bf0 Merge pull request #13677 from romildo/update.openbox-menu
openbox-menu: 0.5.1 -> 0.8.0
2016-03-04 16:16:24 +00:00
Michael Raskin 24bbb9718f Merge pull request #8021 from magnetophon/lv2bm-master
lv2bm init at git-2015-04-10
2016-03-04 15:59:22 +00:00
José Romildo Malaquias 5226ecf767 openbox-menu: 0.5.1 -> 0.8.0 2016-03-04 12:42:28 -03:00
joachifm ce9e2012af Merge pull request #13674 from zimbatm/sonic-pi-2.9.0
sonic-pi: 2.8.0 -> 2.9.0
2016-03-04 15:34:43 +00:00
joachifm ff738bc48b Merge pull request #13669 from romildo/new.font-manager
font-manager: init at git-2016-03-02
2016-03-04 15:30:24 +00:00
Michael Raskin 67493da97f Merge pull request #13654 from Profpatsch/libreoffice-kde
libreoffice: disable kdeIntegration
2016-03-04 15:06:50 +00:00
zimbatm 4bc516aa54 sonic-pi: 2.8.0 -> 2.9.0
Fixes compilation and path issues. The executable still segfaults after boot
though.
2016-03-04 14:44:07 +00:00
Nikolay Amiantov 630ab80bd4 deadbeef: 1.6.2 -> 1.7.0 2016-03-04 14:58:58 +03:00
Nikolay Amiantov 8dd642b688 octoprint-plugins.m3d-fio: 0.27.1 -> 0.29 2016-03-04 14:42:36 +03:00
Lancelot SIX 4ea6a10cb6 Merge pull request #13672 from bzizou/kanif
kanif: init at 1.2.2

Built and tested on a local cluster.
2016-03-04 12:38:56 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr 15c4167d28 kanif: init at 1.2.2 2016-03-04 12:22:29 +01:00
José Romildo Malaquias 9477c248fa gsimplecal: init at 2.1 2016-03-04 08:06:09 -03:00
José Romildo Malaquias 86c6d59f95 font-manager: init at git-2016-03-02 2016-03-04 07:45:08 -03:00
Lancelot SIX 95f22a6fb5 pkgs.taktuk: fix remote url 2016-03-04 10:30:42 +01:00
Lancelot SIX f689bc9629 Merge pull request #13656 from bzizou/taktuk
taktuk: init at 3.7.5
2016-03-04 10:27:19 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr 92e86f03b0 taktuk: init at 3.7.5 2016-03-04 10:11:08 +01:00
goibhniu 60b1675be0 Merge pull request #13660 from nico202/guitarix-0.34
guitarix: 0.33 -> 0.34
2016-03-04 09:47:04 +01:00
Vincent Laporte 014a30da93 why3: 0.86.2 -> 0.86.3
And merge with ocamlPackages.why3
(the OCaml library would not work correctly if packaged separately).
2016-03-04 09:29:10 +01:00
= 7f26d6edf5 guitarix: 0.33 -> 0.34 2016-03-04 01:22:00 +01:00
joachifm 12c9af6e2a Merge pull request #13652 from steveeJ/rkt
pkgs/rkt: bump to v1.1.0
2016-03-03 21:46:08 +00:00
Adam Bell 854b13dc00 pgadmin 1.20.0 -> 1.22.1 2016-03-03 16:11:32 -05:00
Arseniy Seroka 9e2eaa2755 Merge pull request #13632 from jraygauthier/jrg/sweethome_freedesktop_improvement
sweethome3d: Improvements
2016-03-03 23:30:40 +03:00
Arseniy Seroka 6f12b1980e Merge pull request #13627 from jraygauthier/jrg/update_sweethome3d_52
sweethome3d: 4.6.2 -> 5.2
2016-03-03 23:29:48 +03:00
Arseniy Seroka 0aac2960fc Merge pull request #13639 from bzizou/gromacs
gromacs: 4.6.5 -> 4.6.7 + MPI support
2016-03-03 23:29:32 +03:00
Damien Cassou 5652d3407f Merge pull request #13647 from DamienCassou/khard-python2-only
khard: force Python2
2016-03-03 21:14:17 +01:00
Stefan Junker 13bd76b525 pkgs/rkt: 1.0.0 -> 1.1.0 2016-03-03 19:57:15 +01:00
Profpatsch 417457f6f9 libreoffice: disable kdeIntegration
fixes #13651

@edolstra:
“IIRC, the "KDE integration" consists mainly in providing a Qt/KDE "File
open" dialog, which we can probably live without. In fact, it has been
known to malfunction if Libreoffice's KDE version is different from the
system KDE version.

So disabling this sounds like a good idea.”
2016-03-03 19:55:34 +01:00
Damien Cassou 8a804dfbac khard: force Python2
setup.py says that khard is only compatible with
Python 2.
2016-03-03 16:37:23 +01:00