From 94b3700c8cfd6ef738a417983f710f6ab96b8638 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 2 May 2017 18:48:58 +0200 Subject: community/neovim: add secfixes --- community/neovim/APKBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/neovim') 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 # Maintainer: Jakub Jirutka +# +# 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 -- cgit v1.2.3