]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
poppler: Update to version 21.11.0
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 29 Nov 2021 12:23:10 +0000 (13:23 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 3 Dec 2021 21:47:12 +0000 (22:47 +0100)
- 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 #1150
         * TextOutputDev: Respect orientation when selecting words. Issue #499
         * CairoOutputDev: Don't override the antialias settings from the cairo_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 intervals
         * 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 fetching 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 they 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 gradient
         * 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

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/poppler
lfs/poppler

index 9746d94129544a56340f04a1bc57fb106066bfc5..546e8cb77816bc5b26c3f3cb9a1c7b6b6a082af5 100644 (file)
@@ -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
index 3589e86b412fe4b26d59f6c2069970e20a2ad631..d52c5e2ca8fb3344830efd8b20863137ad007a73 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 21.07.0
+VER        = 21.11.0
 
 THISAPP    = poppler-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3c4b500a0af4cf1dc4a1c66fa48b7551
+$(DL_FILE)_MD5 = c1139795bc24a02b8a694f77233b8d22
 
 install : $(TARGET)