diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-05 17:43:58 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-05 18:36:41 +0000 |
commit | f5bf7a6023c0e044a089cc7cf27278c45e55b064 (patch) | |
tree | fcd655ae757416d220ed47524bdbe4a5b6bf91b6 | |
parent | 903322ee5fcce69393dc7bcc0d49ac1413586a02 (diff) | |
download | aports-f5bf7a6023c0e044a089cc7cf27278c45e55b064.tar.bz2 aports-f5bf7a6023c0e044a089cc7cf27278c45e55b064.tar.xz |
main/vim: update secfix information
-rw-r--r-- | main/vim/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD index 6b5084b0ae..94db17e325 100644 --- a/main/vim/APKBUILD +++ b/main/vim/APKBUILD @@ -17,6 +17,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$ " # secfixes: +# 8.1.1365: +# - CVE-2019-12735 # 8.0.1521-r0: # - CVE-2017-6350 # - CVE-2017-6349 @@ -24,8 +26,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$ # - CVE-2017-5953 # 8.0.0056-r0: # - CVE-2016-1248 -# 8.1.1365: -# - TBD prepare() { cd "$builddir" |