Reviewed-by: Peter Müller > - Update from version 22.11.0 to 23.01.0 > - Update of rootfile > - sobump checked with find-dependencies but not other programs other than from poppler > are flagged up. > - Changelog > Release 23.01.0: > core: > * PDFDoc::sign: Fix crash if font can't be found > * PDFDoc::sign: Try Arial to sign if Helvetica isn't found > * FoFiType1::parse: Be more flexible parsing the encoding content. Issue #1324 > * Gfx::opBeginMarkedContent: Support Span with Name. Issue #1327 > * Splash: Avoid color issues due to implicit rounding > * Splash: Fix crash on malformed file. > * CairoOutputDev: Ignore text rendering mode for type3 fonts > * Remove unused FoFiType1::load function > build system: > * Increase minimum required versions of several dependencies > * Improve include path handling > qt6: > - Use less deprecated functions > Release 22.12.0: > core: > * Form::addFontToDefaultResources: Be stubborn in finding a font we can use. > Issue #1272 > > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/poppler | 4 ++-- > lfs/poppler | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler > index 116b1d7aa..97f7b3eb7 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.24.0 > #usr/lib/libpoppler.so > -usr/lib/libpoppler.so.125 > -usr/lib/libpoppler.so.125.0.0 > +usr/lib/libpoppler.so.126 > +usr/lib/libpoppler.so.126.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 485500b70..f7ccb68ba 100644 > --- a/lfs/poppler > +++ b/lfs/poppler > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2022 IPFire Team # > +# Copyright (C) 2007-2023 IPFire Team # > # # > # This program is free software: you can redistribute it and/or modify # > # it under the terms of the GNU General Public License as published by # > @@ -24,7 +24,7 @@ > > include Config > > -VER = 22.11.0 > +VER = 23.01.0 > > THISAPP = poppler-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 958eb5e99725e46f3fd79138f4e1197ede9df5be19b6e5b0899b6a8c8b071734b3b41af7681bd857662e7d9c36fde09117418c1db347c5dad9a2fbd07cb1eec9 > +$(DL_FILE)_BLAKE2 = 8dd85767a0c101b3d7166719374658a233aff491b0990917aacaa6fb3c5d8e51104b3ac45c78dcfb380286ea48067d1db57c2794d99a93cae9f4d64e9ca3dd07 > > install : $(TARGET) >