Commit graph

81676 commits

Author SHA1 Message Date
Frederik Rietdijk b28db671bb pythonPackages.EasyProcess: 0.1.9 -> 0.2.3
- version bump
- rename to upstream name
- disable tests since there aren't any
2016-10-18 23:14:32 +02:00
Frederik Rietdijk f42a7068da scons: use python2 and refactor expression 2016-10-18 23:14:32 +02:00
Frederik Rietdijk 936bfd23e1 pythonPackages.jaraco_functools: add missing dependency 2016-10-18 23:14:32 +02:00
Frederik Rietdijk cc1fe56e72 pythonPackages.backports_functools_lru_cache: init at 1.3 2016-10-18 23:14:32 +02:00
Frederik Rietdijk 1c4377034a gobjectIntrospection: use Python 2
because of a TypeError.
2016-10-18 23:14:32 +02:00
Frederik Rietdijk 8e8800884c buildbot: use python2 2016-10-18 23:14:32 +02:00
Frederik Rietdijk 212ce1c3b8 xorg.libxcb: not compatible with Python 3
The following patch is not sufficient.

https://cgit.freedesktop.org/xcb/libxcb/commit/?id=8740a288ca468433141341347aa115b9544891d3
2016-10-18 23:14:32 +02:00
Frederik Rietdijk 47a95edc1e libxml2: use python2 2016-10-18 23:14:31 +02:00
Aneesh Agrawal 95b5d8f752 all-packages: Remove unnecessary python3 overrides
These are unnecessary with Python3 as default Python.
2016-10-18 23:14:31 +02:00
Aneesh Agrawal 708822250e Python 3.x: Add python symlink
Add a symlink for "python" in the python3 derivation to provide a
default Python executable.
2016-10-18 23:14:31 +02:00
David McFarland 2b6659e13e cc-wrapper: fix detection of unsupported linker flags on cygwin 2016-10-18 17:52:20 -03:00
Dan Peebles 4f8a1094bd cctools: add patch I forgot 2016-10-17 08:51:48 -04:00
Dan Peebles e4dba74e8a darwin.stdenv: update MACOSX_DEPLOYMENT_TARGET
No point in claiming we're compatible with a version we don't try to
support, and this will probably help with a few other things elsewhere.
2016-10-16 20:47:43 -04:00
Dan Peebles ead2424981 cctools: fix triple for the assembler
This was breaking `boost155` and would probably break anything else that
calls `as` with no explicit architecture.
2016-10-16 20:46:36 -04:00
Dan Peebles b91d64463f Libsystem: update to 10.11.6 version
This actually has no effect but it bugged me to keep seeing an old version
in the package names :) and since we're making a bunch of stdenv changes
at once, I might as well.
2016-10-16 20:44:14 -04:00
Frederik Rietdijk 107c035bf0 Python: remove pythonSmall
In #19309 a separate output for tkinter was added.

Several dependencies of Python depend indirectly on Python. We have the
following two paths:
```
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘libXrender-0.9.10’ -
‘libX11-1.6.4’ - ‘libxcb-1.12’ - ‘libxslt-1.1.29’- ‘libxml2-2.9.4’ -
‘python-2.7.12’

‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘fontconfig-2.12.1’ -
‘dejavu-fonts-2.37’ - ‘fontforge-20160404’ - ‘python-2.7.12’
```
Because only `tkinter` needs this, I added
```
pythonSmall = python.override {x11Support = false;};
```
to break the infinite recursion. We also still have the output
`tkinter`.

