Commit graph

81452 commits

Author SHA1 Message Date
Franz Pletz f30f7d0cff
powertop: add homepage, cleanup 2016-10-14 00:02:30 +02:00
Tuomas Tynkkynen c66124e9b7 sshpass: 1.05 -> 1.06 2016-10-14 00:58:07 +03:00
Jörg Thalheim 13ff831440 Merge pull request #19524 from nshalman/shfmt-0.2.0
shfmt: 2016-06-16 -> 0.2.0
2016-10-13 22:22:34 +02:00
Daniel Peebles 9703a72f70 Merge pull request #19495 from LnL7/darwin-gdb
gdb: disable format hardening
2016-10-13 15:57:19 -04:00
Vladimír Čunát e4d3254101 intltool: fix #19487 patch download
It's strange.  Maybe they prune the history.
2016-10-13 21:55:25 +02:00
Franz Pletz 29bd3898a6
fastd: init at 18 2016-10-13 21:42:17 +02:00
Franz Pletz 3b58daf315
libuecc: init at 7 2016-10-13 21:42:16 +02:00
Franz Pletz 2c47729a75
libsodium: 1.0.10 -> 1.0.11 2016-10-13 21:42:15 +02:00
Daiderd Jordan c5a7728152
gdb: disable format hardening 2016-10-13 21:33:07 +02:00
Nahum Shalman 94cf6fbc35 shfmt: 2016-06-16 -> 0.2.0 2016-10-13 15:24:39 -04:00
Jörg Thalheim 0cdc181409 Merge pull request #19500 from romildo/upd.smartgithg
smartgithg: 7_1_2 -> 8_0_3
2016-10-13 21:23:35 +02:00
dipinhora 6152c1ea7f Re-enable support for OS X 10.10 for darwin. 2016-10-13 11:09:37 -04:00
Domen Kožar 6d9fe5dc8a Revert "nixpkgs: add tested alias for unstable job"
This reverts commit 69e614d1e6.
2016-10-13 17:06:03 +02:00
Graham Christensen 9a668ec58b Merge pull request #19511 from grahamc/mujs
mujs: 2016-02-22 -> 2016-09-21
2016-10-13 08:40:00 -04:00
Daniel Peebles 3e2fe0127b Merge pull request #19437 from gnidorah/master
pakcs: fixed for darwin
2016-10-13 08:08:06 -04:00
Graham Christensen 85c9f014ed
mujs: 2016-02-22 -> 2016-09-21 2016-10-13 07:42:30 -04:00
Jörg Thalheim d5316884e4 Merge pull request #19024 from adnelson/docker_refactor
dockerTools: add docs to docker build functions
2016-10-13 11:50:21 +02:00
Carles Pagès d037837cf9 kodi: link to libva-full
Fixes #19480 (vaapi support)
2016-10-13 11:28:50 +02:00
Vladimír Čunát 727fc259d6 Merge branch 'master' into staging 2016-10-13 09:53:16 +02:00
Alex Ivanov 1fa5aceda8 pakcs: fixed for darwin 2016-10-13 09:37:02 +03:00
Alex Ivanov e9e69993b2 swiProlog: fixed for darwin 2016-10-13 09:36:49 +03:00
Alex Ivanov 82986b7369 erlangR16_odbc: fixed for darwin 2016-10-13 09:23:45 +03:00
Alex Ivanov 4e87ea7f73 unixODBC: enable build for darwin 2016-10-13 09:23:14 +03:00
Dan Peebles 9617f61164 xcbuild: init at 49f8a592 2016-10-13 00:32:19 -04:00
Franz Pletz ccd45f8854
audacious: 3.7.2 -> 3.8 2016-10-13 03:19:43 +02:00
Franz Pletz 6adc67d8d7
vaapiIntel: 1.7.0 -> 1.7.2 2016-10-13 03:19:28 +02:00
Franz Pletz cdd019811c
intel-gpu-tools: 1.14 -> 1.16 2016-10-13 03:18:52 +02:00
Franz Pletz 1566fb150e
opusfile: 0.6 -> 0.8 2016-10-13 03:18:46 +02:00
Franz Pletz d514bf3fcc
libsamplerate: 0.1.8 -> 0.1.9 2016-10-13 03:18:42 +02:00
Franz Pletz 29b04017b5
libmpcdec: cleanup, use sha256 hash 2016-10-13 03:18:37 +02:00
Franz Pletz f7454f6a15
libmikmod: 3.3.7 -> 3.3.10 2016-10-13 03:18:32 +02:00
Franz Pletz e50be9ff75
libcue: 1.4.0 -> 2.1.0 2016-10-13 03:18:28 +02:00
Franz Pletz a637b4d950
mumble: 1.2.16 -> 1.2.17 2016-10-13 03:18:23 +02:00
Franz Pletz e8e50bf696
zeroc_ice: 3.6.1 -> 3.6.3 2016-10-13 03:18:17 +02:00
romildo 83d25e490b smartgithg: 7_1_2 -> 8_0_3 2016-10-12 20:15:35 -03:00
Graham Christensen 88a47f1950 Merge pull request #19467 from grahamc/nvidia-x11-master
nvidia-x11: 367.35 -> 367.57
2016-10-12 19:07:29 -04:00
Daniel Peebles 77d1fb94f1 Merge pull request #19470 from copumpkin/fix-sierra
Fix Darwin stdenv to work on Sierra
2016-10-12 19:04:03 -04:00
aszlig 09d3493282
buildLinux/linuxManualConfig: Allow .override
Regression introduced by da36847d92.

