diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-03-18 16:00:06 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-18 18:46:40 +0000 |
commit | 27d87cf2365bff16337278a4e93a16df7f33f2e4 (patch) | |
tree | 102a3767e212d67b6bea2eba55d57042325e20ab /main | |
parent | 9953c167c873889fc004f5293f5c925d87ad8cd6 (diff) | |
download | aports-27d87cf2365bff16337278a4e93a16df7f33f2e4.tar.bz2 aports-27d87cf2365bff16337278a4e93a16df7f33f2e4.tar.xz |
main/file: add secfixes comments and use HTTPS
Diffstat (limited to 'main')
-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 \ |