3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

4232 commits

Author SHA1 Message Date
Matthew Bauer 44ad052c43
xcbuild: Make "xcbuild.raw" for original unwrapped 2016-11-15 18:58:08 -06:00
Matthew Bauer de87138b9a
xcbuild: add wrapper
Also updates xcbuild version.

This changes the raw string expressions into nix expressions that are
then converted into json by builtins.toJSON. Then, converted to Plist
XML by Apple's plutil. Sadly, xcbuild does not support using raw JSON
but Apple's plutil does so we just convert the file from JSON to XML
using Apple's plutil. The result is not ideal but it looks like all OS X
systems have working plutil's.

- set mac version to 10.10
- add setup hook.
2016-11-15 18:57:20 -06:00
Tim Steinbach 224331adc7
liquibase: 3.4.2 -> 3.5.3 2016-11-15 19:03:40 -05:00
Tim Steinbach 2896042738
gradle: Add variable nativeVersion 2016-11-15 18:38:48 -05:00
Tim Steinbach f11b7cf579
gradle: 3.1 -> 3.2 2016-11-15 16:11:29 -05:00
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
Peter Hoeg 46e6e2ba17 heroku: [WIP] 3.43.2 -> 3.43.12 and wrap the downloaded binary
The heroku tool has changed and now downloads a binary to do bulk of the
work.

This PR also downloads the binary to wrap it properly, but due to
https://github.com/NixOS/patchelf/issues/66 we cannot ```patchelf``` the
binary and it doesn't work.

So for now we instead wrap it in a buildFHSUserEnv so at least things
are working again.

Once the patchelf issue has been solved, I'll update this again.
2016-11-04 14:56:32 +08: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
Tim Steinbach 1041e0eb1f
activator: 1.3.11 -> 1.3.12 2016-10-24 10:13:12 -04:00
Venkateswara Rao Mandela 74c631b9fa grabserial: 1.7.0 -> 1.9.3 2016-10-23 21:18:47 +05:30
Luca Bruno 57a791b4ff Merge pull request #17751 from michalrus/awf-gtk
awf: init at 1.3.1
2016-10-23 14:54:03 +01:00
Vincent Laporte b7b1e42ea4 ocamlPackages.merlin: 2.5.0 -> 2.5.1 2016-10-23 14:49:17 +02:00
Pascal Bach d3c5b5cfe7 gitlab-runner: 1.6.0 -> 1.7.0 2016-10-22 23:25:34 +02:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Vladimír Čunát 7aeca58779 Merge #14404: add a couple of vulkan utilities 2016-10-22 11:37:05 +02:00
Nikolay Amiantov 1e66aa6e5e cppcheck: 1.74 -> 1.76.1 2016-10-21 16:56:40 +03:00
Vladimír Čunát 4d5b893002 Merge #19081: gnome-3.22
Also master commits are brought in.
2016-10-20 23:04:10 +02:00
Tim Steinbach eced70026a
activator: 1.3.10 -> 1.3.11 2016-10-20 14:33:39 -04:00
Tikhon Jelvis f33fbe5e82 Added support to for OS X to the Electron package.
For OS X:

  1. I download and extract Electron.app
  2. put it in `$out/Applications`
  3. link the binary to `$out/bin/electron`