The kernelPackages NixOS module option now uses .override to add kernel
patches defined in boot.kernelPatches into the kernel within the
kernelPackages set.

For generic kernels, we already have an .override which comes with
callPackage, but pkgs.linuxManualConfig is a function where we want to
override the attributes passed to it.

The callPackage to manual-config.nix only allows us to override its
internal attributes but not the attributes of the function returned.

Simplified it looks like this:

                                      .----- .override provided by
                                    __|__    callPackage
                                   |     |
(callPackage .../manual-config.nix { ... }) { ... }
                                            |_____|
                                               |
                                  the one -----'
                                  we actually want to override

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-10-12 23:52:23 +02:00
Vladimír Čunát af38c05587 stdenv stripHash(): fixup after #19324 2016-10-12 23:45:30 +02:00
Joachim F d4a22b4de3 Merge pull request #19479 from sternenseemann/master
libhttpseverywhere: build api documentation
2016-10-12 22:37:45 +02:00
Joachim F 71fd469d45 Merge pull request #19385 from taku0/android_sdk_sources
androidenv: Add API sources
2016-10-12 22:37:36 +02:00
Dan Peebles f35ab9c2f8 rpm-ostree: 2016.1 -> 2016.10
This also updates a bunch of its dependencies to enable the update,
and gets rid of libhif because upstream stopped maintaining it as
such, instead using it internally in other projects until they can
agree on an interface for it. Nothing seemed to be using libhif so
I'm not too concerned about removing it.
2016-10-12 20:31:02 +00:00
Jörg Thalheim 1371499530 Merge pull request #19486 from Mic92/neovim
python3Packages.neovim: include trollius only for py < 3.4
2016-10-12 20:57:57 +02:00
Jörg Thalheim da32d7ea85
python3Packages.neovim: include trollius only for py < 3.4
trollius breaks python3 because it includes the enum module
2016-10-12 20:56:58 +02:00
Eelco Dolstra ed6006790a libunistring: Do propagate libiconv on non-Linux
Fixes #19492.
2016-10-12 20:26:43 +02:00
zimbatm 985dec611b terraform: 0.7.4 -> 0.7.5 2016-10-12 18:51:16 +01:00
Tim Steinbach d313a114f1 Merge pull request #19488 from peterhoeg/mysqltuner
mysqltuner: init at 1.6.18
2016-10-12 12:41:08 -04:00
Peter Simons ea1a8cf5f0 git-annex: bump to latest version 2016-10-12 17:50:20 +02:00
Tobias Geerinckx-Rice 61a789888a Merge pull request #19482 from peterhoeg/ss
simple-scan: 3.21 -> 3.22
2016-10-12 17:36:35 +02:00
Peter Simons 8c95f0ffaf ghcjs: revert "mark build as broken"
This reverts commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e. The build
failure blocking this package has been fixed in the meanwhile. Thanks to
@basvandijk for the heads-up.

