Commit graph

78799 commits

Author SHA1 Message Date
Evgeny Egorochkin 0d4e5649dc virtualization/azure: make the image dynamic again since azure-cli upload bug is fixed 2016-03-13 13:57:30 +02:00
Evgeny Egorochkin 7a4684bee1 virtualization/azure: take entropy handling code out of WALA and execute it before SSHD generates the host keys 2016-03-13 13:57:30 +02:00
Cole Mickens 73487f4619 virtualization/azure: fixes
azure-agent: add option for verbose logging
azure-agent: disable ssh host key regeneration
azure-common: set verbose logging on
azure-image: increase size to 30GB
2016-03-13 13:57:30 +02:00
aszlig c6834ab527
Merge pull request #13821 (update chromium)
This is just a minor upgrade, even though the commit message says it's
to major version 50. However, the CVEs listed there are for real, see
the following announcement:

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

The summary of updated packages:

stable: 49.0.2623.75 -> 49.0.2623.87
beta:   49.0.2623.75 -> 50.0.2661.26
dev:    50.0.2661.11 -> 50.0.2661.18

I've also added two commits, fixing the chdir() in the updater and
shutting up Python precompilation errors during the preBuild phase.

Tested on my Hydra at:

https://headcounter.org/hydra/eval/312166
2016-03-13 12:23:22 +01:00
aszlig a62f100ec3
chromium/update.sh: Allow to be called out-of-tree
Changing the working directory to
pkgs/applications/networking/browsers/chromium is a bit annoying, so
let's make sure the script can be called from anywhere.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-13 12:22:18 +01:00
aszlig f7e2171937
chromium/common: Shut up about precompiling .pyc's
The errors are completely non-fatal and only cause a particular file to
be not precompiled. Unfortunately this can lead to confusion to whether
these errors are real errors or not, so let's shut it up completely
because they're *not* real errors.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-13 12:22:18 +01:00
Sander van der Burg 443b25992f Merge pull request #13868 from gilligan/node-5.8.0
nodejs: 5.7.1 -> 5.8.0
2016-03-13 12:21:02 +01:00
joachifm 62a16dc788 Merge pull request #13882 from joachifm/bump-fstar
fstar: 2016-01-12 -> 0.9.2.0
2016-03-13 10:29:38 +00:00
Joachim Fasting f82a46cf58 fstar: 2016-01-12 -> 0.9.2.0
FStar has been broken for a while, due to its regression test failing.
Bump to the latest release, which is newer than the previous rev.
2016-03-13 09:41:24 +01:00
Anthony Cowley 889d6d11a3 julia: darwin compatibility
Along with PR #13879, these patches let julia build and run on
darwin. Using an llvm with shared library support is an idea adopted from
a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864

The libgit2 change is mechanical to pull in iconv on darwin.

