main/libexif: security upgrade to 0.6.21 (CVE-2012-2812,CVE-2012-2813,CVE-2012-2814,CVE-2012-2836,CVE-2012-2837,CVE-2012-2840,CVE-2012-2841)

fixes #1262
This commit is contained in:
Natanael Copa 2012-07-25 09:20:21 +00:00
parent b9d1b15acf
commit 0945eb55f2

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libexif
pkgver=0.6.19
pkgrel=3
pkgver=0.6.21
pkgrel=0
pkgdesc="A library to parse an EXIF file and read the data from those tags"
url="http://sourceforge.net/projects/libexif"
license="LGPL"
@ -20,4 +20,4 @@ package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
md5sums="56144a030a4c875c600b1ccf713f69f7 libexif-0.6.19.tar.bz2"
md5sums="27339b89850f28c8f1c237f233e05b27 libexif-0.6.21.tar.bz2"