2016-10-19 09:16:21 -07:00
Jascha Geerds e376ed81dc Merge pull request #19677 from jgeerds/deis
deis: 1.13.0 -> 1.13.3
2016-10-19 12:57:48 +02:00
Jascha Geerds 7bb75fa887 deisctl: init at 1.13.3 2016-10-19 11:41:54 +02:00
Jascha Geerds c7d9de0e39 deis: Add derivatin metadata 2016-10-19 11:27:02 +02:00
Jascha Geerds b6a616c0b9 deis: 1.13.0 -> 1.13.3 2016-10-19 11:27:02 +02:00
Jascha Geerds 27bf1c0794 deis: Use Godeps workspace instead of deps.nix 2016-10-19 11:27:02 +02:00
Frederik Rietdijk e730b15076 gnome_doc_utils: use python2, rewrite expression 2016-10-18 23:16:05 +02:00
Frederik Rietdijk 2a1c4e9322 itstool: use python2
See https://github.com/NixOS/nixpkgs/issues/19631 for a proper fix.
2016-10-18 23:16:03 +02:00
Frederik Rietdijk d0bf57ae85 devpi-client: fix 2016-10-18 23:14:36 +02:00
Frederik Rietdijk f42a7068da scons: use python2 and refactor expression 2016-10-18 23:14:32 +02:00
Tim Steinbach 4ed7db95ac
ammonite-repl: init at 0.7.8 2016-10-16 18:56:28 -04:00
Graham Christensen 104d6965af
hound: fixup meta 2016-10-16 13:10:41 -04:00
Graham Christensen fbadf2da23 Merge pull request #19498 from grahamc/hound
Initialize Hound package / module
2016-10-15 13:56:24 -04:00
Graham Christensen 14384f02e8
hound: init at 20160919 2016-10-15 13:32:16 -04:00
Vincent Laporte 5a5d051ed0 ocamlPackages.js_of_ocaml: link to ppx_deriving 2016-10-15 17:59:29 +02:00
Fatih Altinok 8ab8f49827
flow: 0.32.0 -> 0.33.0 2016-10-15 08:24:07 -04:00
Jörg Thalheim 3d5c3da40f Merge pull request #19557 from wizeman/u/upd-mypy
mypy-lang: 0.4.3 -> 0.4.5
2016-10-15 10:34:01 +02:00
Daiderd Jordan 9237596519 Merge pull request #19402 from ryanartecona/vagrant/darwin-support
vagrant: add darwin support
2016-10-15 00:37:13 +02:00
Ricardo M. Correia 0fd97bc102 mypy-lang: 0.4.3 -> 0.4.5 2016-10-14 20:50:54 +02:00
zimbatm cdbb020a1f fixes bundlerEnv calls 2016-10-14 16:56:42 +01:00
zimbatm 6351c4d24b Merge pull request #19180 from zimbatm/bundler-env-bins
Bundler env bins
2016-10-14 11:51:23 +01: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
Daiderd Jordan c5a7728152
gdb: disable format hardening 2016-10-13 21:33:07 +02:00
Will Dietz 48d7c7751a cmake: bootstrap in parallel
Builds on previous commit so this happens without needing stdenv.glibc.
2016-10-13 08:07:58 -05:00
Will Dietz 07849e749a cmake: When there is no stdenv.glibc, still fix search paths.
Apply all of the fixups from preConfigure as well!

For testing purposes I added the following assert:

assert (stdenv ? glibc) -> (stdenv.glibc == stdenv.cc.libc);

To ensure behavior in the case there is a 'stdenv.glibc' (linux-only?)
wasn't changed, which passes in the configurations I could think of.

