./graphics/libexif, EXIF file library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q3, Version: 0.6.23, Package name: libexif-0.6.23, Maintainer: adam

Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF
library allows you to parse an EXIF file and read the data from
those tags.


Master sites:

SHA1: e8439ad25f19b53874b685c3a9e80e6d883c1b2a
RMD160: e6950f3939bb63f9782933bfa6b6741110a998aa
Filesize: 1296.793 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-03 19:55:56 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6502 - requested by wiz
graphics/libexif: security fix

Revisions pulled up:
- graphics/libexif/Makefile                                     1.49
- graphics/libexif/distinfo                                     1.33

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Sep 29 08:42:57 UTC 2021

   Modified Files:
   	pkgsrc/graphics/libexif: Makefile distinfo

   Log message:
   libexif: update to 0.6.23.

   libexif-0.6.23 (2021-09-12):

     * Translation updates: es, pl, uk, fr
     * EXIF_TAG_SENSITIVITY_TYPE decoder added, added some more Exif 2.3 tags:
       - EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY
       - EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX
       - EXIF_TAG_ISO_SPEED
       - EXIF_TAG_ISO_SPEEDLatitudeYYY
       - EXIF_TAG_ISO_SPEEDLatitudeZZZ
       - EXIF_TAG_OFFSET_TIME
       - EXIF_TAG_OFFSET_TIME_ORIGINAL
       - EXIF_TAG_OFFSET_TIME_DIGITIZED
       - EXIF_TAG_IMAGE_DEPTH
     * be more relaxed to out of order JPG / EXIF dataheaders in files generated \ 
by some tools
     * default GPS IFD table added
     * Decode more Nikon Makernote tag names
     * Added Apple iOS Makernote
     * Security fixes:
       * CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content
       * CVE-2020-0452: compiler optimization could remove an a
         bufferoverflow check, making a buffer overflow possible with some
         EXIF tags
       * some more denial of service (compute time or stack exhaustion) \ 
counter-measures
         added that avoid minutes of decoding time with malformed files found
         by OSS-Fuzz