(cherry picked from commit 56d033ac1b00a8b29bc29589312d2f5024656bd3)
2016-10-12 16:52:41 +02:00
Peter Simons 5925d14525 haddock-library: fix build with GHC 7.10.x
Required by GHCJS.
2016-10-12 16:52:41 +02:00
Peter Simons 7c1d952a56 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
d009766695.
2016-10-12 16:52:41 +02:00
Peter Simons 8939e2a26b haskell-nvvm: disable build on Hydra since it depends on unfree cudatoolkit 2016-10-12 16:52:40 +02:00
Peter Simons c69f058ee2 configuration-hackage2nix.yaml: add old version of haddock-library
This is required by haddock-api 2.16.x.
2016-10-12 16:51:47 +02:00
Peter Simons 71e4613e78 LTS Haskell 7.3 2016-10-12 16:51:47 +02:00
Thomas Tuegel 8b7f04c25a
kde5.kcoreaddons: fix HTML injection CVE-2016-7966
See https://www.kde.org/info/security/advisory-20161006-1.txt for more
information.
2016-10-12 08:46:43 -05:00
Tim Steinbach 259dcac753 Merge pull request #19484 from peterhoeg/vala
vala: unify builders for various versions
2016-10-12 09:32:38 -04:00
Michael Raskin 80ca889586 xscreensaver: 5.35 -> 5.36 2016-10-12 15:29:25 +02:00
Peter Hoeg 7849677a70 mysqltuner: init at 1.6.18 2016-10-12 21:26:53 +08:00
Peter Hoeg a6d1d06a95 vala: unify builders for various versions
We are currently carrying a number of vala versions where each version
is essentially just a copy of the earlier version.

This PR gets rid of a ton of duplication and uses a standard builder.

Secondly, we add a definition for the latest vala 0.34.1.

Lastly, we add a generic "vala" that refers to the latest stable
version.

I have tried changing the definitions for "simple-scan" and "valum" to use
the latest vala version and they at least compile OK so I'll try a
massive sed job to replace all the definitions later to simply use the
latest version through "vala" instead of specifying a version directly.

According to upstream:

"Well-maintained packages are expected to always build with the latest
stable Vala version."

Maybe this means that my generic builder is then no longer necessary. Oh well...

I added myself to the maintainer array for vala although I have no
interest in the language - this was purely a nix exercise for me but I
thought it was reasonable to be the one to clean up the mess if this has
side effects...