The frameworks are referenced by julia's build system.
2016-03-13 04:18:16 -04:00
Anthony Cowley f3a6f3e2f3 suitesparse: build dylibs on darwin
Makes the shared libraries usable on darwin so that, e.g., the Julia
compiler may be built.
2016-03-13 04:13:26 -04:00
Damien Cassou 8c660e0301 offlineimap: 6.6.1 -> 6.7.0 2016-03-13 08:44:53 +01:00
Damien Cassou 64633c2fff hypothesis: rename before introducing v3 2016-03-13 08:19:04 +01:00
joachifm 2d01e94f2e Merge pull request #13873 from rnhmjoj/mkvtoolnix
mkvtoolnix: fix failing build
2016-03-13 06:48:11 +00:00
Joachim Fasting 4393e6f619 transmission: build transmission-cli
As of version 2.92, transmission-cli is no longer built by default (it
is deprecated).  This breaks the bittorrent vmtest.  For now, explicitly
enable the cli.
2016-03-13 07:08:01 +01:00
joachifm c386927d8b Merge pull request #13813 from Beauhurst/django_nose_compat_hijack
Add django-hijack and dependencies (attempt 2)
2016-03-13 03:58:17 +00:00
joachifm dc857b3254 Merge pull request #13871 from sheenobu/bump_spotify
spotify: 1.0.23.93 -> 1.0.25.127
2016-03-13 03:54:35 +00:00
joachifm bd785b23a1 Merge pull request #13869 from acowley/suitemac
suitesparse: darwin compatibility
2016-03-13 03:26:50 +00:00
Anthony Cowley 9d1053dc6d suitesparse: darwin compatibility
There is no librt on darwin, so it must be disabled.
2016-03-12 21:17:15 -05:00
Robert Scott 0899727f69 django_hijack: init at 2.0.7 2016-03-13 01:38:48 +00:00
Sheena Artrip ebc5b6e1ad spotify: 1.0.23.93 -> 1.0.25.127 2016-03-12 19:43:36 -05:00
rnhmjoj 615ea1e90c mkvtoolnix: fix failing build 2016-03-13 01:10:03 +01:00
joachifm 423a65b0cd Merge pull request #13822 from acowley/ffmpeg3
ffmpeg-full: 2.8.5 -> 3.0
2016-03-12 23:20:28 +00:00
Mathias Schreck 7533784f28 nodejs: 5.7.1 -> 5.8.0 2016-03-12 23:06:09 +01:00
joachifm 2896934e78 Merge pull request #13866 from acowley/x265
x265: 1.7 -> 1.9
2016-03-12 22:04:33 +00:00
Eric Merritt 98b4d19a0b cuter: init at 0.1 2016-03-12 13:45:00 -08:00
Anthony Cowley 6bc1aed873 x265: 1.7 -> 1.9
Unblocks #13822
2016-03-12 16:24:06 -05:00
Domen Kožar 77ae55308c fix installer tests #13559 2016-03-12 20:19:40 +00:00
zimbatm 7133a3730c Merge pull request #13851 from colemickens/update-libinput
libinput: 1.2.0 -> 1.2.1
2016-03-12 20:17:43 +00:00
Joachim Fasting 6da91e9e4a dnscrypt-wrapper: refactorings
- use fetchFromGitHub
- move build deps to nativeBuildInputs
- use https for meta.homepage
2016-03-12 19:06:57 +01:00
Joachim Fasting 93efa92367 cppcheck: move build-time dependencies to nativeBuildInputs 2016-03-12 19:06:57 +01:00
Joachim Fasting 5d2ed453b3 unrtf: move build deps to nativeBuildInputs 2016-03-12 19:06:56 +01:00
Joachim Fasting 249d28b08c minisign: move build deps to nativeBuildInputs 2016-03-12 19:06:56 +01:00
Joachim Fasting 098c04683a scsh: move build deps to nativeBuildInputs
Also remove redundant inputs already implied by autoreconfHook.
2016-03-12 19:06:40 +01:00
Christoph Hrdinka b10288eaa5 haskell-hs-blake2: fix dependency on libb2
`hs-blake2` currently wrongly depends on `pkgs.b2` which is an application
for backblazes storage service. This patch overrides it to link against
its correct native library `pkgs.libb2`.
2016-03-12 18:57:42 +01:00
Joachim Fasting b3592d0b20 dnscrypt-proxy: refactorings
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
Joachim Fasting 60a6f4c3f1 macchanger: move build deps to nativeBuildInputs
Also inline redundant toplevel let bindings
2016-03-12 18:53:27 +01:00
Christoph Hrdinka e06570fe6b Merge pull request #13847 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
2016-03-12 18:28:27 +01:00
devhell 29a90dbc2b {lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
Built and tested locally.

From the changelog:

```
Version 0.7.83, 2016-02-29

+ HEVC: Maximum Content Light Level (MaxCLL) and Maximum Frame-Average
  Light Level (MaxFALL), metadata mandated by CEA-861.3 for HDR support
+ HEVC: Mastering display color primaries and luminance (based on SMPTE
  ST 2084), metadata mandated by CEA-861.3 for HDR support
+ HEVC: SMPTE ST 2048 and SMPTE ST 428-1 transfer characteristics
+ HEVC: Chroma subsampling location (indication of the location type
  described in the HEVC spec)
+ MPEG-TS: ATSC Modulation Mode (Analog, SCTE_mode_1 aka 64-QAM,
  SCTE_mode_2 aka 256-QAM, 8-VSB, 16-VSB)
+ #B981, MP4: support of buggy file having "hint" SubType
x HLS: better handling of media playlists having EXT-X-BYTERANGE
```

Additionally, some cleanup and package uses `autoreconfHook` now. Thanks
to @hrdinka for helpful pointers!
2016-03-12 17:22:01 +00:00
Arseniy Seroka a25d2a7466 Merge pull request #13717 from zohl/banshee
[WIP] Banshee
2016-03-12 20:19:49 +03:00
Thomas Tuegel 3f5bf201d5 spotify: 1.0.23.93 -> 1.0.25.127 2016-03-12 10:40:23 -06:00
joachifm 53e96040c9 Merge pull request #13842 from tg-x/pax-utils-1.1.6
pax-utils: 1.1.1 -> 1.1.6
2016-03-12 16:39:35 +00:00
Nikolay Amiantov 83ff545bfd mjpg-streamer service: init 2016-03-12 18:53:02 +03:00
Nikolay Amiantov 84e8fece41 mjpg-streamer: 182 -> 2016-03-08 2016-03-12 18:52:58 +03:00
Nikolay Amiantov 4a01f70f8f octoprint service: add extraConfig 2016-03-12 18:52:16 +03:00
Nikolay Amiantov 0ba77c4cbd octoprint-plugins.m3d-fio: 0.28.2 -> 0.29 2016-03-12 18:51:49 +03:00
zimbatm eac89788da apacheHttpd: add support for HTTP/2
In NixOS you can enable HTTP/2 like this:

    services.httpd.extraModules = [ "http2" ];
    services.httpd.extraConfig = ''
      Protocols h2 http/1.1
    '';
2016-03-12 15:31:23 +00:00
Ambroz Bizjak 1edb9b9558 kdevelop: 4.7.1 -> 4.7.3 2016-03-12 16:30:41 +01:00
joachifm ab2b2670c8 Merge pull request #13860 from romildo/new.uget
uget: init at 2.0.5
2016-03-12 14:21:25 +00:00
Thomas Tuegel 5d36644f42 mantisbt: fix typo in documentation 2016-03-12 07:48:36 -06:00