Commit graph

4126 commits

Author SHA1 Message Date
Michaël Faille 3a3706c07f vagrant: 1.8.6 -> 1.8.7
I upgrade vagrant mainly for this bug :
https://github.com/mitchellh/vagrant/issues/7844
2016-11-14 00:15:57 -05:00
Pascal Wittmann aa0238ece0 Merge pull request #20360 from sorokin/fix-autobuild
fix autobuild compilation
2016-11-12 14:13:24 +01:00
Vincent Laporte 72c1a6f0f4 ocamlPackages.cohttp: refactor 2016-11-12 12:41:27 +01:00
Ivan Sorokin 52ccc27c1e fix autobuild compilation
Currently autobuild failed to build in both master and release-16.03. The
error message is

   mv: cannot stat '/nix/store/a4jzlkrhd4b4nr5760caj3rrjxhyg4z3-autobuild-5.3/bin/abput-sourceforge': No such file or directory
   builder for ‘/nix/store/l19vywq8zvbarswby5h7vl4iq1c1pvq7-autobuild-5.3.drv’ failed with exit code 1

It happens in post install script

   postInstall = ''
     wrapProgram $out/bin/ab{put,build}-sourceforge \
       --prefix PATH ":" "${stdenv.lib.makeBinPath [ openssh rsync ]}"
   '';

The problem is that in autobuild 5.0 the ab{put,build}-sourceforge were removed

   * Version 5.0 (released 2008-11-25)
   ...
   ** abput, abput-sourceforge, abput-testdrive: Remove.
   ** abbuild, abbuild-sourceforge: Remove.
   Both the SourceForge and TestDrive systems have been shutdown.  The
   scripts were of questionable value anyway.

Possibly the bug was introduced in commit
8c4fcc87f8320004e924f53bbaee29ae3b7b4692: autobuild: 3.5 -> 5.3.

As the package doesn't contain these programs there is no need in wrapping
them. This commit just remove the postInstall section of corresponding
package.
2016-11-12 14:34:13 +03:00
Alexander V. Nikolaev 9743c0e623 drone: fix build issue on OSX
also update all hashes to recent snapshots
2016-11-11 23:04:31 +01:00
Alexander V. Nikolaev 9bd197fc97 drone: init at 0.5-20160813 2016-11-11 23:04:31 +01:00
Alexander V. Nikolaev 1b5ab63bd2 go-bindata-assetfs: init at 20160814 2016-11-11 23:04:31 +01:00
Tim Steinbach 9028442fcb
ammonite-repl: 0.7.9 -> 0.8.0 2016-11-10 21:05:27 -05:00
Pascal Bach 4831e116e2 gitlab-runner: 1.7.0 -> 1.7.1 2016-11-10 01:46:26 +01:00
Tim Steinbach 86ea23008b Merge pull request #20297 from NeQuissimus/ammonite_0_7_9
ammonite-repl: 0.7.8 -> 0.7.9
2016-11-09 19:45:42 -05:00
Tim Steinbach b19edd6d0b
ammonite-repl: 0.7.8 -> 0.7.9 2016-11-09 19:44:42 -05:00
Franz Pletz 45124443fa Merge pull request #20107 from vdemeester/add-godef
godef: init at 20160620-ee532b9
2016-11-10 00:58:23 +01:00
aszlig c67a7ee731
Merge branch 'chromium-update-with-gn'
This brings in the new stable version 54 which also introduces a lot of
security fixes:

  CVE-2016-5198: Out of bounds memory access in V8
  CVE-2016-5181: Universal XSS in Blink
  CVE-2016-5182: Heap overflow in Blink
  CVE-2016-5183: Use after free in PDFium
  CVE-2016-5184: Use after free in PDFium
  CVE-2016-5185: Use after free in Blink
  CVE-2016-5187: URL spoofing
  CVE-2016-5188: UI spoofing
  CVE-2016-5192: Cross-origin bypass in Blink
  CVE-2016-5189: URL spoofing
  CVE-2016-5186: Out of bounds read in DevTools
  CVE-2016-5191: Universal XSS in Bookmarks
  CVE-2016-5190: Use after free in Internals
  CVE-2016-5193: Scheme bypass

Detailed announcements about these changes can be found here (latest to
oldest):

https://googlechromereleases.blogspot.de/2016/11/stable-channel-update-for-desktop.html
https://googlechromereleases.blogspot.de/2016/10/stable-channel-update-for-desktop_20.html
https://googlechromereleases.blogspot.de/2016/10/stable-channel-update-for-desktop.html

The update process of Chromium has been a bit bumpy on our side, because
version 54 also did the switch from GYP to GN so it wasn't just a matter
of updating the upstream-info file.

I've tested the Flash plugin (which runs fine) and WideVine manually,
although I couldn't get WideVine to work (I was running this within a VM
though).

So if people want to use WideVine they need to use Chrome instead until
we got this sorted out.

VM test results along with builds for all platforms can be found here:

https://headcounter.org/hydra/eval/339328

I'm going to backport these changes to stable as soon as the
tests/builds succeed there as well.

Closes: #19565
Closes: #20120
2016-11-09 09:55:31 +01:00
Tobias Geerinckx-Rice 8de2eeec33
icmake: 9.00.00 -> 9.02.02 2016-11-09 02:24:28 +01:00
aszlig 09f87eeb7f
gn: Init at 0.0.0.20161008
This is the standalone version of GN used currently solely for building
Chromium. An upstream bug report is available at
https://crbug.com/504074 to support a standalone build without needing
various components from the Chromium source tree.

