diff options
author | adam <adam@pkgsrc.org> | 2012-07-13 16:43:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-07-13 16:43:34 +0000 |
commit | 10bc720579d1eebaa88f93a5bc99002bad5335e6 (patch) | |
tree | b7715df32450df92db44bfb598c9626fcf97149b | |
parent | 18dd924a8930141a9fa1ba421d788377423df022 (diff) | |
download | pkgsrc-10bc720579d1eebaa88f93a5bc99002bad5335e6.tar.gz |
exif-0.6.21 (2012-07-12):
* New translations: cs, eo, hr, sr, uk
* Updated translations: da, de, fi, id, is, it, nl, pl, sk, sv, vi, zh_CN
* Improved the man page
* Prevent NULL pointer dereference on out of memory situation
* Fixed bug that caused read past the end of a buffer (CVE-2012-2845)
-rw-r--r-- | graphics/exif/Makefile | 6 | ||||
-rw-r--r-- | graphics/exif/PLIST | 5 | ||||
-rw-r--r-- | graphics/exif/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 46bc991eeb3..0f8a0ed16eb 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2011/04/22 13:43:43 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/07/13 16:43:34 adam Exp $ -DISTNAME= exif-0.6.20 -PKGREVISION= 1 +DISTNAME= exif-0.6.21 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} EXTRACT_SUFX= .tar.bz2 @@ -9,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://libexif.sourceforge.net/ COMMENT= Grab Exif information from digital camera images +LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/exif/PLIST b/graphics/exif/PLIST index f45b799ccb5..9eab8ae03e5 100644 --- a/graphics/exif/PLIST +++ b/graphics/exif/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.7 2010/12/16 15:00:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2012/07/13 16:43:34 adam Exp $ bin/exif man/man1/exif.1 +share/locale/cs/LC_MESSAGES/exif.mo share/locale/da/LC_MESSAGES/exif.mo share/locale/de/LC_MESSAGES/exif.mo share/locale/es/LC_MESSAGES/exif.mo share/locale/fi/LC_MESSAGES/exif.mo share/locale/fr/LC_MESSAGES/exif.mo share/locale/gl/LC_MESSAGES/exif.mo +share/locale/hr/LC_MESSAGES/exif.mo share/locale/id/LC_MESSAGES/exif.mo share/locale/is/LC_MESSAGES/exif.mo share/locale/it/LC_MESSAGES/exif.mo @@ -15,6 +17,7 @@ share/locale/nl/LC_MESSAGES/exif.mo share/locale/pl/LC_MESSAGES/exif.mo share/locale/ro/LC_MESSAGES/exif.mo share/locale/sk/LC_MESSAGES/exif.mo +share/locale/sr/LC_MESSAGES/exif.mo share/locale/sv/LC_MESSAGES/exif.mo share/locale/vi/LC_MESSAGES/exif.mo share/locale/zh_CN/LC_MESSAGES/exif.mo diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo index 63e57d146f3..8dd3af1791b 100644 --- a/graphics/exif/distinfo +++ b/graphics/exif/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/12/16 15:00:33 adam Exp $ +$NetBSD: distinfo,v 1.8 2012/07/13 16:43:34 adam Exp $ -SHA1 (exif-0.6.20.tar.bz2) = b12777ad6327389764570e42afdae66384421cd3 -RMD160 (exif-0.6.20.tar.bz2) = 820d3c1a15c1f84e7ab33aa8e00e8877bfbb7256 -Size (exif-0.6.20.tar.bz2) = 353284 bytes +SHA1 (exif-0.6.21.tar.bz2) = 74652e3d04d0faf9ab856949d7463988f0394db8 +RMD160 (exif-0.6.21.tar.bz2) = cede7716029fd17a26323bc9587d27b51e11e803 +Size (exif-0.6.21.tar.bz2) = 387531 bytes |