From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] poppler: Update to version 24.03.0 Date: Thu, 14 Mar 2024 14:32:52 +0100 Message-ID: <20240314133258.13438-4-adolf.belka@ipfire.org> In-Reply-To: <20240314133258.13438-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7007114476962862050==" List-Id: --===============7007114476962862050== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 24.01.0 to 24.03.0 - Update of rootfile - find-dependencies run due to sobump. No issues found - Changelog 24.03.0: core: * Fix opening some malformed files. Issue #1447 * Skip drawing image when it has singular matrix. Issue #1114 * Fix crash on malformed files * Small internal code cleanup utils: * pdfdetach: Fix potential directory traversal * pdfimages: Enable to print filenames to stdout. * pdfsig: Add visible name/date when signing an existing form signat= ure field 24.02.0: core: * Fix reading some JBIG2 streams. Issue #1319 * Fix saving some annotation interior color when it's empty * Make searching for fonts when adding annotations a bit faster * Make sure images are compressed when adding them * Small internal code cleanup utils: * pdfimages: return exit code 2 when error opening output files Signed-off-by: Adolf Belka --- config/rootfiles/common/poppler | 4 ++-- lfs/poppler | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler index 68deecd65..192011364 100644 --- a/config/rootfiles/common/poppler +++ b/config/rootfiles/common/poppler @@ -173,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.11.0 usr/lib/libpoppler-glib.so.8 usr/lib/libpoppler-glib.so.8.26.0 #usr/lib/libpoppler.so -usr/lib/libpoppler.so.133 -usr/lib/libpoppler.so.133.0.0 +usr/lib/libpoppler.so.135 +usr/lib/libpoppler.so.135.0.0 #usr/lib/pkgconfig/poppler-cpp.pc #usr/lib/pkgconfig/poppler-glib.pc #usr/lib/pkgconfig/poppler.pc diff --git a/lfs/poppler b/lfs/poppler index 03838d09a..27b06c5ea 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 24.01.0 +VER =3D 24.03.0 =20 THISAPP =3D poppler-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 16c87a4338c73fcccfac3ac477807a7f96c8e95e68efff484d9d54= 4da10815972f20d40f71091c6092913d82b205ca0d1bd25acbaba79277e1a1bf19ba397e6d +$(DL_FILE)_BLAKE2 =3D 34cd3b64b1fbee53727d99bf73a896331c15d816ea77aa678a9ebe= 4bc6ddf8c859ae004915aba36346dbcb13862d7d6670562e45d99888d444c523d83c90b58a =20 install : $(TARGET) =20 --=20 2.44.0 --===============7007114476962862050==--