]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
poppler: Update to version 24.08.0
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 13 Aug 2024 16:19:16 +0000 (18:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 09:06:09 +0000 (09:06 +0000)
- Update from version 24.03.0 to 24.08.0
- Update of rootfile
- sobump has dependency of cups-filters
- Changelog
    24.08.0
        core:
         * Add support for modifying the appearance stream text in form field choice
         * Fix buffer overflow in Windows specific font selection code
         * Fix crashes in malformed files
         * Internal code improvements
        qt5:
         * Add support for modifying the appearance stream text in form field choice
        qt6:
         * Add support for modifying the appearance stream text in form field choice
        utils:
         * pdfinfo: Fix crash in malformed documents
    24.07.0
        core:
         * Fix crashes in broken files
         * Internal code improvements
        qt6:
         * Add getters for document additional actions
         * Implement reset forms link
        qt5:
         * Add getters for document additional actions
         * Implement reset forms link
        utils:
         * pdfinfo: Fix crash in broken documents when using -dests
        build system:
         * Mark glib-mkenums as required
    24.06.0
        core:
         * Performance improvements in some files
         * Fix some issues with files bigger than 2^31 bytes
         * Remove all cairo include guards for cairo < 1.16
         * Fix MSVC build
         * Internal code improvements
        qt6:
         * Update Qt6 doc example
         * Use the non deprecated version of QString::fromUcs4
        glib:
         * properly document return value from poppler_font_info_scan
    24.05.0
        core:
         * Fix signing not being totally correct in some kind of PDF files
         * Assume "Adobe-Identity" for character collection. Issue #1465
         * Small improvements in annotation font rendering
         * Remove some GooString methods, use std::string ones instead
         * Move some GooString methods to UTF.h
         * Fix crash in broken files
        cpp:
         * cpp: Fix crash extracting text and font in some files. Issue #1477
         * Change base class of ustring to char16_t
        qt6:
         * Add async API for certificate validation
         * Fix text extraction for Landscape/Seascape pages
        qt5:
         * Add async API for certificate validation
         * Fix text extraction for Landscape/Seascape pages
        utils:
         * pdfdetach: Small code improvements
         * pdftops: Write compliant ps header
        build system:
         * Increase minimum supported base to that provided by Ubuntu 22.04
    24.04.0
        core:
         * Optimize page text extraction speed
         * Fix clipping path handling in some files. Issue #739
         * Fix regression in text selection
         * Fix text search across lines between paragraphs
        qt6:
         * Fix crash in SoundObject::data
        utils:
         * pdfsig: Add Catalan translation
        build system:
         * Build code as C++20

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

index 192011364bb043cbd62e66ebbd64443c849d5d41..6f18c0bb67da7ec8504c61fb239a0eb5c1de0f6c 100644 (file)
@@ -43,6 +43,7 @@ usr/bin/pdfunite
 #usr/include/poppler/GfxState.h
 #usr/include/poppler/GfxState_helpers.h
 #usr/include/poppler/GlobalParams.h
+#usr/include/poppler/HashAlgorithm.h
 #usr/include/poppler/Hints.h
 #usr/include/poppler/JArithmeticDecoder.h
 #usr/include/poppler/JBIG2Stream.h
@@ -74,6 +75,7 @@ usr/bin/pdfunite
 #usr/include/poppler/ProfileData.h
 #usr/include/poppler/Rendition.h
 #usr/include/poppler/SecurityHandler.h
+#usr/include/poppler/SignatureInfo.h
 #usr/include/poppler/Sound.h
 #usr/include/poppler/SplashOutputDev.h
 #usr/include/poppler/Stream-CCITT.h
@@ -167,14 +169,14 @@ usr/bin/pdfunite
 #usr/include/poppler/splash/SplashXPath.h
 #usr/include/poppler/splash/SplashXPathScanner.h
 #usr/lib/libpoppler-cpp.so
-usr/lib/libpoppler-cpp.so.0
-usr/lib/libpoppler-cpp.so.0.11.0
+usr/lib/libpoppler-cpp.so.1
+usr/lib/libpoppler-cpp.so.1.0.0
 #usr/lib/libpoppler-glib.so
 usr/lib/libpoppler-glib.so.8
 usr/lib/libpoppler-glib.so.8.26.0
 #usr/lib/libpoppler.so
-usr/lib/libpoppler.so.135
-usr/lib/libpoppler.so.135.0.0
+usr/lib/libpoppler.so.140
+usr/lib/libpoppler.so.140.0.0
 #usr/lib/pkgconfig/poppler-cpp.pc
 #usr/lib/pkgconfig/poppler-glib.pc
 #usr/lib/pkgconfig/poppler.pc
index 27b06c5ea19af7bdf5b26275b81d8168a9fcb0ce..bfdada16c1ae22a0cb394a21c836fc7507f93bf3 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 24.03.0
+VER        = 24.08.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 = 34cd3b64b1fbee53727d99bf73a896331c15d816ea77aa678a9ebe4bc6ddf8c859ae004915aba36346dbcb13862d7d6670562e45d99888d444c523d83c90b58a
+$(DL_FILE)_BLAKE2 = f76ccb8d596909d671df34f6c028e6161ad734d31b460bc7b3578d08a75ad146d6d2c1e4108acb33d08fd518fee014cc84e23d2e04ea92ad152702af614c5ca2
 
 install : $(TARGET)
 
@@ -81,9 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                -DENABLE_GPGME=OFF \
                -DENABLE_QT6=OFF \
                ..
-
        cd $(DIR_APP)/build && make $(MAKETUNING)
        cd $(DIR_APP)/build && make install
-
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)