However, we might as well build without x11Support by default. Then we build with x11Support as well so we get the tkinter module and put that in a separate package.
2016-10-16 14:31:26 +02:00
Alexander Ried 4094d63dea NetworkManager-strongswan: init at 1.4.0 2016-10-15 20:32:16 +02:00
Alexander Ried a40f20f8d4 libgdata: 0.17.4 -> 0.17.6 2016-10-15 20:32:16 +02:00
Alexander Ried 11c259bf94 folks: -> 0.11.3 2016-10-15 20:32:16 +02:00
Alexander Ried bccc55c612 nspr fix 2016-10-15 20:32:15 +02:00
Alexander Ried e667a3ab74 evolutiondataserver parallel building 2016-10-15 20:32:15 +02:00
Alexander Ried 95fb189748 gdm: remove broken postinstall 2016-10-15 20:32:15 +02:00
Alexander Ried 878d5ea152 gdm: does not understand with-systemd 2016-10-15 20:32:15 +02:00
Alexander Ried 47f597b9b0 gnome-themes-standard: -> 3.22.1 2016-10-15 20:32:15 +02:00
Alexander Ried 8ec776eb73 gnome-session: enable debug 2016-10-15 20:32:14 +02:00
Alexander Ried a1a364102a patch gnome-session path in desktop file 2016-10-15 20:32:14 +02:00
Alexander Ried 5125161a77 gnome3_22.gnome-session: lookup of gnome-settings-daemon.desktop 2016-10-15 20:32:14 +02:00
Alexander Ried 3acee13364 gnome3_22.gnome-session: add path to org.gnome.Shell.desktop 2016-10-15 20:32:13 +02:00
Alexander Ried ab7b779cc2 gnome3_22.gdm: enable parallel build 2016-10-15 20:32:13 +02:00
Alexander Ried 7ad7efb7ee gnome3_22.gnome-terminal: enable parallel build 2016-10-15 20:32:13 +02:00
Alexander Ried f88ea3c3dc gnome3_22.gnome-shell: enable parallel build 2016-10-15 20:32:13 +02:00
Alexander Ried f5b13e58ac gnome3_22.mutter: enable parallel build 2016-10-15 20:32:13 +02:00
Alexander Ried 709772b4b8 gnome3_22.mutter: add path to xwayland 2016-10-15 20:32:13 +02:00
Alexander Ried 76fa7d1c39 gnome3_22.gnome-terminal: substitute gnome-shell dbus file path
instead of copying the file. this avoids name conflicts after the build.
Alternatively we could remove the file after building.
2016-10-15 20:32:12 +02:00
Alexander Ried 2fdecef1e2 gnome3_22.vte_290: remove 2016-10-15 20:32:11 +02:00
Alexander Ried b64845dde7 gnome3_22.vte: 0.44.2 -> 0.46.0 2016-10-15 20:32:11 +02:00
Alexander Ried e4f816602c gnome3_22.vte: remove selectTextPatch 2016-10-15 20:32:11 +02:00
Alexander Ried f1df7f2cbf gnome3_22.vte-select-text: remove 2016-10-15 20:32:11 +02:00
Alexander Ried 68eaeab4bc gnome3_22: init at 3.22
copied from 3.20
removed whitespaces at the end of lines
updated to 3.22 versions
removed webkitgtk24 where possible

