diff options
Diffstat (limited to 'main/file/APKBUILD')
-rw-r--r-- | main/file/APKBUILD | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/main/file/APKBUILD b/main/file/APKBUILD index 4f39927d0c..26cea2c52d 100644 --- a/main/file/APKBUILD +++ b/main/file/APKBUILD @@ -2,15 +2,23 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=file pkgver=5.36 -pkgrel=0 +pkgrel=1 pkgdesc="File type identification utility" -url="http://www.darwinsys.com/file" +url="https://www.darwinsys.com/file" arch="all" license="BSD-2-Clause" subpackages="$pkgname-dev $pkgname-doc libmagic" source="ftp://ftp.astron.com/pub/file/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +# secfixes: +# 5.36-r0: +# - CVE-2019-1543 +# - CVE-2019-8904 +# - CVE-2019-8905 +# - CVE-2019-8906 +# - CVE-2019-8907 + build() { cd "$builddir" ./configure \ |