aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-21 14:58:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-21 14:58:13 +0000
commit1b61a767ec46a4a7eb1d76f2e4459de38eb97c28 (patch)
tree07beeab13220c91a7d88123d85eb5ac535864054
parenta138c157fc3b2c1c9391b3ca429f587f89d5e0d1 (diff)
downloadaports-1b61a767ec46a4a7eb1d76f2e4459de38eb97c28.tar.bz2
aports-1b61a767ec46a4a7eb1d76f2e4459de38eb97c28.tar.xz
main/file: security upgrade to 5.19 (CVE-2014-3538)
fixes #3224
-rw-r--r--main/file/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/file/APKBUILD b/main/file/APKBUILD
index 933d60ad73..c33442ea82 100644
--- a/main/file/APKBUILD
+++ b/main/file/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=file
-pkgver=5.17
+pkgver=5.19
pkgrel=0
pkgdesc="File type identification utility"
url="http://www.darwinsys.com/file/"
@@ -21,4 +21,4 @@ package() {
make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la || return 1
}
-md5sums="e19c47e069ced7b01ccb4db402cc01d3 file-5.17.tar.gz"
+md5sums="e3526f59023f3f7d1ffa4d541335edab file-5.19.tar.gz"