]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libexif: Update to 0.6.22
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 26 Apr 2021 12:32:18 +0000 (14:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Apr 2021 17:10:50 +0000 (17:10 +0000)
- Update from 0.6.21 (2012) to 0.6.22 (2020)
- Update rootfile
- Changelog
  * New translations: ms
  * Updated translations for most languages
  * Fixed C89 compatibility
  * Fixed warnings on recent versions of autoconf
  * Some useful EXIF 2.3 tag added:
    * EXIF_TAG_GAMMA
    * EXIF_TAG_COMPOSITE_IMAGE
    * EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE
    * EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE
    * EXIF_TAG_GPS_H_POSITIONING_ERROR
    * EXIF_TAG_CAMERA_OWNER_NAME
    * EXIF_TAG_BODY_SERIAL_NUMBER
    * EXIF_TAG_LENS_SPECIFICATION
    * EXIF_TAG_LENS_MAKE
    * EXIF_TAG_LENS_MODEL
    * EXIF_TAG_LENS_SERIAL_NUMBER
  * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others.
    * CVE-2018-20030: Fix for recursion DoS
    * CVE-2020-13114: Time consumption DoS when parsing canon array markers
    * CVE-2020-13113: Potential use of uninitialized memory
    * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes
    * CVE-2020-0093: read overflow
    * CVE-2019-9278: replaced integer overflow checks the compiler could optimize away by safer constructs
    * CVE-2020-12767: fixed division by zero
    * CVE-2016-6328: fixed integer overflow when parsing maker notes
    * CVE-2017-7544: fixed buffer overread

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libexif
lfs/libexif

index 9efbc1fd8fe0c52325a688ab6312076900d1b993..985a7af74d8f03a31f88e47994b343e998192018 100644 (file)
@@ -16,8 +16,8 @@
 #usr/lib/libexif.la
 #usr/lib/libexif.so
 usr/lib/libexif.so.12
-usr/lib/libexif.so.12.3.3
-usr/lib/pkgconfig/libexif.pc
+usr/lib/libexif.so.12.3.4
+#usr/lib/pkgconfig/libexif.pc
 #usr/share/doc/libexif
 #usr/share/doc/libexif/ABOUT-NLS
 #usr/share/doc/libexif/AUTHORS
@@ -25,6 +25,7 @@ usr/lib/pkgconfig/libexif.pc
 #usr/share/doc/libexif/ChangeLog
 #usr/share/doc/libexif/NEWS
 #usr/share/doc/libexif/README
+#usr/share/doc/libexif/SECURITY.md
 #usr/share/locale/be/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/bs
 #usr/share/locale/bs/LC_MESSAGES
@@ -43,19 +44,14 @@ usr/lib/pkgconfig/libexif.pc
 #usr/share/locale/fr/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/it/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/ja/LC_MESSAGES/libexif-12.mo
+#usr/share/locale/ms/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/nl/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/pl/LC_MESSAGES/libexif-12.mo
-#usr/share/locale/pt
-#usr/share/locale/pt/LC_MESSAGES
 #usr/share/locale/pt/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/pt_BR/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/ru/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/sk/LC_MESSAGES/libexif-12.mo
-#usr/share/locale/sq
-#usr/share/locale/sq/LC_MESSAGES
 #usr/share/locale/sq/LC_MESSAGES/libexif-12.mo
-#usr/share/locale/sr
-#usr/share/locale/sr/LC_MESSAGES
 #usr/share/locale/sr/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/sv/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/tr/LC_MESSAGES/libexif-12.mo
index 9b3f40f49185a0f0188dc16afdddeb4ae95ecf16..49d401d85e8345feda2a95aed1214af9c55d77af 100644 (file)
 
 include Config
 
-VER        = 0.6.21
+VER        = 0.6.22
 
 THISAPP    = libexif-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libexif
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 27339b89850f28c8f1c237f233e05b27
+$(DL_FILE)_MD5 = 1070601438443fdd5b8635565693cf99
 
 install : $(TARGET)