Commit Graph

87603 Commits

Author SHA1 Message Date
Jascha Geerds ffb91cc697 docker_compose: Remove upper bound version limitations 2017-02-05 18:39:30 +01:00
John Ericson 5eaea6cee0 cross stdenv: let build package's build deps resolve to native packages
This fixes the "sliding window" principle:
  0. Run packages:       build = native;  host = foreign; target = foreign;
  1. Build packages:     build = native;  host = native;  target = foreign;
  2. Vanilla packages:   build = native;  host = native;  target = native;
  3. Vanilla packages:   build = native;  host = native;  target = native;
  n+3. ...

Each stage's build dependencies are resolved against the previous stage,
and the "foreigns" are shifted accordingly. Vanilla packages alone are
built against themsevles, since there are no more "foreign"s to shift away.

Before, build packages' build dependencies were resolved against
themselves:
  0. Run packages:       build = native;  host = foreign; target = foreign;
  1. Build packages:     build = native;  host = native;  target = foreign;
  2. Build packages:     build = native;  host = native;  target = foreign;
  n+2. ...

This is wrong because that principle is violated by the target
platform staying foreign.

This will change the hashes of many build packages and run packages, but
that is OK. This is an unavoidable cost of fixing cross compiling.

The cross compilation docs have been updated to reflect this fix.
2017-02-05 12:01:53 -05:00
Tim Steinbach f65a3515f4
rkt: 1.23.0 -> 1.24.0 2017-02-05 11:51:05 -05:00
Joachim F 09b6d2eaed Merge pull request #22432 from peterhoeg/d/freerdp
freerdp: 20160909 -> 20170201 and rename freerdpStable to freerdp_legacy
2017-02-05 17:08:19 +01:00
Joachim F 4459f26ad8 Merge pull request #22175 from dancek/illum
illum: init at 0.4
2017-02-05 16:41:30 +01:00
Vladimír Čunát 94c73dab1d
Merge #22416: wget: 1.18 -> 1.19 2017-02-05 15:51:24 +01:00
asildnes 102e4eed6f
ansicolor: init at 0.2.4 2017-02-05 15:06:11 +01:00
Nikolay Amiantov c226a93a9e pythonPackages.pyqt5: enable qtwebengine support 2017-02-05 15:05:53 +03:00
Nikolay Amiantov 41c1534aed qt5.qtwebengine: fix ca bundle path 2017-02-05 15:05:51 +03:00
Michael Raskin 6d9a37bfc8 CLX and StumpWM no longer need a pinned SBCL 2017-02-05 13:03:03 +01:00
Michael Raskin 5d6f798efc stumpwm: use fresh SBCL 2017-02-05 13:03:03 +01:00
Michael Raskin 64666a402f lispPackages.clx: git-20150117 -> git-20170201 2017-02-05 13:03:03 +01:00
Nikolay Amiantov 90bc1a8595 Merge pull request #22353 from abbradar/bluetooth
Bluetooth improvements
2017-02-05 13:18:48 +03:00
Pascal Wittmann 91869fb848 Merge pull request #22452 from kirelagin/libnfc-osx
libnfc: Add missing dependency on readline
2017-02-05 11:15:33 +01:00
Eelco Dolstra 702dc35803 Merge pull request #22423 from NeQuissimus/git_2_11_1
git: 2.11.0 -> 2.11.1
2017-02-05 11:06:27 +01:00
Benjamin Staffin 39339bd41c Merge pull request #22444 from Ralith/matrix-synapse
matrix-synapse: 0.18.7-rc2 -> 0.19.0
2017-02-05 04:04:11 -05:00
Benjamin Staffin 7faa125946 Merge pull request #22460 from peterhoeg/f/gwenview
gwenview: add support for TIFF images
2017-02-05 04:02:13 -05:00
Benjamin Staffin 2a6b0bd13d Merge pull request #22459 from volth/scala-2.12-requires-jre8
scala 2.12 requires jre8
2017-02-05 04:00:55 -05:00
Tuomas Tynkkynen 321b639d76 gnu-efi: Remove unneeded aarch64 patch
Not needed after the upgrade to 3.0.5. Yay!
2017-02-05 09:34:31 +02:00
Peter Hoeg 4b6114e0b9 gwenview: add support for TIFF images 2017-02-05 14:31:58 +08:00
Volth f5bbecc5c5 scala 2.12 requires jre8 2017-02-05 06:24:56 +00:00
Peter Hoeg 94b0128cc6 remmina: 1.2.0-rcgit.15 -> 1.2.0-rcgit.17
We also drop the embedded freerdp in favour of freerdp from upstream.
2017-02-05 14:05:31 +08:00
Peter Hoeg 5dbbdce047 kde4.krdc: depend on freerdp_legacy 2017-02-05 14:05:10 +08:00
Peter Hoeg e881a21ada weston: depend on freerdp_legacy 2017-02-05 14:04:51 +08:00
Peter Hoeg 05684f313e freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacy
The former "stable" version of FreeRDP was actually not stable - it just
happened to have a released version while being both buggy and insecure.

The "unstable" branch hasn't seen a release in years, but everybody
should be using this instead and I have been using it as a daily driver
for ages.

This new version works beautifully here.

If/when at some point upstream does a normal release, we can bring back
stable/unstable if needed.

As I am quite dependent on FreeRDP working properly, I will be commit to
keeping this updated.

