Commit Graph

33301 Commits

Author SHA1 Message Date
Pascal Wittmann
aa0238ece0 Merge pull request #20360 from sorokin/fix-autobuild
fix autobuild compilation
2016-11-12 14:13:24 +01:00
Vincent Laporte
2d136204c4 ocamlPackages.cstruct: 1.6.0 -> 1.9.0, 2.3.0 2016-11-12 12:41:27 +01:00
Vincent Laporte
72c1a6f0f4 ocamlPackages.cohttp: refactor 2016-11-12 12:41:27 +01:00
Vincent Laporte
24df641deb ocamlPackages.conduit: refactor 2016-11-12 12:41:26 +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
8c4fcc87f8: 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
Daniel Peebles
0838c10e22 Merge pull request #20328 from NeQuissimus/pango_sha512
pangoxsl: Use sha256
2016-11-11 15:48:33 -05:00
Daniel Peebles
903814e068 Merge pull request #20333 from NeQuissimus/saxonb_sha512
saxonb: Use sha256
2016-11-11 15:48:23 -05:00
Daniel Peebles
eadb0f733b Merge pull request #20348 from NeQuissimus/jdom_sha256
jdom: use sha256
2016-11-11 15:48:07 -05:00
Daniel Peebles
cd112c5e03 Merge pull request #20334 from NeQuissimus/saxon_sha512
saxon: use sha256
2016-11-11 15:47:52 -05:00
Tim Steinbach
dc3f9cd566
jdom: use sha256 2016-11-11 15:36:47 -05:00
Tim Steinbach
b43a43d7a1
pangoxsl: Use sha256 2016-11-11 15:17:24 -05:00
Tim Steinbach
7d4ffab202
saxon: use sha256 2016-11-11 15:10:30 -05:00
Tim Steinbach
1810f50e0e
saxonb: Use sha256 2016-11-11 15:07:51 -05:00
Daniel Peebles
843cfd6741 Merge pull request #20329 from NeQuissimus/opencv3_ipp_sha256
opencv3: Move IPP to use sha256
2016-11-11 12:10:41 -05:00
Tim Steinbach
0196746226 Merge pull request #20325 from NeQuissimus/ammonite_0_8_0
ammonite-repl: 0.7.9 -> 0.8.0
2016-11-11 10:24:29 -05:00
Graham Christensen
bb2a67d226
openssl_1_1_0: 1.1.0b -> 1.1.0c 2016-11-11 07:11:29 -05:00
viric
5de8637c4e Merge pull request #20154 from mdaiter/opencv3_extras
opencv3: enable cuda compilations
2016-11-11 10:58:54 +01:00
sternenseemann
ca9ab3bfe1 ocaml-uuseg: 0.8.0 -> 0.9.0
This commit also refactors the expression.
2016-11-11 08:30:37 +01:00
Tim Steinbach
7fedbe7c98
opencv3: Move IPP to use sha256 2016-11-10 21:40:38 -05:00
Tim Steinbach
9028442fcb
ammonite-repl: 0.7.9 -> 0.8.0 2016-11-10 21:05:27 -05:00
Peter Simons
cb07aea0bd haskell-STMonadTrans: disable failing test suite to fix the build
Closes https://github.com/NixOS/nixpkgs/issues/20309.
2016-11-10 18:15:35 +01:00
Peter Simons
6a53da63b3 haskell-http-client: update reference in configuration-common.nix 2016-11-10 18:15:35 +01:00
Peter Simons
b15dec170a hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
ea775f0608.
2016-11-10 18:15:35 +01:00
Eelco Dolstra
674eb5ddf0 nlohmann_json: 2.0.3 -> 2.0.7 2016-11-10 17:52:25 +01:00
Domen Kožar
1b773f5e42 Merge pull request #20288 from danharaj/ghcHEAD-fix-patchPhase
haskell.compiler.ghcHEAD: fix patchPhase #10752
2016-11-10 14:16:29 +01:00
Alexey Shmalko
7a301ee6b5 Merge pull request #20269 from corngood/steam-fix
steam: fix crash at startup with open source radeon drivers
2016-11-10 13:51:04 +02:00
sternenseemann
840f2987d1 ocaml-uutf: 0.9.3 -> 0.9.4
This commit also refactors the expression
2016-11-10 09:03:43 +01:00
Franz Pletz
3190a6c452
libwmf: add patch to fix CVE-2016-9011
cc #20274
2016-11-10 03:50:43 +01:00
Sophie Taylor
ba27636b58 nodejs: disable PaX mprotect hardening (#20301)
Closes #19951
2016-11-10 03:19:47 +01:00
David McFarland
a50784b34e openssl: add custom build of 1.0.2 for steam 2016-11-09 21:18:32 -04:00
Pascal Bach
2ebe748113 go: 1.7.1 -> 1.7.3 2016-11-10 01:51:18 +01: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
Tim Steinbach
b71589e4ca
kotlin: 1.0.4 -> 1.0.5 2016-11-09 18:53:52 -05:00
Franz Pletz
cc5d604125
zeromq2: remove, not maintained anymore 2016-11-10 00:37:17 +01:00
Franz Pletz
bdf89d2818
jzmq: 2.1.0 -> 3.1.0 2016-11-10 00:37:14 +01:00
Franz Pletz
10445bc753
zeromq: 4.1.4 -> 4.2.0 2016-11-10 00:37:07 +01:00
Christine Koppelt
1bf7440b54 nodejs: cleanup files no longer needed (#20212) 2016-11-10 00:11:42 +01:00
Daniel Haraj
bac1189399 haskell.compiler.ghcHEAD: fix patchPhase #10752 2016-11-09 14:26:43 -05:00
Franz Pletz
52f1a37898
libressl_2_4: 2.4.3 -> 2.4.4 2016-11-09 20:02:45 +01:00
Franz Pletz
ecfb8df7a7
libressl_2_3: 2.3.8 -> 2.3.9 2016-11-09 20:02:09 +01:00
Eelco Dolstra
6042d6e39d Remove file named '\'
This looks like it was accidental.

Fixes #20253.
2016-11-09 12:52:56 +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
Peter Simons
cef68b475e haskell-diff-parse: jailbreak to fix test suite build 2016-11-09 08:47:27 +01:00
Tobias Geerinckx-Rice
677a32e838
bobcat: 4.02.00 -> 4.03.00 2016-11-09 02:24:44 +01:00