Commit graph

137075 commits

Author SHA1 Message Date
Piotr Bogdan 0b9ca7875a unixtools.modprobe: fix 2018-04-12 17:03:02 +01:00
Yorick van Pelt 441126c3da
oauth2_proxy: 20160120 -> 20180325 2018-04-12 17:47:00 +02:00
zimbatm 1398cb76a8
Merge pull request #38640 from expipiplus1/asciidoctor-vulkan
asciidoctor: 1.5.6.1 -> 1.5.6.2, also add mathematical and coderay
2018-04-12 16:42:40 +01:00
Tim Steinbach 2bb811c6a0
linux: 4.14.33 -> 4.14.34 2018-04-12 11:36:58 -04:00
Yorick 0812b5c588 postgresql-jdbc: 9.3-1100 -> 42.2.2 (#38854) 2018-04-12 16:35:16 +01:00
Piotr Bogdan f66be0a6c7 eq10q: fix build with glibc 2.27 2018-04-12 16:30:14 +01:00
Jörg Thalheim 2104222970
Merge pull request #38841 from r-ryantm/auto-update/ncmpcpp
ncmpcpp: 0.8.1 -> 0.8.2
2018-04-12 16:25:58 +01:00
R. RyanTM 85c17d3958 efivar: 34 -> 35
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/efivar/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar -h’ got 0 exit code
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar --help’ got 0 exit code
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar help’ got 0 exit code
- found 35 with grep in /nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35
- directory tree listing: https://gist.github.com/6f811428a47ee181fc412ef78ff64450
2018-04-12 08:22:44 -07:00
adisbladis fbcbac6769
Merge pull request #38704 from roconnor-blockstream/trezor
trezord: 1.2.1 -> 2.0.12
2018-04-12 23:10:24 +08:00
Yegor Timoshenko d8e6548287
Merge pull request #38852 from yorickvP/jetty
jetty: 9.3.10.v20160621 -> 9.4.8.v20171121
2018-04-12 15:06:28 +00:00
Yorick van Pelt 28a74fa109
jetty: 9.3.10.v20160621 -> 9.4.8.v20171121 2018-04-12 16:45:14 +02:00
Jörg Thalheim d803c60f72
Merge pull request #38838 from volth/patch-123
exfat-utils, fuse_exfat -> exfat
2018-04-12 15:37:18 +01:00
aszlig 492ca7be2b
gnumake3: Fix build against glibc-2.27
This has already been patched against gnumake4 (519f0b8db2)
but we still have packages depending on gnumake3, so let's also apply
the same patch to gnumake 3.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @shlevy, @vcunat
2018-04-12 16:21:30 +02:00
Bart Brouns 9ac303c225 gotop: init at 1.2.9 2018-04-12 16:17:11 +02:00
aszlig a7f600b2c2
rtkit: Add patch to fix format string errors
During the last staging merge I assume that we turned on
-Werror=format-security by default (haven't checked in-depth though),
which actually is a good thing.

This causes the rtkit build to now fail, so I took a patch from Debian
to fix these issues.

Signed-off-by: aszlig <aszlig@nix.build>
2018-04-12 16:05:06 +02:00
R. RyanTM 341912425e knot-dns: 2.6.5 -> 2.6.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/knot-dns/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset -h’ got 0 exit code
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset --help’ got 0 exit code
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset help’ got 0 exit code
- found 2.6.6 in filename of file in /nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38
- directory tree listing: https://gist.github.com/f62ed14efd30650e1e05f1af8d5c2af4
2018-04-12 06:54:42 -07:00
Jörg Thalheim f386994413 coreclr: 2.0.0 -> 2.0.7 2018-04-12 14:44:42 +01:00
aszlig de581b99ca
kernel: Fix running kernels *with* modules
Pull request #38470 added support for running/building kernels without
modules. This got merged in 38e04bbf29 but
unfortunately while this works perfectly on kernels without modules it
also makes sure that *every* kernel gets no modules.

So all of our VM tests fail since that merge with something like this:

machine# loading module loop...
machine# modprobe: FATAL: Module loop not found in directory /lib/modules/4.14.33
machine# loading module vfat...
machine# modprobe: FATAL: Module vfat not found in directory /lib/modules/4.14.33
machine# loading module nls_cp437...
machine# modprobe: FATAL: Module nls_cp437 not found in directory /lib/modules/4.14.33
machine# loading module nls_iso8859-1...
machine# modprobe: FATAL: Module nls_iso8859-1 not found in directory /lib/modules/4.14.33
machine# loading module fuse...
machine# modprobe: FATAL: Module fuse not found in directory /lib/modules/4.14.33
machine# loading module dm_mod...
machine# modprobe: FATAL: Module dm_mod not found in directory /lib/modules/4.14.33

I shortly tested this against the "misc" VM test and the test is working
again.

In the long term (and I currently don't have time for this) it would be
better to also have a VM test which tests a kernel without modules.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @roberth, @7c6f434c
2018-04-12 15:43:53 +02:00
R. RyanTM 0953439983 ipset: 6.36 -> 6.38
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ipset/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset -h’ got 0 exit code
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset --help’ got 0 exit code
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset help’ got 0 exit code
- found 6.38 with grep in /nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38
- directory tree listing: https://gist.github.com/0c86d4251a82d41c7e788e320f7013d0
2018-04-12 06:31:33 -07:00
R. RyanTM 2c7f4ff6c5 miniupnpd: 2.0.20180222 -> 2.0.20180410
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/miniupnpd/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/c053a6e75e3997e1633a0c44709ca3a5
2018-04-12 05:32:24 -07:00
Joe Hermaszewski dea879f8df asciidoctor: Only run patchelf on Linux 2018-04-12 20:14:20 +08:00
R. RyanTM 8a41729c5c ncmpcpp: 0.8.1 -> 0.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ncmpcpp/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/gaym98lkncirfi09qwv0g3n6jgnknzm8-ncmpcpp-0.8.2/bin/ncmpcpp --help’ got 0 exit code
- found 0.8.2 with grep in /nix/store/gaym98lkncirfi09qwv0g3n6jgnknzm8-ncmpcpp-0.8.2
- directory tree listing: https://gist.github.com/bfab0afd2242f12a3754d3267a41b66f
2018-04-12 05:12:07 -07:00
Timo Kaufmann 2112768fe6 pythonPackages.cysignals: init at 1.6.9 (#38781) 2018-04-12 14:11:04 +02:00
R. RyanTM 766ecbb57a marp: 0.0.11 -> 0.0.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/marp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.0.12 with grep in /nix/store/q8kib6qhxndj4hzscdzhgvnjkaxm4mbw-marp-0.0.12
- directory tree listing: https://gist.github.com/691bc668acd4e57a2cf187b6e1062f34
2018-04-12 13:04:31 +01:00
Tim Steinbach a34de6c4a6
linux: 4.15.16 -> 4.15.17 2018-04-12 07:44:30 -04:00
Tim Steinbach aa9bc17767
linux: 4.16.1 -> 4.16.2 2018-04-12 07:44:30 -04:00
Michael Raskin 783204bdbc
Merge pull request #38768 from timokau/singular-4.1.1
singular: 3.1.7 -> 4.1.1
2018-04-12 11:40:06 +00:00
Robert Schütz 077bf8de4c
Merge pull request #38762 from timokau/m4ri-init
m4ri: init at 20140914
2018-04-12 13:26:52 +02:00
Benjamin Saunders cd24ae7a1b purple-hangouts: 2017-10-08 -> 2018-03-28 (#38819) 2018-04-12 13:24:21 +02:00
Timo Kaufmann 280b421cbb m4ri: init at 20140914 2018-04-12 13:24:20 +02:00
volth 49ed1229b6
exfat-utils, fuse_exfat -> exfat
`exfat-utils' and `fuse_exfat' are both aliases of `exfat'
2018-04-12 11:23:52 +00:00
R. RyanTM 37a5ba3214 openvdb: 5.0.0 -> 5.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openvdb/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.1.0 with grep in /nix/store/firif9xzzgizin13337znminprn0h2g1-openvdb-5.1.0
- directory tree listing: https://gist.github.com/ab56d3a535f58829ccdfb0187ff9afed
2018-04-12 04:07:06 -07:00
Michael Weiss ad45ebeb3c
Merge pull request #38829 from StillerHarpo/lolcat
lolcat: 90.8.8 -> 99.9.10
2018-04-12 11:57:18 +02:00
Anton Latukha 365f08378b handbrake: add FDK as option (#38809) 2018-04-12 11:50:28 +02:00
Peter Simons 722d8226f4
Merge pull request #38812 from timokau/maxima-ecl
maxima: add various fixes, re-add ecl support
2018-04-12 11:43:15 +02:00
R. RyanTM ab96418801 pick: 2.0.1 -> 2.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pick/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/mr0512zhzbbarb99l6v31pgsw1f8k859-pick-2.0.2/bin/pick -h’ got 0 exit code
- ran ‘/nix/store/mr0512zhzbbarb99l6v31pgsw1f8k859-pick-2.0.2/bin/pick -v’ and found version 2.0.2
- found 2.0.2 with grep in /nix/store/mr0512zhzbbarb99l6v31pgsw1f8k859-pick-2.0.2
- directory tree listing: https://gist.github.com/797cf336b38181f76cab1e08936713b1
2018-04-12 02:33:52 -07:00
Jan Tojnar a9bc7b7c73
guake: 0.8.3 → 3.1.0 2018-04-12 10:58:23 +02:00
Nikolay Amiantov 24827a58fb python.pkgs.sleekxmpp: fix failure to verify a certificate 2018-04-12 11:35:18 +03:00
Vincent Laporte 48ee88c7f8 ocamlPackages.js_of_ocaml-camlp4: add deriving support 2018-04-12 10:15:57 +02:00
Florian Engel 81b2e4fc25 lolcat: 90.8.8 -> 99.9.10 2018-04-12 10:10:05 +02:00
R. RyanTM ba337a2d5c riot-web: 0.13.5 -> 0.14.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/riot-web/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.14.0 with grep in /nix/store/rrr1riavdg8sysb7ksvfqwr9az3jvlbm-riot-web-0.14.0
- directory tree listing: https://gist.github.com/586766758d4a74da4f7c241391412e10
2018-04-12 00:58:26 -07:00
Michael Alan Dorman 9358f60f94 taffybar: fix build
Closes https://github.com/NixOS/nixpkgs/issues/38531.
2018-04-12 09:06:33 +02:00
Will Dietz 281775bb1a git: 2.16.2 -> 2.16.3
Cherry picked from 260194193c in staging as suggested by
https://github.com/NixOS/nixpkgs/pull/38763#issuecomment-380504142.
2018-04-12 08:55:31 +02:00
Michael Raskin 38e04bbf29
Merge pull request #38470 from roberth/linux-without-modules
linux module handling: support kernels without modules
2018-04-12 06:31:28 +00:00
R. RyanTM 3b2d888d63 xtermcontrol: 3.3 -> 3.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xtermcontrol/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/2wr7vzki1v1d9za89c4hgsgbbn9j2gzr-xtermcontrol-3.4/bin/xtermcontrol -h’ got 0 exit code
- ran ‘/nix/store/2wr7vzki1v1d9za89c4hgsgbbn9j2gzr-xtermcontrol-3.4/bin/xtermcontrol --help’ got 0 exit code
- found 3.4 with grep in /nix/store/2wr7vzki1v1d9za89c4hgsgbbn9j2gzr-xtermcontrol-3.4
- directory tree listing: https://gist.github.com/d2f87e2d47bdfed0a5727db4c27c83b0
2018-04-11 22:07:39 -07:00
Shea Levy 2a64482026
nix-plugins: 4.0.2 -> 4.0.3 2018-04-11 21:41:56 -04:00
Nikolay Amiantov 5107b3f7b3 sleekxmpp: fix SSL certificates checks 2018-04-12 04:16:16 +03:00
Jan Tojnar d2ce3a9bda
quodlibet: 3.9.1 → 4.0.2 2018-04-12 01:35:52 +02:00
Jan Tojnar 53fc399bbb
pythonPackages.mutagen: 1.36 → 1.40.0 2018-04-12 01:35:52 +02:00
Jan Tojnar 6a1198de7e
pythonPackages.mutagen: move to a separate file 2018-04-12 01:35:51 +02:00