Not including that since it seems like a bad requirement moving forward.
2016-10-13 08:05:37 -05:00
Dan Peebles 9617f61164 xcbuild: init at 49f8a592 2016-10-13 00:32:19 -04:00
Franz Pletz cdd019811c
intel-gpu-tools: 1.14 -> 1.16 2016-10-13 03:18:52 +02:00
Benjamin Saunders e0e27c83ab vulkan-loader: 1.0.21.0 -> 1.0.26.0
Also added asserts to ensure everything stays in sync.
2016-10-12 13:19:34 +01:00
lummax 9757757170 spirv-tools: init at 20160718 2016-10-12 13:19:34 +01:00
Frederik Rietdijk 67005e3c79 Merge pull request #19230 from nand0p/buildbot-9rc4
buildbot: 0.9.0rc3 -> 0.9.0rc4
2016-10-11 17:00:41 +02:00
Jörg Thalheim c4dd3d9b24 Merge pull request #19421 from sternenseemann/master
valadoc: use newer libgee
2016-10-10 20:14:43 +02:00
Vincent Laporte cc272dc996 OCaml modules: make explicit some dependencies to ocamlbuild 2016-10-10 19:18:07 +02:00
Vincent Laporte b7cb8f3da7 ocaml-camlidl: fix build on darwin 2016-10-10 19:16:32 +02:00
sternenseemann 2dca4f7ded meson: 0.32.0 -> 0.35.0 2016-10-10 16:03:33 +02:00
sternenseemann f14188e5d0 valadoc: use newer libgee
Actually valadoc does not depend on libgee 0.8 but on the
libgee 0.8 API as defined in a gir file. I didn't notice the
difference earlier.
2016-10-10 16:02:54 +02:00
Jörg Thalheim e325f010f0 Merge pull request #17579 from leenaars/arpa2deps
quick-der library, asn2quickder + hexio tools
2016-10-10 11:55:45 +02:00
Jörg Thalheim 6f389da98d Merge pull request #19399 from sternenseemann/master
Add libgee_0_8 and valadoc-unstable
2016-10-10 11:52:33 +02:00
Jörg Thalheim d4eaac27bf Merge pull request #19416 from lsix/update_7_12
gdb: 7.11.1 -> 7.12
2016-10-10 10:09:02 +02:00
Lancelot SIX db4b15bbbf gdb: 7.11.1 -> 7.12
See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00007.html
for release announcement
2016-10-10 09:08:43 +02:00
Jörg Thalheim 5b9913b178
mdk: use sha256 instead of md5 2016-10-10 08:52:13 +02:00
Michiel Leenaars 651beb0592 asn2quickder: init at 0.7RC1 2016-10-09 22:45:51 +02:00
Michiel Leenaars 620f367a60 hexio: init at 1.0RC1 2016-10-09 22:45:51 +02:00
sternenseemann e0faee950c valadoc: init at 2016-10-09 2016-10-09 22:04:14 +02:00
Ryan Artecona 224a6b85fa vagrant: add darwin support
Vagrant on macOS is distributed as a .dmg installer. Luckily, the
internal contents of that archive resemble that of the .deb we use for
linux. In fact, the similarity is enough that if we move its `embedded`
directory to `opt/vagrant/embedded` and its `bin` to `usr/bin` (and back
again after installation), the derivation's installPhase (which replaces
embedded libs & binaries with those from the package's inputs) can
remain exactly the same between macOS and linux.
2016-10-09 15:25:41 -04:00
Benjamin Staffin d42fb35713 bazel: Allow linux i686 builds too 2016-10-09 15:18:29 -04:00
Benjamin Staffin 3c39d75543 Merge pull request #19380 from IreneKnapp/nixos-unstable
Update the packaged Bazel to 0.3.2, and also make it actually work.
2016-10-09 14:49:23 -04:00
Vincent Laporte 4168706d4f OCaml modules: make explicit some dependencies to ocamlbuild 2016-10-09 11:55:19 +02:00
Vincent Laporte 731b616fdb camlp4: fix for OCaml-4.03 2016-10-09 11:55:19 +02:00
Irene Knapp 81c82bb5d6 Update the packaged Bazel to 0.3.2, and also make it actually work. 2016-10-08 20:54:12 -07:00
zimbatm 80d4117a8c travis: simplify 2016-10-08 22:38:56 +01:00
Andrey Trachenko 67e732d8f8
simavr: init at 1.3
Closes https://github.com/NixOS/nixpkgs/pull/15961
2016-10-07 14:11:22 +02:00
Maciek Starzyk 908ad09fd6
nimble: Do not use patchelf. 2016-10-07 07:02:26 -04:00
Kamil Chmielewski 4f6870bb4b vagrant: 1.8.5 -> 1.8.6 2016-10-07 11:15:11 +02:00
Daiderd Jordan 4589a8d750 Merge pull request #19222 from jhhuh/jh
lsof: fixed for darwin
2016-10-06 20:38:07 +02:00
Ji-Haeng Huh 86dc8ad0fd lsof-4.89 : change 'stdenv.libc' to 'stdenv.cc.libc' 2016-10-06 15:27:29 +02:00
Ji-Haeng Huh b150da5755 Merge remote-tracking branch 'upstream/master' into jh 2016-10-06 14:39:15 +02:00
Vladimír Čunát 30f551d8b2 Merge branch 'master' into staging 2016-10-05 19:02:48 +02:00
Fernando J Pando 5173cdb9cb buildbot: 0.9.0rc3 -> 0.9.0rc4
- upgrade to rc4
- un-hardcode path in logwatcher
- fix shebang in wrapper
- add gpl2 license
- remove duplicate wrapper

Tested on CentOS and NixOS
2016-10-05 11:08:01 -04:00
Bjørn Forsman b0d77698bf gpshell: wrap with gppcscconnectionplugin
Fixes this:

  $ echo establish_context | gpshell
  establish_context
  establish_context failed with error 0xFFFFFFFFFFFFFFFF (libgppcscconnectionplugin.so.1.0.1: cannot open shared object file: No such file or directory)

