Commit graph

18 commits

Author SHA1 Message Date
Graham Christensen 65a6484f79
libgit2: 0.24.1 -> 0.24.2 for CVE-2016-8568, CVE-2016-8569 2016-10-26 08:56:49 -04:00
Moritz Ulrich 3cfe3ab6b6 libgit2: Disable Security.framework transport on Darwin.
When used by cargo, `libgit2` crashes with a Segmentation Fault on
Darwin. This crash is somehow connected to the `Security.framework`
native to Darwin, and while being easy to reproduce, is very hard to
track down.

This commit introduces a patch to `libgit2` which disables the
troublesome transport and instead depends on `libcurl`. The patch also
adds support for `SSL_CERT_FILE` to `libgit2`.

Upstream tracking issue is
https://github.com/libgit2/libgit2/issues/3885.
2016-08-10 21:16:37 +02:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Matthias Beyer e958e827fe libgit2: 0.23.2 -> 0.24.1 2016-05-16 16:12:23 +02:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02: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
Luca Bruno a412927924 Merge remote-tracking branch 'origin/master' into closure-size 2015-11-25 21:37:30 +01:00
Luca Bruno db4e688df2 git2: fix libssh support 2015-11-17 17:55:20 +01:00
Vladimír Čunát e71c9cfaa2 libssh2: split into multiple outputs
And fixup referrers.
2015-10-13 20:18:47 +02:00
Luca Bruno 57d41aaed7 libgit2: add 0.21.x version as it's incompatible with the new 0.23 2015-09-27 15:27:57 +02:00
Matthias Beyer bea75f4c78 libgit2: 0.21.2 -> 0.23.2 2015-09-25 15:47:57 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Evgeny Egorochkin 0a8eeaa5ee libgit2: update from 0.21.1 to 0.21.2 2014-11-01 14:52:11 +02:00
Shea Levy 6a04f343b3 libgit2: Add some more dependencies 2014-10-22 15:37:52 -04:00
Domen Kožar 1b376347f5 python3Packages.pygit2: fix build 2014-08-27 19:21:50 +02:00
Domen Kožar 523aa4338b libgit2: add threadsafe 2014-01-10 01:45:33 +01:00
Nixpkgs Monitor d9885f2887 libgit2: update from 0.18.0 to 0.20.0 2013-12-21 02:28:24 +02:00
Jaka Hudoklin 67af13dbf8 Add libgit2, pygit2 and powerline beta 2013-05-10 20:41:12 +00:00