gnome3_22.evolution: nspr include dir broken / not needed anymore
gnome3_22.gfbgraph: 0.2.2 -> 0.2.3
gnome3_22.gjs: 1.44.0 -> 1.46.0
gnome3_22.gnome-autoar: init at 0.1.1
gnome3_22.gnome-core.folks: 0.11.0 -> 0.11.2
gnome3_22.gnome-user-share 3.18.1 -> 3.18.3
gnome3_22.gnome-weather: 3.20.1 -> 3.20.2
gnome3_22.grilo: 0.3.1 -> 0.3.2
gnome3_22.grilo-plugins: 0.3.2 -> 0.3.3
gnome3_22.libgepub: init at 0.4
gnome3_22.libgweather: 3.20.1 -> 3.20.3
gnome3_22.rest: 0.7.93 -> 0.8.0
gnome3_22.totem: x86 patch is upstream
gnome3_22.tracker: 1.9.0 -> 1.10.0
2016-10-15 20:32:11 +02:00
Alexander Ried b03d1996cd pygobject: 3.20.0 -> 3.22.0 2016-10-15 20:32:10 +02:00
Alexander Ried 574ee15905 gtkmm_3: 3.20.0 -> 3.22.0 2016-10-15 20:32:10 +02:00
Alexander Ried 3f59845387 gvfs: use gnome3 as default 2016-10-15 20:32:10 +02:00
Alexander Ried 8afdb9b0f5 libgtop: 2.32.0 -> 2.34.1 2016-10-15 20:32:10 +02:00
Alexander Ried ed889ba8ae gcab: 0.6 -> 0.7 2016-10-15 20:32:10 +02:00
Alexander Ried 9513304f61 cogl: 1.22.0 -> 1.22.2, enable wayland support 2016-10-15 20:32:10 +02:00
Alexander Ried 1a1605cc32 libsoup: libgnome_keyring -> libgnome_keyring3 2016-10-15 20:32:09 +02:00
Alexander Ried 224cd5106c at-spi2-{core,atk}: 2.20.1 -> 2.22.0 2016-10-15 20:29:45 +02:00
Jörg Thalheim bffdf2c0d8 Merge pull request #19448 from regnat/selfoss
selfoss : 2.15 -> 2016-07-31
2016-10-15 20:15:40 +02:00
Graham Christensen fbadf2da23 Merge pull request #19498 from grahamc/hound
Initialize Hound package / module
2016-10-15 13:56:24 -04:00
Jörg Thalheim 142b017066 Merge pull request #19499 from RamKromberg/init/mfcj6510dw
mfcj6510dw: init at 3.0.0-1
2016-10-15 19:56:06 +02:00
Graham Christensen 14384f02e8
hound: init at 20160919 2016-10-15 13:32:16 -04:00
Graham Christensen bd2ad683d3 Merge pull request #19483 from RamKromberg/fix/a2ps
a2ps: fix build
2016-10-15 13:18:29 -04:00
Vincent Laporte 5a5d051ed0 ocamlPackages.js_of_ocaml: link to ppx_deriving 2016-10-15 17:59:29 +02:00
Vincent Laporte 5fc012ecab ocamlPackages.safepass: 1.3 -> 2.0 2016-10-15 17:59:29 +02:00
Ram Kromberg 1e290ae75f mfcj6510dw: init at 3.0.0-1 2016-10-15 18:57:37 +03:00
Nikolay Amiantov aad01d5831 buildNodePackage: remove trailing spaces 2016-10-15 18:45:48 +03:00
Nikolay Amiantov 10447c6900 buildNodePackage: fix strippedName usage 2016-10-15 18:45:48 +03:00
Graham Christensen 267c7a299c Merge pull request #19543 from kamilchm/clipit
clipit: hicolor_icon_theme dependency
2016-10-15 08:33:18 -04:00
Fatih Altinok 8ab8f49827
flow: 0.32.0 -> 0.33.0 2016-10-15 08:24:07 -04:00
Tim Steinbach 5e1c84e475
i3lock-fancy: 2016-05-05 -> 2016-10-13 2016-10-15 07:28:14 -04:00
Graham Christensen 70a6b404f6 Merge pull request #19574 from derchrisuk/bareos
bareos: 15.2.1 -> 15.2.4
2016-10-15 07:23:04 -04:00
Graham Christensen 58a2f07f1d Merge pull request #19566 from NeQuissimus/vivaldi_1_4_589
vivaldi: 1.4.589.29-1 -> 1.4.589.38-1
2016-10-15 07:16:06 -04:00
obadz 540e3e8935 coreclr: 8c70800 -> 1.0.4 2016-10-15 12:15:35 +01:00
Arseniy Seroka 24c551a99d Merge pull request #19575 from romildo/new.qippler
qlipper: init at 2016-09-26
2016-10-15 14:13:45 +03:00
Graham Christensen 541bc547eb Merge pull request #19563 from NeQuissimus/atom_1_11_1
atom: 1.10.1 -> 1.11.1
2016-10-15 07:13:10 -04:00
Graham Christensen ca808516cd Merge pull request #19562 from NeQuissimus/lightdm_1_19_5
lightdm: 1.19.4 -> 1.19.5
2016-10-15 07:11:56 -04:00
Graham Christensen 1de561e670 Merge pull request #19564 from NeQuissimus/netbeans_8_2
netbeans: 8.1 -> 8.2
2016-10-15 07:11:20 -04:00
Graham Christensen 9b99c9a296 Merge pull request #19570 from NeQuissimus/rkt_1_17_0
rkt: 1.15.0 -> 1.17.0
2016-10-15 07:09:48 -04:00
Graham Christensen c5bb7ace33 Merge pull request #19571 from NeQuissimus/conky_1_10_5
conky: 1.10.3 -> 1.10.5
2016-10-15 07:06:06 -04:00
romildo 0efba3b99c qlipper: init at 2016-09-26 2016-10-15 07:46:12 -03:00
romildo 0f78fcec7a
screengrab: init at 2016-02-24
fixes #19561
2016-10-15 12:10:16 +02:00
derchris 9624080e86 bareos: 15.2.1 -> 15.2.4 2016-10-15 11:46:57 +02:00
Jörg Thalheim f175831407 Merge pull request #19573 from Profpatsch/league-of-moveable-type
League of moveable type update & raleway
2016-10-15 11:25:35 +02:00
Jörg Thalheim 3d5c3da40f Merge pull request #19557 from wizeman/u/upd-mypy
mypy-lang: 0.4.3 -> 0.4.5
2016-10-15 10:34:01 +02:00
Domen Kožar 14139d1088 Merge pull request #19559 from Profpatsch/weechat-man
weechat: generate manpages
2016-10-15 10:16:47 +02:00
Profpatsch fc19902260 league-of-movable-type: 2014-12 -> 2016-10-15
Restructured, so that updates can be done by executing a shell script.
Also uses the extended Raleway fonts, the league itself has only thin
variants.
2016-10-15 06:49:50 +02:00
Profpatsch a1d3af2082 raleway: init at 2016-08-30 2016-10-15 06:49:38 +02:00
Tim Steinbach b43c0dab8e
conky: 1.10.3 -> 1.10.5 2016-10-14 23:16:45 -04:00
Tim Steinbach bb02cf71ef
rkt: 1.15.0 -> 1.17.0 2016-10-14 23:00:54 -04:00
Dan Peebles fc4c0d4ba1 talloc: fix on darwin 2016-10-14 22:51:21 -04:00
Jaka Hudoklin ac0f0312f3 Merge pull request #19568 from NeQuissimus/docker_1_12_2
docker: 1.12.1 -> 1.12.2
2016-10-15 04:51:11 +02:00
Tim Steinbach 1a23e336a5
docker: 1.12.1 -> 1.12.2 2016-10-14 22:47:18 -04:00
Alex Ivanov a70dfe6ffb pakcs: add kkallio as maintainer 2016-10-15 05:24:42 +03:00
Tim Steinbach 71732441fb
vivaldi: 1.4.589.29-1 -> 1.4.589.38-1 2016-10-14 22:14:38 -04:00
Tim Steinbach 405f241e6e
netbeans: 8.1 -> 8.2 2016-10-14 21:56:26 -04:00
Tim Steinbach 1a988b155b
atom: 1.10.1 -> 1.11.1 2016-10-14 21:37:28 -04:00
Tim Steinbach e622d5a73d
lightdm: 1.19.4 -> 1.19.5 2016-10-14 21:28:18 -04:00
Joachim Fasting d2238cc9f0
electrum: 2.6.4 -> 2.7.8 2016-10-15 00:52:47 +02:00
Daiderd Jordan 9237596519 Merge pull request #19402 from ryanartecona/vagrant/darwin-support
vagrant: add darwin support
2016-10-15 00:37:13 +02:00
Graham Christensen 3a86395cf8 Merge pull request #19558 from grahamc/xen
xen: 4.5.2 -> 4.5.5, drop old versions
2016-10-14 18:12:29 -04:00
Joachim F c719a4c434 Merge pull request #19552 from romildo/upd.elementary-icon-theme
elementary-icon-theme: 3.2.2 -> 4.0.1
2016-10-14 23:31:50 +02:00
Profpatsch 6717213ca4 weechat: generate manpages 2016-10-14 23:30:38 +02:00
Graham Christensen 4e89b237bc
xen: 4.5.2 -> 4.5.5, drop old versions 2016-10-14 17:09:18 -04:00
Robert Helgesson 2398a66859
overpass: init at 2.1 2016-10-14 23:07:04 +02:00
Jörg Thalheim f72666e17e Merge pull request #19556 from mimadrid/fix/gthumb
gthumb: hicolor_icon_theme dependency
2016-10-14 21:42:43 +02:00
zimbatm 1cb4676dfa terraform: 0.7.5 -> 0.7.6 2016-10-14 20:28:24 +01:00
mimadrid 07fba2591d
gthumb: hicolor_icon_theme dependency 2016-10-14 21:03:20 +02:00
Ricardo M. Correia 0fd97bc102 mypy-lang: 0.4.3 -> 0.4.5 2016-10-14 20:50:54 +02:00
Tim Steinbach 521e6b9295 Merge pull request #19553 from romildo/fix.vertex
theme-vertex: revert package renaming
2016-10-14 14:09:13 -04:00
romildo 4e4205469b elementary-icon-theme: 3.2.2 -> 4.0.1 2016-10-14 14:48:50 -03:00
Jörg Thalheim 86ff8be9c3 Merge pull request #19551 from uralbash/vscode-1.6.1
vscode: 1.5.1 -> 1.6.1
2016-10-14 19:42:46 +02:00
Svintsov Dmitry 8df9632a25 vscode: 1.5.1 -> 1.6.1 2016-10-14 22:33:21 +05:00
romildo b59b353d4d theme-vertex: revert package renaming 2016-10-14 14:27:50 -03:00
Franz Pletz 0a9fa3004a
atlassian-jira: 7.2.2 -> 7.2.3 2016-10-14 19:05:53 +02:00
Franz Pletz 79f4bb3259
atlassian-confluence: 5.10.4 -> 5.10.7 2016-10-14 19:05:46 +02:00
Eelco Dolstra 5e2a9a0a54 zk-shell: Fix broken meta.license 2016-10-14 18:11:48 +02:00
zimbatm cdbb020a1f fixes bundlerEnv calls 2016-10-14 16:56:42 +01:00
Franz Pletz 8f794cd6b8
zfstools: 0.3.3 -> 0.3.6 2016-10-14 17:34:34 +02:00
Franz Pletz 9df6c89a6e
gitlab: 8.12.1 -> 8.12.6 2016-10-14 17:34:29 +02:00
Franz Pletz a7a34745b6
postfix: 3.1.2 -> 3.1.3 2016-10-14 17:34:26 +02:00
Anders Papitto ffb0d1158f
clerk: init at 2016-10-14
fixes #19505
2016-10-14 16:58:41 +02:00
Ricardo M. Correia 47e61969b8 ocaml-react: fix hash
The package had been updated from 1.1.0 -> 1.2.0 but the hash hadn't.
2016-10-14 16:58:05 +02:00
Peter Simons c031945a9f Merge pull request #19534 from LumiGuide/fix-cereal-on-ghcjs
cereal: fix build on ghcjs
2016-10-14 16:52:02 +02:00
Jörg Thalheim 15bb24f7e7 Merge pull request #19538 from 2chilled/master
zk-shell:: init at 1.0.0
2016-10-14 16:47:05 +02:00
Eelco Dolstra 811b876fab Revert "openssl, curl, git: Respect $NIX_SSL_CERT_FILE"
This reverts commit 942dbf89c6. Sorry,
this was supposed to go to staging instead of master...
2016-10-14 16:01:54 +02:00
Frederik Rietdijk 80433e7030 Python: further unify expressions interpreters 2016-10-14 15:52:14 +02:00
Tim Steinbach 24de66ce48 Merge pull request #19541 from romildo/upd.themes
vertex-theme: 20160329 -> 20161009
2016-10-14 09:28:05 -04:00
Tim Steinbach c12b5d5e16 Merge pull request #19542 from romildo/upd.arc-theme
arc-theme: 2016-06-06 -> 2016-10-13
2016-10-14 09:27:33 -04:00
Tim Steinbach 2cfe0407b8 Merge pull request #19545 from derchrisuk/netdata
netdata: 1.0.0 -> 1.4.0
2016-10-14 09:27:13 -04:00
Tim Steinbach 24f86ac41a Merge pull request #19546 from romildo/upd.faba-icon-theme
faba-icon-theme: 2016-06-02 -> 2016-09-13
2016-10-14 09:26:52 -04:00
Tim Steinbach 03805c42a3 Merge pull request #19547 from romildo/upd.moka-icon-theme
moka-icon-theme: 2016-06-07 -> 2016-10-06
2016-10-14 09:26:41 -04:00
Tim Steinbach 9aa06ba95a Merge pull request #19548 from romildo/upd.faba-mono-icons
faba-mono-icons: fix repository name
2016-10-14 09:26:21 -04:00
Tim Steinbach 3beb90cf72 Merge pull request #19549 from romildo/upd.arc-icon-theme
arc-icon-theme: 2016-06-06 -> 2016-07-07
2016-10-14 09:25:51 -04:00
Tim Steinbach 4c41345975 Merge pull request #19539 from romildo/upd.enlightenment
enlightenment: 0.21.2 -> 0.21.3
2016-10-14 09:25:37 -04:00
Vladimír Čunát 061758490f Merge branch 'master' into staging
... to get the openssl mass rebuild: 942dbf89c.
2016-10-14 13:16:11 +02:00
romildo 2817e73568 arc-icon-theme: 2016-06-06 -> 2016-07-07 2016-10-14 07:57:29 -03:00
zimbatm 6351c4d24b Merge pull request #19180 from zimbatm/bundler-env-bins
Bundler env bins
2016-10-14 11:51:23 +01:00
romildo 2f5150be7a faba-mono-icons: fix repository owner 2016-10-14 07:42:26 -03:00
Nikolay Amiantov 7619bea1fe Merge pull request #19544 from kamilchm/blueman
blueman: hicolor_icon_theme dependency
2016-10-14 14:34:50 +04:00
romildo 33acea23b4 moka-icon-theme: 2016-06-07 -> 2016-10-06 2016-10-14 07:33:23 -03:00
romildo ebcd7f2a63 faba-icon-theme: 2016-06-02 -> 2016-09-13 2016-10-14 07:10:52 -03:00
Eelco Dolstra 942dbf89c6 openssl, curl, git: Respect $NIX_SSL_CERT_FILE
$NIX_SSL_CERT_FILE overrides $SSL_CERT_FILE, which in turn overrides
the default CA path (/etc/ssl/certs/ca-certificates.crt). This allows
Nix to set a CA path without interfering with other packages (such as
Homebrew).