Have to use LD_LIBRARY_PATH instead of patchelf, because it's
libglobalplatform.so.6 (from globalplatform package) that needs
libgppcscconnectionplugin.so.1.0.1, not gpshell itself. And because
RPATH doesn't "propagate" from one ELF to another, the library isn't
found. One can argue that globalplatform should depend on
gppcscconnectionplugin, but it touches on the still-unsolved "plugin"
issue in Nix packaging, so leaving that alone.
2016-10-05 17:06:15 +02:00
Kirill Boltaev 3e646865f4 treewide: use ocaml.version (#19192) 2016-10-05 09:32:30 +02:00
Jörg Thalheim d8f8983df4 Merge pull request #19208 from mstarzyk/nim
Nim & nimble upgrade
2016-10-05 09:10:52 +02:00
Thomas Tuegel d067b7bd35
Merge branch 'kde-5' into staging 2016-10-04 21:50:17 -05:00
Ji-Haeng Huh b5b907f3fb corretions for PR comments 2016-10-05 01:27:47 +02:00
Ji-Haeng Huh f02f1a490b Fixing lsof-4.89 for Darwin 2016-10-04 15:37:35 +02:00
Michael Raskin 94e87bd79b lsof: add one more mirror, the second one seems unavailable (and the original site is too picky about NATs) 2016-10-04 10:16:22 +02:00
Maciek Starzyk 8852c5144f nimble: 0.7.4 -> 0.7.8 2016-10-03 21:45:03 +02:00
Jörg Thalheim 888f6a1280 Merge pull request #19199 from wizeman/u/fix-help2man-hash
help2man: fix hash
2016-10-03 19:26:44 +02:00
Ricardo M. Correia 2ad13953a4 help2man: fix hash 2016-10-03 18:49:47 +02:00
Matthias Beyer 081c5494ac
radare2: 0.9.7 -> 0.10.6 2016-10-02 17:19:19 +02:00
Tuomas Tynkkynen 19225bf5cc Merge remote-tracking branch 'upstream/master' into staging 2016-10-02 10:36:47 +03:00
Graham Christensen 63393b2d4e Merge pull request #19144 from mbbx6spp/fix-kibana-i686-build
kibana: fix 4.6.0 for i686
2016-10-01 22:36:39 -04:00
Markus Hauck c6d4645a8c scalafmt: 0.3.1 -> 0.4.2 2016-10-02 05:06:01 +03:00
Susan Potter c3e57f3095
kibana: fix 4.6.0 for i686 2016-10-01 14:45:22 -05:00
Jörg Thalheim 40f9f9c3f2 Merge pull request #19044 from vbgl/frama-c-aluminium
frama-c: Sodium -> Aluminium
2016-10-01 13:34:33 +02:00
Vincent Laporte 19eba38b6c frama-c: Sodium -> Aluminium 2016-09-30 17:49:16 +02:00
Periklis Tsirakidis 3dc6b19325 md2man: enable for darwin 2016-09-30 16:44:44 +02:00
Alexey Shmalko 444710ddb8 Merge pull request #19070 from frontsideair/flow-0.32
flow 0.30.0 -> 0.32.0
2016-09-29 16:17:22 +03:00
Joachim F f2e0484292 Merge pull request #19020 from aherrmann/pr_clang_tools
clang-tools: New package
2016-09-29 13:16:20 +02:00
Eelco Dolstra 518340624d Merge remote-tracking branch 'origin/master' into staging 2016-09-29 13:06:14 +02:00
Fatih Altinok f9c8dceb11 bump flow version to 0.32 2016-09-29 08:36:07 +00:00
Frederik Rietdijk 1729dcd264 Merge pull request #19065 from peterhoeg/global
gnu global: 6.5.4 -> 6.5.5
2016-09-29 08:59:16 +02:00
Peter Hoeg 76aa997f20 gnu global: 6.5.4 -> 6.5.5 2016-09-29 10:40:51 +08:00
Tuomas Tynkkynen 88a1ca3977 Merge pull request #18658 from bendlas/init-systemtap
systemtap: init at 51b7ca
2016-09-29 05:03:56 +03:00