diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 18:48:58 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 18:48:58 +0200 |
commit | 94b3700c8cfd6ef738a417983f710f6ab96b8638 (patch) | |
tree | 0a273ba4612b68b272fd5641a545e2b8ed339b79 /community/neovim | |
parent | 5161c9dddebb0c8e57f9bfcaf7a28d1d257a1c50 (diff) | |
download | aports-94b3700c8cfd6ef738a417983f710f6ab96b8638.tar.bz2 aports-94b3700c8cfd6ef738a417983f710f6ab96b8638.tar.xz |
community/neovim: add secfixes
Diffstat (limited to 'community/neovim')
-rw-r--r-- | community/neovim/APKBUILD | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 348b4d87c2..e04e5be95a 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -1,5 +1,14 @@ # Contributor: Daniel Sabogal <dsabogalcc@gmail.com> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> +# +# secfixes: +# 0.1.6-r1: +# - CVE-2016-1248 +# 0.2.0-r0 +# - CVE-2017-5953 +# - CVE-2017-6349 +# - CVE-2017-6350 +# # TODO: Try to trim the base package to include only common syntax files etc. pkgname=neovim pkgver=0.2.0 @@ -16,10 +25,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/neovim/$pkgname/archive/v$pk nodoc.txt" builddir="$srcdir/$pkgname-$pkgver" -# secfixes: -# 0.1.6-r1: -# - CVE-2016-1248 - build() { mkdir -p "$builddir"/build cd "$builddir"/build |