diff options
Diffstat (limited to 'community/neovim/APKBUILD')
-rw-r--r-- | community/neovim/APKBUILD | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index f5190e0beb..cabf75b05c 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -3,7 +3,7 @@ # TODO: Try to trim the base package to include only common syntax files etc. pkgname=neovim pkgver=0.1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" arch="all" @@ -13,9 +13,14 @@ makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev lua5.1-lpeg lua5.1-mpack luajit-dev msgpack-c-dev unibilium-dev" subpackages="$pkgname-lang $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/neovim/$pkgname/archive/v$pkgver.tar.gz - nodoc.txt" + nodoc.txt + CVE-2016-1248.patch" builddir="$srcdir/$pkgname-$pkgver" +# secfixes: +# 0.1.6-r1: +# - CVE-2016-1248 + build() { mkdir -p "$builddir"/build cd "$builddir"/build @@ -55,8 +60,11 @@ doc() { } md5sums="307978937c7fc2ebd796b345d99ed7cd neovim-0.1.6.tar.gz -c910a91b399ebbd498cf6f96ce247cb6 nodoc.txt" +c910a91b399ebbd498cf6f96ce247cb6 nodoc.txt +62fa2153774023d9a9882c4f5987911c CVE-2016-1248.patch" sha256sums="a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a neovim-0.1.6.tar.gz -7ecadab8a847334060eb1f16e5c0cec6e12e183d8695f6f924429184cd22e463 nodoc.txt" +7ecadab8a847334060eb1f16e5c0cec6e12e183d8695f6f924429184cd22e463 nodoc.txt +8182111c741004de62543050958b535d300969ab395a0853cfe38e1d7adfc1aa CVE-2016-1248.patch" sha512sums="360d69bc11a3cb7b2c203adc7e76edad736b1a2fb7033d2d0c6444da168053ea0b621daf7978e9c158e14c5e04af8599005bf5eb800d9d1776007257b0e0e56f neovim-0.1.6.tar.gz -72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" +72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt +0bc6db4051564e4a2146e403c0a3f7128457b5190594ac570f51f787d6f70e80d692b7c1d3431273f6bc4a7edf24f6978590953fce6fc935c12ceb07d5c6bd92 CVE-2016-1248.patch" |