See https://github.com/NixOS/nix/issues/921.
2016-10-14 12:06:10 +02:00
derchris 0acd3b3b42 netdata: 1.0.0 -> 1.4.0 2016-10-14 12:05:42 +02:00
Kamil Chmielewski 745b659481 blueman: hicolor_icon_theme dependency 2016-10-14 12:03:04 +02:00
Kamil Chmielewski ab7538a277 clipit: hicolor_icon_theme dependency 2016-10-14 12:02:16 +02:00
romildo 6eef45e58e arc-theme: 2016-06-06 -> 2016-10-13 2016-10-14 06:59:55 -03:00
romildo 6ed72b2c1a vertex-theme: 20160329 -> 20161009 2016-10-14 06:38:30 -03:00
romildo 7caca81cf7 enlightenment: 0.21.2 -> 0.21.3 2016-10-14 05:51:40 -03:00
Matthias Herrmann 725544fd9e zk-shell: init at 1.0.0 2016-10-14 09:24:50 +02:00
Vladimír Čunát 027efec879 Merge staging without python splitting for now
The split needs more time to finish rebuilding,
but the rest seems OK and there are security fixes.
2016-10-14 09:24:21 +02:00
Vladimír Čunát e0210d7cbf tested job: fixup evaluation after 5dadc3a
I believe hardcoding system to builtins.currentSystem isn't very good,
as e.g. Hydra surely evaluates on Linux only...
2016-10-14 09:21:38 +02:00
Vladimír Čunát 3eec7ea3f0 gvfs: fix build after update in 0809aeb47f
(cherry picked from commit 56a49e6cda)
2016-10-14 09:11:28 +02:00
Vladimír Čunát d73646d270 Revert "gtkmm: fix build error by patching missing operator"
This reverts commit 7defda8356.
It breaks the package after update 61c467937b;