Because there isn't a standalone vrsion available, I'm choosing
0.0.0.${date} as the version scheme here so that we don't conflict with
versioned releases from upstream someday[TM].

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:48 +01:00
Graham Christensen febf3cfd34 Merge pull request #20188 from vbgl/clean-opam
We don’t need so many opam versions
2016-11-08 09:55:59 -05:00
Vladimír Čunát 593b46fd1d
Merge branch 'staging'
There are security fixes inside.
2016-11-07 23:48:34 +01:00
Periklis Tsirakidis a9428f0c42 Fix breaking empty line 2016-11-06 18:55:43 +01:00
Periklis Tsirakidis 184aefa3c4 rtags: fix darwin build
Adds dependency to MacOS_SDK 10.9 and accordingly to the macosx
deployment target to configure SDK-based deployment in rtags. In detail,
rtags makes use of launch_activate_socket() which is available in
launchd.h >10.9. Latter is still not available through
apple-opensource-releases, if ever. Thus, the deployment target and
build input have to be added to let rtags build scripts make use of MAC_OS_X_VERSION_MAX_ALLOWED correctly.
2016-11-06 18:43:58 +01:00
Vladimír Čunát f77801d88d Merge branch 'master' into staging 2016-11-06 11:26:02 +01:00
Joachim Schiele 47d81ed347 leaps: 0.5.1 + add a service + test 2016-11-06 10:34:42 +01:00
Tobias Geerinckx-Rice 784bd713cc
dub: 1.0.0 -> 1.1.0 2016-11-05 18:44:11 +01:00
Vincent Laporte 01597adf07 opam: remove 1.1 2016-11-05 16:28:21 +01:00
Vincent Laporte 22732fc656 opam: remove 1.0.0 2016-11-05 16:28:21 +01:00
Shea Levy ca4b43d180 Merge branch 'master' into staging 2016-11-04 22:57:07 -04:00
Tim Steinbach 1120f2a2b7
xc3sprog: 748 -> 787 2016-11-04 11:23:43 -04:00
Tim Steinbach 1368ff89a0
remake: 3.82 -> 4.1 2016-11-04 10:14:00 -04:00
Tim Steinbach ad43f28e07
Remove Selenium Remote Control
No longer builds and was a dodgy process anyways
2016-11-03 22:07:54 -04:00
Pavel Chuprikov 6693e3b06c bear: ignore wrapper calls (#20070)
Fixes #20056
2016-11-03 15:27:03 +01:00
Vincent Demeester 1e2f37e9f4
godef: init at 20160620-ee532b9
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-03 08:30:49 +01:00
Pavel Chuprikov 6f17cb108d bear: 2.2.0 -> 2.2.1
Taken from #20020.
2016-11-02 18:34:44 +01:00
Robbin C accd0728d8 haskellPackages.tinc: 20160924 -> 20161102 2016-11-02 22:44:38 +08:00
John Wiegley ecbb932957 Merge pull request #19696 from TikhonJelvis/electron-osx
Electron: Added support for OS X.
2016-10-31 16:53:30 -07:00
Tuomas Tynkkynen d0ae7b973d Merge remote-tracking branch 'upstream/master' into staging 2016-10-31 20:13:06 +02:00
Vladimír Čunát 31f0fdef32
cmake: minor update 3.6.0 -> 3.6.2 2016-10-29 22:08:25 +02:00
Vladimír Čunát 80d956caf3
intltool: fix the patch URL, #19487
I hope it's without mistake now. I re-checked the download,
avoiding the binary caches where it would go usually.
2016-10-29 20:42:18 +02:00
Vladimír Čunát 135a914ded
Merge #19514: cmake: improve if without glibc
and bootstrap in parallel.
2016-10-29 17:08:50 +02:00
Jörg Thalheim 4b52969f34 Merge pull request #19967 from frontsideair/flow-33-34
flow: 0.33.0 -> 0.34.0
2016-10-29 16:28:43 +02:00
Vladimír Čunát e78ef9cc12
gnumake-3.81: remove
It doesn't seem to be of any use, except for spitting warnings about md5.
2016-10-29 15:49:27 +02:00
Guillaume Koenig dd04af4fcc reno: init at 1.8.0 2016-10-29 13:30:18 +02:00
Fatih Altinok 4e5917c007 flow: 0.33.0 -> 0.34.0 2016-10-29 10:48:48 +00:00
Tim Steinbach a79fdce0b8
sbt: 0.13.12 -> 0.13.13 2016-10-28 14:08:20 -04:00
makefu 63dc801899
devpi-client: 2.3.2 -> 2.7.0
devpi-common: 2.0.8 -> 3.0.1
2016-10-27 10:11:53 +02:00
Bjørn Forsman 63bf567001 saleae-logic: 1.2.9 -> 1.2.10 (bugfixes) 2016-10-26 17:16:10 +02:00
Bjørn Forsman 0495b0763f saleae-logic: fix 32-bit source hash
I messed up in commit 314b1fbf0 ("saleae-logic: 1.1.15 -> 1.2.9").
2016-10-26 17:16:10 +02:00
Michael Raskin da114a21c9 cdecl: switch md5 to sha256 2016-10-26 16:59:37 +02:00
Frederik Rietdijk 7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
Tuomas Tynkkynen b7aebdbf70 valgrind: 3.11.0 -> 3.12.0
Also use more multiple outputs and perl shouldn't be a
nativeBuildInput.
2016-10-25 17:22:00 +03:00
Graham Christensen 6042907d03 Merge pull request #19823 from NeQuissimus/activator_1_3_12
activator: 1.3.11 -> 1.3.12
2016-10-24 19:10:20 -04:00
Maciek Starzyk fe53659576 nimble: 0.7.8 -> 0.7.10 2016-10-24 21:09:29 +02:00