diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-27 23:46:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-28 00:32:37 +0200 |
commit | a48a1071a686b250bf8b7982ca0ce8dda1d93c61 (patch) | |
tree | 38f17af2b10d7ba3697bd85c9cb405c24f77be33 /gnu/local.mk | |
parent | bc4a2b853c92b29d8590db711dbd8bd1bc22db3d (diff) | |
download | guix-a48a1071a686b250bf8b7982ca0ce8dda1d93c61.tar guix-a48a1071a686b250bf8b7982ca0ce8dda1d93c61.tar.gz |
gnu: libgit2: Patch use-after-free.
* gnu/packages/patches/libgit2-use-after-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2)[inputs]: Add it.
[arguments] <#:phases>: Add 'apply-patch' phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0bb2276a2a..cc187e2d20 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -687,6 +687,7 @@ dist_patch_DATA = \ %D%/packages/patches/libevent-2.1-dns-tests.patch \ %D%/packages/patches/libevent-2.1-skip-failing-test.patch \ %D%/packages/patches/libextractor-ffmpeg-3.patch \ + %D%/packages/patches/libgit2-use-after-free.patch \ %D%/packages/patches/libjxr-fix-function-signature.patch \ %D%/packages/patches/libjxr-fix-typos.patch \ %D%/packages/patches/liboop-mips64-deplibs-fix.patch \ |