From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] poppler: Update to version 21.11.0 Date: Wed, 01 Dec 2021 10:31:05 +0000 Message-ID: In-Reply-To: <20211129122310.3545043-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4460454200026345752==" List-Id: --===============4460454200026345752== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 29 Nov 2021, at 12:23, Adolf Belka wrote: >=20 > - Update from 21.07.0 to 21.11.0 > - Update of rootfile > - find-dependencies run to check so bump. No issues found > - Changelog > Release 21.11.0: > core: > * Fix rendering of some non-standard confirming annotations > * Support rendering of some non-standard Type3 charprocs. Issue #11= 50 > * TextOutputDev: Respect orientation when selecting words. Issue #4= 99 > * CairoOutputDev: Don't override the antialias settings from the ca= iro_t > * StructElement: support MCID in XObjects > * Fix detection of monospace fonts > * Ignore Adobe-Identity for non embedded CID fonts > * PageLabelInfo::labelToIndex: work on some special no style interv= als > * Fix crash in malformed files > * Minor code improvements > utils: > * pdfinfo: add -url option to print all URLs in a PDF > * pdftohtml: document what zoom means in regard to DPI > qt6: > * Require Qt 6.1 > * Minor code improvements > Release 21.10.0: > core: > * Add support for setting custom stamp annotations > * Add default appearance for the well known stamp names > * Correct encoding of signature's properties Reason & Location > * Splash: Fix rendering of some odd patterns > * SignatureHandler::validateCertificate: Add option to not do OCSP = revocation check > * SignatureHandler::validateCertificate: Add support for AIA fetchi= ng to verify certificates > * greallocn: if memory allocation fails, free the previous pointer = to avoid memory leak > * Fix issues with malformed files > * Internal code improvements > utils: > * pdfsig: Add a way to list certificate nicknames > * pdfsig: You can now add signatures from pdfsig > * pdfsig: Add option to not do OCSP revocation check > * pdfsig: Add option for AIA fetching to verify certificates > * pdfinfo: Add -custom option to print custom metadata > * pdfinfo: add metadata flags > qt: > * Add support for setting custom stamp annotations > * Add getters for signature's properties Reason & Location > * Internal code improvements > glib: > * Remove incorrect PopplerAttachment deprecation > Release 21.09.0: > core: > * Splash: Massive spped improvement on files that use lots of save/= restore (q/Q) operators > * Correct decoding of signature properties Reason & Location when t= hey are Unicode > * Fix issues with malformed files > * MSVC build fixes > build system: > * Call cmake_minium_required() before project() > * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE} > * correctly forward user-provided flags to try_compile() > Release 21.08.0: > core: > * Add API to allow addition and modification of outlines into a PDF > * Use additional samples to test for constant parts of an axial gra= dient > * forms: Create fallback fonts for some well known font names > * Support reading the PDF Version from the Catalog > * Fix XRef::copy when there are modified objects > * Take into account that Date string may be in unicode > * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an= error" > * Replace a local bubble sort implementation by std::sort > * Fix issues with malformed files > build system: > * Better error message when libjpeg is not found > * Better error messages when libopenjpeg2 is not found > qt5/qt6: > * Document that a document has to outlive its pages > * Make getPdfVersion return a dedicated version object > glib: > * mimick TextSelectionDumper logic change for spaceAfter >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/poppler | 5 +++-- > lfs/poppler | 4 ++-- > 2 files changed, 5 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/popp= ler > index 9746d9412..546e8cb77 100644 > --- a/config/rootfiles/common/poppler > +++ b/config/rootfiles/common/poppler > @@ -12,6 +12,7 @@ usr/bin/pdftotext > usr/bin/pdfunite > #usr/include/poppler > #usr/include/poppler/Annot.h > +#usr/include/poppler/AnnotStampImageHelper.h > #usr/include/poppler/Array.h > #usr/include/poppler/BBoxOutputDev.h > #usr/include/poppler/CMap.h > @@ -172,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.9.0 > usr/lib/libpoppler-glib.so.8 > usr/lib/libpoppler-glib.so.8.21.0 > #usr/lib/libpoppler.so > -usr/lib/libpoppler.so.111 > -usr/lib/libpoppler.so.111.0.0 > +usr/lib/libpoppler.so.115 > +usr/lib/libpoppler.so.115.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 3589e86b4..d52c5e2ca 100644 > --- a/lfs/poppler > +++ b/lfs/poppler > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 21.07.0 > +VER =3D 21.11.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)_MD5 =3D 3c4b500a0af4cf1dc4a1c66fa48b7551 > +$(DL_FILE)_MD5 =3D c1139795bc24a02b8a694f77233b8d22 >=20 > install : $(TARGET) >=20 > --=20 > 2.34.0 >=20 --===============4460454200026345752==--