From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libexif: Update to 0.6.22 Date: Mon, 26 Apr 2021 14:32:18 +0200 Message-ID: <20210426123218.3783528-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1104995506601732466==" List-Id: --===============1104995506601732466== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 other= s. * 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 opti= mize 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 --- 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/li= bexif 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 @@ =20 include Config =20 -VER =3D 0.6.21 +VER =3D 0.6.22 =20 THISAPP =3D libexif-$(VER) -DL_FILE =3D $(THISAPP).tar.bz2 +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D libexif -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 27339b89850f28c8f1c237f233e05b27 +$(DL_FILE)_MD5 =3D 1070601438443fdd5b8635565693cf99 =20 install : $(TARGET) =20 --=20 2.31.1 --===============1104995506601732466==--