aboutsummaryrefslogtreecommitdiffstats
path: root/main/file
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-03-18 16:00:06 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-18 18:46:40 +0000
commit27d87cf2365bff16337278a4e93a16df7f33f2e4 (patch)
tree102a3767e212d67b6bea2eba55d57042325e20ab /main/file
parent9953c167c873889fc004f5293f5c925d87ad8cd6 (diff)
main/file: add secfixes comments and use HTTPS
Diffstat (limited to 'main/file')
-rw-r--r--main/file/APKBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/main/file/APKBUILD b/main/file/APKBUILD
index 4f39927d0cc..26cea2c52d6 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 \