From 0945eb55f2b2645eda75587579421dcbb93d7006 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 25 Jul 2012 09:20:21 +0000 Subject: [PATCH] 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 --- main/libexif/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/libexif/APKBUILD b/main/libexif/APKBUILD index 27e95d7645d..cefe64f52c2 100644 --- a/main/libexif/APKBUILD +++ b/main/libexif/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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"