diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-10-22 21:58:30 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-10-22 21:58:30 +0000 |
commit | 8397885a25cfd9a2fa0fcb90c9c956e179aea8d6 (patch) | |
tree | d05b5a88665caec64d31345db6f36f9464669adc /graphics | |
parent | 38f9568791ea4845de7a7e25bbb1c031754ab1a3 (diff) | |
download | pkgsrc-8397885a25cfd9a2fa0fcb90c9c956e179aea8d6.tar.gz |
Update JHead to version 2.84 in order to fix CVE-2008-4575 (buffer overflow).
Changes since old version 2.4:
- Fix -da option.
- Removed some debug printf which were accidentally left in.
- Avoid duplicating exif header on some commands.
- Fix up return codes.
- Preserve file permissions and time when files are modified.
- Read ISO euqivalnt and white balance from canon makernote.
- Added -rt (replace thumbnail) feature, and rotate the thumbnail also
when using the -autorot feature.
- Added -rgt (regenerate thumbnail) feature.
- Added -orp and -orl options.
- Fix typecast issue run itno with GCC 4.
- Fix shutter speed display in '-c' mode for very long shutter speeds.
- Fix some nitpicks from Debian folks.
- Fix a bug in autorot when rotating filenames with spaces in them.
- Improved handling of corrupt exif linkages in exif header.
- Added -a (rename associated files) options.
- Remove maximum jpeg sections limit.
- Added -ds option.
- On clearing rotation, clear the image and the optinoal thumbnail rotation
tags (some viewers use the wrong tag).
- Add -mkexif option to make a new exif header.
- Added IPTC handling.
- Added -q option.
- Fix handling of corrupted GPS directory.
- Extract focus distance from canon makernote.
- Extract subject range (pentax and fuji cameras).
- Fix it so it no longer deletex XMP sections.
- Improve IPTC handling a little.
- Change how date is encoded with -mkexif section to make it more compatible.
- Make jhead aware of XMP data and not delete it.
- Decode more exif tags for '-v' mode.
- Fix a bunch of potential string overflows.
- Fix bug where IPTC sction was not deleted by -purejpg.
- Fix GPS altitude decode bug.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jhead/Makefile | 4 | ||||
-rw-r--r-- | graphics/jhead/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 56756ea19af..9d4061012a7 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2008/03/04 15:39:10 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2008/10/22 21:58:30 tonnerre Exp $ # -DISTNAME= jhead-2.4 +DISTNAME= jhead-2.84 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo index 14739c1c338..2a80398a73a 100644 --- a/graphics/jhead/distinfo +++ b/graphics/jhead/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/06/19 11:35:25 veego Exp $ +$NetBSD: distinfo,v 1.11 2008/10/22 21:58:30 tonnerre Exp $ -SHA1 (jhead-2.4.tar.gz) = 8e484aa7a0a1f6216e28ae81c86f186ef5a13ba1 -RMD160 (jhead-2.4.tar.gz) = b39bf02d2a1e8808798f98e8cdd28a53572b9b5c -Size (jhead-2.4.tar.gz) = 52289 bytes +SHA1 (jhead-2.84.tar.gz) = 63251c63a7d88e4f7b00f287ebc7b1095c2422f6 +RMD160 (jhead-2.84.tar.gz) = 018b75450d7a1e1c2018fd05b2c3c25f70cd8669 +Size (jhead-2.84.tar.gz) = 64159 bytes |