(cherry picked from commit 72e0135752)
2016-10-14 09:11:18 +02:00
Jörg Thalheim fe518a733f Merge pull request #19533 from siddharthist/r-modules/readme-nix-shell
r-modules: add more nix-shell documentation
2016-10-14 09:09:19 +02:00
Daniel Peebles 9615afa04b Merge pull request #19517 from dipinhora/darwin-yosemite-support
Re-enable support for OS X 10.10 for darwin.
2016-10-13 22:46:33 -04:00
Dan Peebles 5dadc3a30c darwin.make-bootstrap-tools: fix for new stdenv setup 2016-10-13 22:32:19 -04:00
Franz Pletz 8435c1637b
gimpPlugins.gap: disable format hardening 2016-10-13 20:33:16 -04:00
Franz Pletz bb7d270d85
pythonmagick: 0.9.12 -> 0.9.14 2016-10-13 20:33:16 -04:00
Franz Pletz 957a5bdcf3
phpPackages.imagick: 3.4.0RC4 -> 3.4.3RC1
Drops imagick31 as the current version also supports PHP 5.x.
2016-10-13 20:33:16 -04:00
Graham Christensen 241cd0e5db
imagemagick: 6.9.5-10 -> 6.9.6-2 for CVE-2016-7799, CVE-2016-7906 2016-10-13 20:33:10 -04:00