pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2008Q3]: pkgsrc/graphics/jhead pullup ticket #2558 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2aa88d6bef1
branches:  pkgsrc-2008Q3
changeset: 547842:b2aa88d6bef1
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Thu Oct 23 06:53:34 2008 +0000

description:
pullup ticket #2558 - requested by tonnerre
jhead: update package for security fixes

revisions pulled up:
pkgsrc/graphics/jhead/Makefile  1.24
pkgsrc/graphics/jhead/distinfo  1.11

   Module Name:    pkgsrc
   Committed By:   tonnerre
   Date:           Wed Oct 22 21:58:30 UTC 2008

   Modified Files:
           pkgsrc/graphics/jhead: Makefile distinfo

   Log Message:
   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:

 graphics/jhead/Makefile |  4 ++--
 graphics/jhead/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r bdd1d7c9656a -r b2aa88d6bef1 graphics/jhead/Makefile
--- a/graphics/jhead/Makefile   Wed Oct 22 11:31:54 2008 +0000
+++ b/graphics/jhead/Makefile   Thu Oct 23 06:53:34 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2008/03/04 15:39:10 jlam Exp $
+# $NetBSD: Makefile,v 1.23.10.1 2008/10/23 06:53:34 rtr Exp $
 #
 
-DISTNAME=      jhead-2.4
+DISTNAME=      jhead-2.84
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.sentex.net/~mwandel/jhead/
 
diff -r bdd1d7c9656a -r b2aa88d6bef1 graphics/jhead/distinfo
--- a/graphics/jhead/distinfo   Wed Oct 22 11:31:54 2008 +0000
+++ b/graphics/jhead/distinfo   Thu Oct 23 06:53:34 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2005/06/19 11:35:25 veego Exp $
+$NetBSD: distinfo,v 1.10.32.1 2008/10/23 06:53:34 rtr 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



Home | Main Index | Thread Index | Old Index