./graphics/libexif, EXIF file library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.26, Package name: libexif-0.6.26, 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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2021.81 KB

Version history: (Expand)


CVS history: (Expand)


   2026-04-19 16:53:25 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
libexif: update to 0.6.26.

libexif-0.6.26 (2026-04-14):

* Security issues fixed:
  * CVE-2026-40386: An unsigned integer underflow in Fuji and Olympus makernote \ 
handling
  * CVE-2026-40385: An unsigned integer overflow on 32bit systems in Nikon \ 
makernote handling
  * CVE-2026-32775: A buffer overwrite via integer underflow in makernote handling
* handle JPEG APP3 marker
* added EXIF_TAG_IMAGE_DEPTH tag

* translations updated: Arabic, German, Spanish, Polish, Romanian,
  Serbian, Swedish, Ukrainian, Chinese
   2025-01-19 19:34:55 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
libexif: update to 0.6.25.

libexif-0.6.25 (2025-01-08):

   * REUSE compatibility (all files declare their license)
   * Translation updates: ro, de, es, ka, pl, sr, sv, uk, vi, zh_CN,
   * Disabled Apple Makernote support, as its not complete
   * various bugfixes
   * handle JPEG APP10
   * EXIF_TAG_COMPOSITE_IMAGE, EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY,
     EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX, EXIF_TAG_ISO_SPEED,
     EXIF_TAG_ISO_SPEEDLatitudeYYY, EXIF_TAG_ISO_SPEEDLatitudeZZZ,
     EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE,
     EXIF_TAG_LENS_SPECIFICATION, EXIF_TAG_GAMMA, EXIF_TAG_OFFSET_TIME,
     EXIF_TAG_OFFSET_TIME_ORIGINAL, EXIF_TAG_OFFSET_TIME_DIGITIZED,
     EXIF_TAG_CAMERA_OWNER_NAME, EXIF_TAG_BODY_SERIAL_NUMBER,
     EXIF_TAG_LENS_MAKE, EXIF_TAG_LENS_MODEL, EXIF_TAG_LENS_SERIAL_NUMBER:
     better decoding
   2024-08-05 10:07:00 by Tobias Nygren | Files touched by this commit (1)
Log message:
libexif: needs _POSIX_C_SOURCE for localtime_r(3)
   2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41)
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
   2021-11-30 17:25:40 by Ryo ONODERA | Files touched by this commit (2) | Package updated
Log message:
libexif: Update to 0.6.24

Changelog:
libexif-0.6.24 (2021-11-25):

   * Translation updates: sr, vi, pl, uk, french
   * fixed regression in exif_data_load_data which could not load EXIF in JPEG \ 
data anymore
   * Decode lots of Canon tag names
   * removed empty strings from translation (empty string would translate to the \ 
PO info header)
   * various warning removals and code improvements
   * added sample "persistent" afl fuzzer (100x faster than normal afl \ 
fuzzer)
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-09 12:56:10 by Nia Alarie | Files touched by this commit (1)
Log message:
libexif: needs wrappers to add std=c99...
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles