public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libexif: Update to 0.6.22
Date: Mon, 26 Apr 2021 14:32:18 +0200	[thread overview]
Message-ID: <20210426123218.3783528-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3960 bytes --]

- 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(a)ipfire.org>
---
 config/rootfiles/packages/libexif | 12 ++++--------
 lfs/libexif                       |  8 ++++----
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/config/rootfiles/packages/libexif b/config/rootfiles/packages/libexif
index 9efbc1fd8..985a7af74 100644
--- a/config/rootfiles/packages/libexif
+++ b/config/rootfiles/packages/libexif
@@ -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
diff --git a/lfs/libexif b/lfs/libexif
index 9b3f40f49..49d401d85 100644
--- a/lfs/libexif
+++ b/lfs/libexif
@@ -24,15 +24,15 @@
 
 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)
 
-- 
2.31.1


                 reply	other threads:[~2021-04-26 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210426123218.3783528-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox