diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-15 13:34:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-15 13:34:39 +0000 |
commit | 335bb0aea2528b6e81e9f30761e5c73c95c1236f (patch) | |
tree | 2901b0c8a151b7266a50388521284cfbc601022e /main/tiff | |
parent | 212c13abe19907c04e32ccdf07cf4218f214983a (diff) | |
download | aports-335bb0aea2528b6e81e9f30761e5c73c95c1236f.tar.bz2 aports-335bb0aea2528b6e81e9f30761e5c73c95c1236f.tar.xz |
main/tiff: security upgrade to 4.0.2 (CVE-2012-3401)
fixes #1325
Diffstat (limited to 'main/tiff')
-rw-r--r-- | main/tiff/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD index 3548da488..15963f172 100644 --- a/main/tiff/APKBUILD +++ b/main/tiff/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=tiff -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=0 pkgdesc="Provides support for the Tag Image File Format or TIFF" url="http://www.libtiff.org/" @@ -50,4 +50,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -md5sums="fae149cc9da35c598d8be897826dfc63 tiff-4.0.1.tar.gz" +md5sums="04a08fa1e07e696e820a0c3f32465a13 tiff-4.0.2.tar.gz" |