The commit used for this release follows the Arch Linux release.
2017-02-05 14:03:59 +08:00
Joachim F 8ba043a540 Merge pull request #22456 from peterhoeg/u/wp
wp-cli: 1.0.0 -> 1.1.0
2017-02-05 05:52:04 +01:00
Joachim F d0279311e7 Merge pull request #22451 from ianml/emboss
emboss: 6.0.1 -> 6.6.0
2017-02-05 05:15:31 +01:00
Benjamin Staffin 24716fe954 vim: Create xdg apps/icons dirs so .desktop items get installed
In theory this ought to make gvim show up in the kde/gnome/xfce
application menus.
2017-02-04 21:29:59 -05:00
Thomas Tuegel f9c684e152 Merge pull request #22404 from cpages/jsoncpp
jsoncpp: update and drop old version
2017-02-04 20:06:53 -06:00
Joachim F f050f3b9cf Merge pull request #22446 from rnhmjoj/vapoursynth
vapoursynth: R35 -> R36
2017-02-05 01:53:54 +01:00
Joachim F c8a19af1a0 Merge pull request #22445 from rnhmjoj/zimg
zimg: 2.3 -> 2.4
2017-02-05 01:29:22 +01:00
Joachim F e480521c5b Merge pull request #22443 from rnhmjoj/btfs
btfs: 2.12 -> 2.13
2017-02-05 01:28:51 +01:00
Kirill Elagin ade80db751 libnfc: Add missing dependency on readline
readline is used by the pn53x-tamashell example.
2017-02-05 03:21:59 +03:00
Léo Gaspard 68a609b059
redsocks: init at 0.5 2017-02-05 01:20:03 +01:00
Joachim F 1e2ce1fffb Merge pull request #22449 from mdorman/emacs-updates
Automated emacs package updates
2017-02-05 01:15:09 +01:00
Ian Lancaster 5f67b7b30a emboss: 6.0.1 -> 6.6.0 2017-02-04 19:05:48 -05:00
Rahul Gopinath 594b533a7c Merge pull request #22441 from rnhmjoj/bdf2psf
bdf2psf: 1.152 -> 1.158
2017-02-04 15:18:51 -08:00
Michael Alan Dorman 339089fa28 melpa-packages: 2017-02-04 2017-02-04 16:57:43 -05:00
Michael Alan Dorman 04f50f2466 melpa-stable-packages: 2017-02-04 2017-02-04 16:57:42 -05:00
Tuomas Tynkkynen b2343099ab make-bootstrap-tools{,-cross}.nix: Fix build after binutils changes
Broken after commit 17a344a ("binutils: Add lib output").
2017-02-04 23:39:25 +02:00
Tuomas Tynkkynen 01d03cb5e7 binutils: Fix cross build
Broken after commit 17a344a ("binutils: Add lib output").
2017-02-04 23:39:25 +02:00
Jake Waksbaum 927b8159aa nodePackages: Add tern (#22418)
* nodePackages: Add tern

* Remove duplicate tapable
2017-02-04 22:18:28 +01:00
Vladimír Čunát a2c867fd39
Merge branch 'staging' 2017-02-04 21:02:46 +01:00
rnhmjoj b0f1881440
fish: 2.3.1 -> 2.5.0 2017-02-04 20:58:55 +01:00
Vladimír Čunát 73d798549f
protobuf, perf: fix my bad condition on gcc version 2017-02-04 20:58:47 +01:00
Vladimír Čunát d2a571aacd
audacity: fixup build also with default gcc
and enableParallelBuilding.
2017-02-04 20:58:18 +01:00
rnhmjoj c9f4358e37
vapoursynth: R35 -> R36 2017-02-04 19:56:50 +01:00
Michael Raskin d4c996093d libreoffice-still, libreoffice-fresh: remove a test that fails on i686 2017-02-04 19:52:05 +01:00
Michael Raskin 98eb852dee libzmf: configure with --disable-werror, needed on i686 2017-02-04 19:52:05 +01:00
rnhmjoj 4e83364a1d
zimg: 2.3 -> 2.4 2017-02-04 19:33:46 +01:00
Hannu Hartikainen d91b39b3f9 illum: init at 0.4 2017-02-04 20:22:51 +02:00
Carles Pagès 67dcb6aa4c jsoncpp: fix build on darwin
Also, fixed maintainer attrib
2017-02-04 19:05:12 +01:00
rnhmjoj 4ee66dbc7c
btfs: 2.12 -> 2.13 2017-02-04 18:51:44 +01:00
rnhmjoj ab983c4dbd
bdf2psf 1.152 -> 1.158 2017-02-04 18:31:31 +01:00
volth 9e299acf87 liberastika: init at 1.1.5 (#22420) 2017-02-04 16:38:01 +01:00
Franz Pletz 05152bd5b3 Merge pull request #22428 from Mic92/zfs
zfs: 0.6.5.8 -> 0.6.5.9 (linux 4.9 support)
2017-02-04 16:33:53 +01:00
volth 762cc106b4 virt-top: init at 1.0.8 (#21536) 2017-02-04 16:07:45 +01:00
pngwjpgh 913c5b21d5 gcs: init at 4.8.0 (#22173) 2017-02-04 15:36:38 +01:00
Joachim F 43453eb94b Merge pull request #22289 from frontsideair/flow-37.4
flow: 0.37.1 -> 0.37.4
2017-02-04 15:33:22 +01:00
Joachim F 664360229e Merge pull request #22374 from peterhoeg/f/ruby-tar
fpm: fix vulnerable dependency
2017-02-04 15:27:32 +01:00
Remy Goldschmidt d1aa065a5d dotnetPackages.Boogie: init at 2017-01-03 2017-02-04 15:27:18 +01:00
Tim Steinbach 949f9aff1d
linux: 3.12.69 -> 3.12.70 2017-02-04 09:18:50 -05:00
Tim Steinbach 7f69dc48b9
linux: 4.9.7 -> 4.9.8 2017-02-04 09:09:19 -05:00
Tim Steinbach 17b5ae4fe4
linux: 4.4.46 -> 4.4.47 2017-02-04 09:09:02 -05:00
Bjørn Forsman 5b4a857126 hydra: 2016-12-09 -> 2017-02-03
Unbreaks the build since commit dea81956fc
("nixUnstable: 1.12pre4911_b30d1e7 -> 1.12pre4997_1351b0d").
2017-02-04 14:23:41 +01:00
Vladimír Čunát a558519a55
Revert "gnome3.gjs: 1.46 -> 1.47, use spidermonkey_31"
This reverts commit bcfca9224f.
It broke gnome-shell build and I can't see a quick way to fix it;
cause: removal of gjs-internals-1.0.pc.  Stable gnome-shell update
didn't help.
2017-02-04 12:00:32 +01:00
Vladimír Čunát 94a7a80f0b
Revert "spidermonkey_24: remove"
This reverts commit 5dacc53af3.
2017-02-04 11:53:23 +01:00
Vladimír Čunát 45fcefd4be
qt4: another attempt to fix build on Darwin 2017-02-04 11:28:33 +01:00
Tim Steinbach 39ac62293c
kotlin: 1.0.5-2 -> 1.0.6 2017-02-04 10:53:53 +01:00
Jörg Thalheim efd77e06c3
linuxPackages.zfs: 0.6.5.8 -> 0.6.5.9 2017-02-04 10:33:16 +01:00
Jörg Thalheim 0ca7e01bed
kernelPackages.spl: 0.6.5.8 -> 0.6.5.9 2017-02-04 10:33:11 +01:00
Benjamin Saunders 433f7c7bef matrix-synapse: 0.18.7-rc2 -> 0.19.0 2017-02-04 00:49:53 -08:00
Jörg Thalheim f5db07b158 Merge pull request #22426 from khumba/squirrel-sql
squirrel-sql: init at 3.7.1
2017-02-04 08:40:36 +01:00
Bryan Gardiner 7d3db4f491
squirrel-sql: init at 3.7.1 2017-02-03 23:29:18 -08:00
Jörg Thalheim 39064f1218 Merge pull request #22425 from Mic92/mysql-simple
haskellPackages.mysql-simple: skip check
2017-02-04 08:22:20 +01:00
3noch 8454a9e753
haskellPackages.callCabal2nix: provide fallback name if source is not package 2017-02-04 02:01:10 -05:00
Peter Hoeg fc54532252 wp-cli: 1.0.0 -> 1.1.0 2017-02-04 11:51:10 +08:00
Rushmore Mushambi e4fe2165a0 Merge pull request #22403 from retrry/master
rustc, cargo: 1.14.0 -> 1.15.0, 0.15 -> 0.16
2017-02-04 03:00:45 +02:00
Jörg Thalheim c45f572c68
haskellPackages.mysql-simple: skip check 2017-02-04 01:41:45 +01:00
Tim Steinbach c1e7832591
git: 2.11.0 -> 2.11.1 2017-02-03 18:54:35 -05:00
Orivej Desh 5b83857bee unison: install unison-fsmonitor
It is necessary for `unison -ui text -repeat watch` to work.
2017-02-03 23:37:31 +00:00
Tim Steinbach 26e5b42106
linux: 4.4.45 -> 4.4.46 2017-02-03 18:36:50 -05:00
Carles Pagès c54f47b013 kodiPlugins.pvr-hts: 3.4.4 -> 3.4.16 2017-02-03 23:13:41 +01:00
Arseniy Seroka 1537780841 Merge pull request #22419 from edanaher/add-vim-lawrencium
vim-plugins: add vim-lawrencium
2017-02-04 01:12:50 +03:00
Michael Raskin 948361522a Merge pull request #22415 from volth/liberation_ttf_v1
liberation-fonts: init at 1.07.4
2017-02-03 22:07:17 +00:00
Volth 6a5ee48724 liberation-fonts: init at 1.07.4 2017-02-03 22:04:35 +00:00
Evan Danaher 03c10c64ad vim-plugins: add vim-lawrencium 2017-02-03 17:02:35 -05:00
Pascal Wittmann c1604543bf
llpp: 2016-05-07 -> 2017-01-18 2017-02-03 22:12:53 +01:00
Pascal Wittmann 7a6aac9076
ocaml-lablgl: use camlp5 2017-02-03 22:12:53 +01:00
Pascal Wittmann 2352099a96
ocaml-4.04: dont strip to obtain a working compiler 2017-02-03 22:12:53 +01:00
Frederik Rietdijk e3f710466f Merge pull request #22325 from lsix/update_pep257
update pythonPackages.pep257
2017-02-03 21:54:26 +01:00
Arseniy Seroka 91ebefbf73 Merge pull request #22405 from edanaher/add-vim-plugins
Add vim plugins
2017-02-03 23:50:59 +03:00
Robin Gloster b7bbe2ce0b
pythonPackages.requests-mock: 0.6.0 -> 1.3.0 2017-02-03 20:22:44 +01:00
Jörg Thalheim a8e32d68b5 Merge pull request #22412 from makefu/exfat-nofuse
exfat-nofuse: init at 2017-01-03
2017-02-03 20:07:26 +01:00
Peter Hoeg 50f1d8d2fa minikube: pull kubernetes into PATH and 0.15 -> 0.16
Also add support for KVM
2017-02-03 19:57:44 +01:00
lassulus 1e835f23de googleearth: 6.0.3.2197 -> 7.1.4.1529 2017-02-03 19:51:54 +01:00
makefu 26a27e4657
exfat-nofuse: init at 2017-01-03 2017-02-03 19:49:27 +01:00
rnhmjoj 0788889220
dnschain: fix build 2017-02-03 19:49:14 +01:00
Pascal Wittmann ef3fc82fc4
mujs: 2016-11-30 -> 2017-01-24 2017-02-03 19:42:14 +01:00
Nikolay Amiantov ede8adc441 tcp_wrappers: 7.6.q -> 7.6.q-26
I've accidentially taken old Debian patchset. Maybe this also helps with Darwin failures.
2017-02-03 21:13:36 +03:00
Ollie Charles 3c05174f07 muchsync: Add meta attributes 2017-02-03 18:01:37 +00:00
Ollie Charles 7d00b5faed muchsync: init at 2 2017-02-03 17:57:53 +00:00
Joachim Fasting 0911d745f8
os-prober: 1.71 -> 1.73
https://anonscm.debian.org/cgit/d-i/os-prober.git/tree/debian/changelog
2017-02-03 18:47:14 +01:00
Lancelot SIX 77b72ae355
wget: 1.18 -> 1.19
See http://lists.gnu.org/archive/html/info-gnu/2017-02/msg00000.html
for release announcement.
2017-02-03 18:41:57 +01:00
Tuomas Tynkkynen eb0eed4205 jenkins-job-builder: 1.4.0 -> 1.6.1 2017-02-03 19:32:45 +02:00
Nikolay Amiantov 230c97c944 Merge pull request #22303 from abbradar/nfs4
NFS improvements
2017-02-03 20:04:25 +03:00
Carles Pagès 500d48f547 minetest: use system jsoncpp
It was already in buildInputs but was not being used.
2017-02-03 17:46:58 +01:00
Michael Raskin 4cc9aaccdd Merge pull request #22347 from dtzWill/fix/julia-pax
julia: fix build and execution on PaX.
2017-02-03 16:26:50 +00:00
Frederik Rietdijk 1cc779c29e Merge pull request #22402 from teh/master
joblib: Fix tests in python3.5
2017-02-03 17:25:28 +01:00
Thomas Tuegel 74f5672a1c Merge pull request #22406 from abbradar/qtenv
Qt 5: Use buildEnv for env, don't use it for packages
2017-02-03 09:57:58 -06:00
Tom Hunger ddf3498e4f joblib: Fix tests in python3.5
Failing with a process exited with -9 on occasion.
2017-02-03 15:22:06 +00:00
Nikolay Amiantov 8a67af13f4 multimc: don't use qt.full 2017-02-03 18:21:16 +03:00
Nikolay Amiantov de9017ee68 vokoscreen: don't use qt.full 2017-02-03 18:21:16 +03:00
Nikolay Amiantov f0564ae299 cb2bib: don't use qt.full 2017-02-03 18:21:15 +03:00
Nikolay Amiantov 2c7e3f276d keepassx-community: don't use qt.full 2017-02-03 18:21:15 +03:00
Nikolay Amiantov c7d7ad1d9f qjackctl: don't use qt.full 2017-02-03 18:21:14 +03:00
Nikolay Amiantov 99a83fbe1d qt5.env: use buildEnv
This both simplifies the code and ensures that libraries are linked too.
2017-02-03 18:16:51 +03:00
Nikolay Amiantov b02799a020 qtcreator: 4.2.0 -> 4.2.1 2017-02-03 17:48:17 +03:00
Joachim F f7577b8c8c Merge pull request #22391 from polynomial/opera
opera: 41.0.2353.56 -> 42.0.2393.517
2017-02-03 15:45:44 +01:00
Evan Danaher cdb59104f1 neovim-remote: init at v1.4.0 2017-02-03 09:32:55 -05:00
Evan Danaher 20db0d793f vim-plugins: add neco-vim 2017-02-03 09:32:55 -05:00
Evan Danaher b017334b46 vim-plugins: add vim-scala 2017-02-03 09:32:55 -05:00
Evan Danaher 127c299efc vim-plugins: add vim-highlightedyank 2017-02-03 09:32:54 -05:00
Vladimír Čunát 2ba076e99c
Merge branch 'master' into staging
>11k more build jobs on master, just for Linux :-/
This way staging will never catch up.
2017-02-03 15:32:08 +01:00
Tadas Barzdzius 5ba2afe9ba racerd: 2016-08-23 -> 2016-12-24 2017-02-03 15:53:42 +02:00
Tadas Barzdzius c4bb0c7bb4 rustc, cargo: 1.14.0 -> 1.15.0, 0.15.0 -> 0.16.0 2017-02-03 15:53:09 +02:00
Eelco Dolstra dea81956fc nixUnstable: 1.12pre4911_b30d1e7 -> 1.12pre4997_1351b0d 2017-02-03 14:47:05 +01:00
Graham Christensen d66fa9acfd
tigervnc: 1.7.0 -> 1.7.1 for CVE-2017-5581 2017-02-03 07:34:25 -05:00
Carles Pagès ba596c9ce9 jsoncpp: remove unused 1.6 version 2017-02-03 13:21:57 +01:00
Carles Pagès 0cde365745 jsoncpp: 1.7.2->1.8.0
I also re-added some stuff lost in previous update (83fd63995a), like
darwin support and maintainers info.
2017-02-03 13:21:56 +01:00
Michael Raskin 47127e6951 libreoffice-fresh: 5.2.4.2 -> 5.3.0.3 2017-02-03 13:16:25 +01:00
Michael Raskin d042a831a3 libzmf: init at 0.0.1 2017-02-03 13:14:39 +01:00
Michael Raskin 4675cb78cb xorg.libXpm: 3.5.11 -> 3.5.12 2017-02-03 13:14:39 +01:00
Michael Raskin 58711ecf0c libreoffice-still: 5.1.6.2 -> 5.2.5.1 (branch switch upstream) 2017-02-03 13:14:39 +01:00
Michael Raskin 14ed123a40 libreoffice-srcs-additions.json: some files are in /extern/ 2017-02-03 13:14:39 +01:00
Michael Raskin c20f5102eb generate-libreoffice-srcs: support jars as well as tarballs 2017-02-03 13:14:39 +01:00
Michael Raskin ae5a279836 libmwaw: 0.3.9 -> 0.3.10 2017-02-03 13:14:39 +01:00
Michael Raskin 426dddd83d harfbuzz: 1.4.1 -> 1.4.2 2017-02-03 13:14:39 +01:00
Michael Raskin d6710e3d66 shadow: 4.2.1 -> 4.4 2017-02-03 13:14:39 +01:00
Michael Raskin 4101f1fd18 iptables: 1.6.0 -> 1.6.1 2017-02-03 13:14:39 +01:00
Josef Kemetmueller fd005d0d72
catch: use upstream install target 2017-02-03 13:13:54 +01:00
Vladimír Čunát e7c968fbf2
linuxPackages*.perf: fix build with default gcc
Broken since 9842a107.
2017-02-03 12:38:18 +01:00
Vladimír Čunát adab4cd58b
Merge branch 'master' into staging 2017-02-03 11:47:38 +01:00
Nikolay Amiantov 025eae1a8c Merge pull request #22397 from MP2E/urbanterror_update
urbanterror: 4.2.023 -> 4.3.1
2017-02-03 13:03:48 +03:00
Domen Kožar 8cf376ecf8 Merge pull request #22379 from PierreR/swagger2-patch2
hackage2nix: remove swagger2 from the list of broken packages
2017-02-03 10:24:47 +01:00
Domen Kožar 0772e27bfd
haskell.lib.buildStackProject: fix #22386 2017-02-03 10:07:10 +01:00
Frederik Rietdijk 1652a136e4 pythonPackages.cytoolz: disable failing test 2017-02-03 10:04:35 +01:00
Frederik Rietdijk 8b3db9a0dd pythonPackages.ansible_2_2: use jinja2 2.8.1 2017-02-03 09:54:37 +01:00
Frederik Rietdijk 201a0fe403 pythonPackages.ansible_2_1: use jinja2 2.8.1 2017-02-03 09:54:37 +01:00
Carles Pagès 922b33553d Merge pull request #22395 from MP2E/dhewm3_update
dhewm3: 20130113 -> 1.4.1
2017-02-03 09:15:35 +01:00
Benjamin Staffin 3d543cb82a Merge pull request #22398 from MP2E/pulse_update
pulseaudio: 9.0 -> 10.0
2017-02-03 02:35:21 -05:00
Benjamin Staffin ba881f1b5a Merge pull request #22384 from xwvvvvwx/update_vscode
vscode: 1.8.1 -> 1.9.0
2017-02-03 02:33:06 -05:00
Benjamin Staffin 53e6431d61 Merge pull request #22358 from yorickvP/asteriskupd
asterisk: add lts version
2017-02-03 02:30:34 -05:00
Benjamin Staffin 1d3364ed74 Merge pull request #22383 from bachp/virtualbox-5.1.14
Virtualbox 5.1.14
2017-02-03 02:26:09 -05:00
Benjamin Smith 55e85a162a opera: 41.0.2353.56 -> 42.0.2393.517 2017-02-02 18:01:02 -08:00
Nikolay Amiantov a14217ec6e Merge pull request #22392 from avnik/update/zathura-mupdf
zathura-pdf-mupdf: 0.3.0 -> 0.3.2
2017-02-03 04:20:21 +03:00
Nikolay Amiantov 72ec45cb31 Merge pull request #22394 from MP2E/sdl2_update
SDL2: 2.0.4 -> 2.0.5
2017-02-03 03:55:31 +03:00
Nikolay Amiantov 8967ff9597 Merge pull request #22396 from MP2E/gzdoom_update
gzdoom: 2.2.0 -> 2.3.2
2017-02-03 03:55:17 +03:00
Joachim F 2b961075ae Merge pull request #22231 from Ma27/hotfix/update-geogebra
geogebra: 5.0.271.0 -> 5-0-320-0
2017-02-03 01:13:07 +01:00
Cray Elliott 9fcb9035df pulseaudio: 9.0 -> 10.0
dropped json_c as a dependency as it is no longer needed! patches
are still needed for the caps fix and proper testing for TLS
2017-02-02 15:40:31 -08:00
Cray Elliott ef77fba573 gzdoom: 2.2.0 -> 2.3.2 2017-02-02 15:39:24 -08:00
Cray Elliott a430acb4d8 urbanterror: 4.2.023 -> 4.3.1 2017-02-02 15:37:11 -08:00
Cray Elliott 45f51f05b8 dhewm3: 20130113 -> 1.4.1 2017-02-02 15:36:52 -08:00
Cray Elliott d62d26251d SDL2: 2.0.4 -> 2.0.5 2017-02-02 15:36:00 -08:00
Cray Elliott 6b44f3523a doomseeker: fix invalid substitution via sed 2017-02-02 15:34:47 -08:00
Cray Elliott 3acd52d917 mgba: 0.5.1 -> 0.5.2 2017-02-02 15:34:38 -08:00
Alexander V. Nikolaev 6251b314e7 zathura-pdf-mupdf: 0.3.0 -> 0.3.2
(version compatible with mupdf 1.10a)
2017-02-03 01:04:38 +02:00
Daiderd Jordan a5a4b134f3 Merge pull request #22370 from eqyiel/master
gnome-tweak-tool: trick autoconf into using python2
2017-02-02 23:08:27 +01:00
Ruben Maher e2b74824d7 gnome-tweak-tool: trick autoconf into using python2 2017-02-03 08:18:34 +10:30
David Terry dbda1c4331 vscode: 1.8.1 -> 1.9.0 2017-02-02 21:31:28 +01:00
Vincent Laporte 9f334c2732 ocamlPackages.ppx_tools: init at unstable-20161114 (for OCaml 4.04) 2017-02-02 20:27:30 +00:00
Vincent Laporte 78960abfc7 ocamlPackages.vg: add ocamlbuild as dependency 2017-02-02 20:27:30 +00:00
Tim Steinbach 14a99b9e56 Merge pull request #22382 from bachp/linux-4.9.7
kernel: 4.9.6 -> 4.9.7
2017-02-02 15:18:13 -05:00
Edward Tjörnhammar db73e446b4
catch: 1.5.0 -> 1.7.0 2017-02-02 21:23:57 +01:00
Edward Tjörnhammar 62dc683096
kodiPlugins: updates
* Added exodus in favour of genesis, same developer and old plugin is dead
  * Added gamepad(controllers) inputs as enableControllers
  * Updated SVTPlay, HyperLauncher
  * Removed SALTS, doesn't work without a FHS
2017-02-02 21:12:55 +01:00
Carles Pagès d211d7c440
kodiPlugins.pvr-hts: update to 3.4.4 for kodi17
Updated pvr-hts plugin to latest version to work with kodi 17. Had to
update libcec as well, to pick the name change.
2017-02-02 21:12:54 +01:00
Edward Tjörnhammar a70b4f7b38
kodi: 16.1 -> 17.0 2017-02-02 21:12:54 +01:00
Pascal Bach 5ca3a7e56f virtualbox: remove upstream-info.json as it is no longer used
We keep the script as it might be useful in the future.
2017-02-02 21:11:08 +01:00
Pascal Bach 599df5e108 virtualbox: 5.1.10 -> 5.1.14 2017-02-02 21:10:01 +01:00
Pascal Bach d1738c19bb kernel: 4.9.6 -> 4.9.7 2017-02-02 21:08:24 +01:00
Robin Gloster e3d9f438c3
nmap: 7.31 -> 7.40 2017-02-02 19:33:21 +01:00
Robin Gloster 0e0f0d0478
radvd: 2.15 -> 2.16 2017-02-02 19:33:21 +01:00
Robin Gloster 72e2de3a07
rspamd: 1.4.1 -> 1.4.3 2017-02-02 19:33:21 +01:00
Robin Gloster 1393d7158a
whois: 5.2.12 -> 5.2.14 2017-02-02 19:19:28 +01:00
Robin Gloster 209d453bfb
fail2ban: 0.9.4 -> 0.9.6 2017-02-02 19:19:28 +01:00
Robin Gloster bd3ac6938b
claws-mail: 3.14.0 -> 3.14.1 2017-02-02 19:19:28 +01:00
Robin Gloster 944403a3fd
babeld: 1.7.1 -> 1.8.0 2017-02-02 19:19:28 +01:00
Daiderd Jordan 10e3dd8a5f Merge pull request #22332 from pradeepchhetri/consul-template
consul-template: 0.14.0 -> 0.18.0
2017-02-02 19:13:55 +01:00
Robin Gloster 756bcc3d95
moonlight-embedded: 2.2.1 -> 2.2.3 2017-02-02 19:04:01 +01:00
Robin Gloster 51f4e1829c
sslscan: 1.11.7 -> 1.11.8 2017-02-02 18:59:08 +01:00
Robin Gloster 8821ef9dc5
redir: 2.2.1 -> 3.1 2017-02-02 18:59:07 +01:00
Robin Gloster a0aacdd199
lxc: 2.0.6 -> 2.0.7 2017-02-02 18:59:07 +01:00
Robin Gloster 269b8a32ed
lr: 0.2 -> 0.3.2 2017-02-02 18:59:07 +01:00
Pascal Wittmann 2a825540db
parallel: 20161222 -> 20170122 2017-02-02 18:49:23 +01:00
Robin Gloster 008a6a571b
strace: 4.14 -> 4.15 2017-02-02 18:43:10 +01:00
Pierre Radermecker 28a324b01d hackage2nix: remove swagger2 from the list of broken packages 2017-02-02 17:43:04 +01:00
Daniel Peebles ff8a21e03c Merge pull request #22348 from nand0p/hologram-module
hologram: 8d86e3f -> d20d1c3
2017-02-02 17:42:07 +01:00
Fernando J Pando 1d85e0bbab hologram: 8d86e3f -> d20d1c3
- Updates dependencies
- Adds configuration module
- Tested on Nixos Unstable
2017-02-02 11:31:42 -05:00
Dan Peebles 7bc17013f8 aws-sdk-cpp: 1.0.48 -> 1.0.60 2017-02-02 16:28:48 +01:00
Peter Simons 437d236121 Merge pull request #22373 from LumiGuide/shelly-ghc802-fix
shelly: fix build on GHC-8.0.2
2017-02-02 16:08:26 +01:00
Peter Hoeg 4494720241 fpm: fix vulnerable dependency 2017-02-02 22:58:43 +08:00
Joachim F a3a09ee687 Merge pull request #22371 from mdorman/emacs-updates
Automated emacs package updates
2017-02-02 15:53:30 +01:00
Franz Pletz 364f089fe7
mpd: 0.20 -> 0.20.4
Fixes bugs at least one crash.

Fixes #22368.
2017-02-02 15:26:09 +01:00
Peter Simons 6dca78e1ae heimdall: clean up the build expression
- Make sure the front-end-less build does not depend on QT.

- Don't override patchPhase because that will lead to unexpected results for
  people who try to defined a "patches = [...]" attribute.
2017-02-02 15:20:16 +01:00
Bas van Dijk 9438cc264f shelly: fix build on GHC-8.0.2 2017-02-02 15:18:28 +01:00
Yorick van Pelt 59fd1c802e asterisk: add maintainer 2017-02-02 15:15:53 +01:00
Yorick van Pelt 529853b5e1 asterisk: add lts version, fix impurity 2017-02-02 15:15:37 +01:00
Peter Simons e051e88213 heimdall: update to latest git revision
Probably makes no difference because there have been no significant changes.
Anyway, let's live on the bleeding edge.
2017-02-02 15:01:55 +01:00
Peter Simons 072ebacb01 Merge pull request #22369 from LumiGuide/haddock-api-ghc802-fix
haddock-api: fix build on GHC-8.0.2
2017-02-02 14:47:43 +01:00
Graham Christensen 16f8f0d313
ffmpeg_3: 3.1.4 -> 3.1.6 2017-02-02 08:47:01 -05:00
Bas van Dijk 344227bfb9 haddock-api: fix build on GHC-8.0.2 2017-02-02 14:29:55 +01:00
Michael Alan Dorman 711a22096c melpa-packages: 2017-02-01
Removals:
  meacupla-theme - removed from melpa
  rustfmt - removed from melpa
  ttrss - removed from melpa
2017-02-02 08:06:43 -05:00
Michael Alan Dorman 89cbe137c3 melpa-stable-packages: 2017-02-01
Removals:
  ttrss - removed from melpa
2017-02-02 08:06:43 -05:00
Michael Alan Dorman 98f8cd6017 elpa-packages: 2017-02-01 2017-02-02 08:06:42 -05:00
Vladimír Čunát 787c1add0b
qt4: fixup missing space between flags on Darwin
Since 9aae2991f2, /cc @globin.
2017-02-02 13:44:41 +01:00
Pierre Radermecker f08bbb90c0 haskell-swagger2: don't haddock to fix haddock build error 2017-02-02 13:17:52 +01:00
Arseniy Seroka ff84af0337 Merge pull request #22362 from BinaryTiger/alchemist-vim
vimPlugins.alchemist-vim: init at rev c22d4883b7
2017-02-02 13:52:14 +03:00
Frederik Rietdijk c1e29e237b pythonPackages: rename fetchers
- fetchpypi -> fetchPypi
- fetchWheel and fetchTarball are no longer public

695ff0dc09 (commitcomment-20711584)
2017-02-02 11:49:39 +01:00
Robin Gloster 1a5cdaf85a
fix evaluation 2017-02-02 11:28:31 +01:00
Matthew Maurer b3e6bdbae5 chromium: 55.0.2883.87 -> 56.0.2924.76 2017-02-02 11:26:25 +01:00
Pradeep Chhetri 4d5c39611c consul-template: 0.14.0 -> 0.18.0 2017-02-02 15:47:59 +05:30
Franz Pletz 2a63aae299
nlohmann_json: 2.0.7 -> 2.1.0 2017-02-02 11:13:04 +01:00
Franz Pletz 4dae4f86fa
imagemagick: 7.0.4-0 -> 7.0.4-6 for multiple CVEs
Fixes at least:

  * CVE-2016-10144
  * CVE-2016-10145
  * CVE-2016-10146
  * CVE-2017-5506
  * CVE-2017-5507
  * CVE-2017-5508
  * CVE-2017-5510
  * CVE-2017-5511
2017-02-02 11:10:56 +01:00
Franz Pletz 5e753c1a65
imagemagick: 6.9.7-0 -> 6.9.7-6 for multiple CVEs
Fixes at least:

  * CVE-2016-10144
  * CVE-2016-10145
  * CVE-2016-10146
  * CVE-2017-5506
  * CVE-2017-5507
  * CVE-2017-5508
  * CVE-2017-5510
  * CVE-2017-5511
2017-02-02 11:09:40 +01:00
Michael Raskin 57e7f8ff66 libgphoto2: 2.5.11 -> 2.5.12 2017-02-02 11:12:16 +01:00
Michael Raskin c7ad684ab5 mcabber: 1.0.4 -> 1.0.5 2017-02-02 11:12:16 +01:00
Michael Raskin 2973d35b9a sysdig: 0.13.0 -> 0.14.0 2017-02-02 11:12:16 +01:00
Michael Raskin c726f79023 glusterfs: 3.9.0 -> 3.9.1 2017-02-02 11:12:16 +01:00
Michael Raskin 0a756a4216 asymptote: 2.38 -> 2.39 2017-02-02 11:12:16 +01:00
Frederik Rietdijk 50bc1dc0df Merge pull request #22345 from NixOS/python-wip
Python package updates and new fetchers
2017-02-02 11:04:32 +01:00
Peter Simons b5a1783be7 haskell-servant: update overrides for version 0.10 2017-02-02 10:59:33 +01:00
Peter Simons 30bdcd9a8e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-8-g0d49e12 from Hackage revision
45587c1114.
2017-02-02 10:59:33 +01:00
Peter Simons 2be4214c68 hackage2nix: update list of broken packages 2017-02-02 10:59:32 +01:00
Peter Simons 75a4679548 Recurse from haskell.compiler into haskell.compiler.integer-simple on Hydra.
This ensures that the gmp-free compiler variants are compiled on
hydra.nixos.org, too.
2017-02-02 10:57:00 +01:00
Bas van Dijk dfcc9e2994 ghc: support building with integer-simple and provide package sets for it
If the flag enableIntegerSimple is true GHC will be build with the GPL-free but
slower integer-simple library instead of the faster but GPLed integer-gmp
library.

The attribute `pkgs.haskell.compiler.integer-simple."${ghcVersion}"` provides a
GHC compiler build with `integer-simple`.

Similarly, the attribute `pkgs.haskell.packages.integer-simple."${ghcVersion}"`
provides a package set supporting `integer-simple`.

Closes https://github.com/NixOS/nixpkgs/pull/22121.
Closes https://github.com/NixOS/nixpkgs/issues/5493.
2017-02-02 10:57:00 +01:00
Lancelot SIX ead62a7f84 Merge pull request #22363 from paperdigits/darktable-223
darktable 2.2.1 -> 2.2.3

Tested locally.
2017-02-02 10:54:43 +01:00
Lluís Batlle 8389060731 Updating shotcut to 17.02. 2017-02-02 10:25:47 +01:00
goibhniu 8605cdc898 Merge pull request #22207 from league/vokoscreen
vokoscreen: init at 2.5.0
2017-02-02 09:51:44 +01:00
Gabriel Ebner 311ec6abd5 Merge pull request #22361 from peterhoeg/u/crunch
speedcrunch: 0.11 -> 0.12.0
2017-02-02 07:54:06 +01:00
Mica Semrick c64934529e darktable 2.2.1 -> 2.2.3 2017-02-01 22:50:35 -08:00
Rongcui Dong 7ea20c9e27 ngspice: 25 -> 26 2017-02-02 07:42:26 +01:00
Peter Hoeg 8d803b90ac kdiff3-qt5: init at 1.7.0
Upstream hasn't made a formal release yet of the qt5 version which is why I'm
not replacing the existing kde4 version.
2017-02-02 13:01:40 +08:00
Antoine Racine 9fa9339a13 vimPlugins.alchemist-vim: init at rev c22d4883b7 2017-02-01 23:13:28 -05:00
Drakonis 15bc80f3b9
keepassx-community: init at 2.1.0
- deprecating keepassx-reboot (was at 2.0.3)
2017-02-01 21:21:34 -05:00
Peter Hoeg 3d16d69b40 qgit: 2.5 -> 2.6 (#22360)
Also:

 - build the qt5 version by default instead of qt4
 - use cmake
2017-02-02 02:55:47 +01:00
Pascal Bach 47f392d3c7 mbedtls: 1.3.17 -> 1.3.18
See https://tls.mbed.org/tech-updates/releases/mbedtls-2.4.0-2.1.6-and-1.3.18-released.
2017-02-02 02:52:26 +01:00
Peter Hoeg fd08147613 okteta: init at 16.12.1 (kf5 version) 2017-02-02 09:26:17 +08:00
Dan Peebles d34ee526a8 aws-sdk-cpp: fix on darwin
The LD_LIBRARY_PATH variable does nothing on Darwin, but
DYLD_LIBRARY_PATH does the same thing, so splice in the right variable
based on which system we're working on.
2017-02-02 02:18:42 +01:00
Peter Hoeg 58a5d0783e speedcrunch: 0.11 -> 0.12.0
Also:
  - build against qt5 instead of qt4
2017-02-02 09:13:54 +08:00
Arseniy Seroka 6bb4e6dba3 Merge pull request #22359 from BinaryTiger/vim-elixir
Add vim-elixir to vim plugins
2017-02-02 04:12:22 +03:00