Cc: @antono and @lethalman
2016-10-12 21:12:05 +08:00
Graham Christensen 8b23c5f332
libdwarf: 20160613 -> 20161001 for CVE-2016-7510, CVE-2016-7410 2016-10-12 09:01:19 -04:00
Robin Gloster b743ddf8f9
sslscan: enable ssl2 checking 2016-10-12 14:36:41 +02:00
Robin Gloster 9838b80e91 docker-distribution: init at 2.5.1 2016-10-12 14:05:09 +02:00
Jörg Thalheim 9079bc08e5 Merge pull request #19362 from davorb/purple-facebook
purple-facebook: init at 66ee77378d82
2016-10-12 13:38:34 +02:00
Lorenzo Manacorda ff4fde36b7 youtube-dl: 2016.09.27 -> 2016.10.07 (#19476) 2016-10-12 13:29:33 +02:00
Jörg Thalheim 1af9420392 Merge pull request #19475 from schneefux/hugo
hugo: v0.16 -> 0.17
2016-10-12 13:21:56 +02:00
Franz Pletz 8a59ad167e atlassian-crowd: init at 2.10.1 2016-10-12 13:17:24 +02:00
Franz Pletz 7edaceeb33 atlassian-jira: init at 7.2.2 2016-10-12 13:17:24 +02:00
Franz Pletz 18790e45d8 atlassian-confluence: init at 5.10.4 2016-10-12 13:17:24 +02:00
Peter Hoeg f2c3e29ac4 simple-scan: 3.21 -> 3.22
Additionally, fix the icons and use a newer version of vala.
2016-10-12 19:14:25 +08:00
sternenseemann b004070465 libhttpseverywhere: build api documentation
This is a workaround for a bug in meson (https://github.com/mesonbuild/meson/issues/894)
2016-10-12 12:56:41 +02:00
Michael Raskin 2ca8833383 make-tarball.nix: filter out MD5 warnings in evaluation check 2016-10-12 10:50:58 +02:00
Jörg Thalheim fe11f628ca Merge pull request #19447 from gnidorah/master2
rambox, franz: make menu item
2016-10-12 10:42:39 +02:00
Frederik Rietdijk f3c6236eb4 Merge pull request #19442 from peterhoeg/lc
linkchecker: make it work with newer requests2
2016-10-12 10:21:29 +02:00
Alex Ivanov 053214c6d2 rambox: add menu item 2016-10-12 09:54:47 +03:00
Frederik Rietdijk fa6011f401 Merge pull request #19465 from kragniz/python-3.6b2
Python 3.6: 3.6b1 -> 3.6b2
2016-10-12 08:45:44 +02:00
Alex Ivanov d6a824216c franz: add menu item 2016-10-12 09:38:15 +03:00
Dan Peebles d8a0307a5d [darwin.stdenv] Fix to work on Sierra
This reinstates the libSystem selective symbol export machinery we used
to have, but locks it to the symbols that were present in 10.11 and skips
the actual compiled code we put into that library in favor of the system
initialization code. That should make it more stable and less likely to
do weird stuff than the last time we did this.
2016-10-12 00:08:13 -04:00
Charles Strahan da36847d92
nixos: make it easy to apply kernel patches
This makes it easy to specify kernel patches:

    boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ];

To make the `boot.kernelPatches` option possible, this also makes it
easy to extend and/or modify the kernel packages within a linuxPackages
set. For example:

    pkgs.linuxPackages.extend (self: super: {
      kernel = super.kernel.override {
        kernelPatches = super.kernel.kernelPatches ++ [
          pkgs.kernelPatches.ubuntu_fan_4_4
        ];
      };
    });

Closes #15095
2016-10-11 19:59:00 -04:00
Graham Christensen b98c0a668e
nvidia-x11: 367.35 -> 367.57 2016-10-11 19:43:58 -04:00
Graham Christensen 9ce4e47bf6 Merge pull request #19408 from NeQuissimus/mariadb_10_1_18
mariadb: 10.1.17 -> 10.1.18
2016-10-11 19:34:12 -04:00
Jascha Geerds 30a3a09857 tmuxp: 1.2.0 -> 1.2.2 2016-10-11 23:53:02 +02:00
Jascha Geerds 289c7cfc69 pythonPackages.libtmux: 0.5.0 -> 0.6.0 2016-10-11 23:51:41 +02:00
Jascha Geerds 19c42ee0b7 gitAndTools.gitflow: 1.9.1 -> 1.10.0 2016-10-11 23:38:29 +02:00
Jascha Geerds 44bb5caf7d numix-icon-theme-circle: 2016-06-10 -> 2016-09-27 2016-10-11 23:33:42 +02:00
Jascha Geerds d36268c47d numix-icon-theme: 2016-06-10 -> 2016-10-05 2016-10-11 23:33:42 +02:00
Louis Taylor 39e8623906
Python 3.6: 3.6b1 -> 3.6b2 2016-10-11 22:29:22 +01:00
Daiderd Jordan 39106e757c Merge pull request #19458 from dipinhora/boto-update
boto: 2.41.0 -> 2.42.0
2016-10-11 23:22:44 +02:00
Daiderd Jordan 0dd3f7d4e9 Merge pull request #19461 from dipinhora/packet-python
packet-python: init at 1.31
2016-10-11 23:18:09 +02:00
Domen Kožar 735c1cacbd fix unstable job evaluation 2016-10-11 23:08:50 +02:00
Peter Simons 2804067fc8 Merge pull request #19462 from dipinhora/pony-stable
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
Vladimír Čunát 56e9bbfe65 Merge #18130: llvmPackages_38: 3.8.0 -> 3.8.1 2016-10-11 22:29:59 +02:00
dipinhora 8a7cb597ae pony-stable: init at 2016-10-10 2016-10-11 16:07:55 -04:00
dipinhora 67d22db807 packet-python: init at 1.31 2016-10-11 15:35:15 -04:00
Vladimír Čunát e228c804ad libdrm: 2.4.70 -> 2.4.71 2016-10-11 20:39:51 +02:00
Vladimír Čunát f755299443 xorg: security fixes #19234
https://lists.x.org/archives/xorg-announce/2016-October/002720.html
2016-10-11 20:38:33 +02:00
Graham Christensen 945da0166c Merge pull request #19432 from sternenseemann/libhttpseverywhere
libhttpseverywhere: init at 0.1.0
2016-10-11 14:15:31 -04:00
Vladimír Čunát 6898810ba6 Merge #19297: openssh: apply patch to fix vulnerability
NEWKEYS null pointer dereference.
2016-10-11 20:08:30 +02:00
Vladimír Čunát 9d1dfc9ed0 Merge #18861: add AMDGPU-PRO driver 2016-10-11 19:57:30 +02:00
Michael Raskin 48388dde18 gimpPlugins.resynthesizer2: init at 2.0.1. A rewrite with python wrappers; GUI is better for some tasks and worse for some other tasks. 2016-10-11 19:57:52 +02:00