* [PATCH 1/2] poppler: Update to version 24.08.0
@ 2024-08-13 16:19 Adolf Belka
2024-08-13 16:19 ` [PATCH 2/2] cups-filters: Ship due to sobump in poppler-24.08.0 Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2024-08-13 16:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 5615 bytes --]
- 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(a)ipfire.org>
---
config/rootfiles/common/poppler | 10 ++++++----
lfs/poppler | 6 ++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler
index 192011364..6f18c0bb6 100644
--- a/config/rootfiles/common/poppler
+++ b/config/rootfiles/common/poppler
@@ -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
diff --git a/lfs/poppler b/lfs/poppler
index 27b06c5ea..bfdada16c 100644
--- a/lfs/poppler
+++ b/lfs/poppler
@@ -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)
--
2.46.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] cups-filters: Ship due to sobump in poppler-24.08.0
2024-08-13 16:19 [PATCH 1/2] poppler: Update to version 24.08.0 Adolf Belka
@ 2024-08-13 16:19 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2024-08-13 16:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/cups-filters | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/cups-filters b/lfs/cups-filters
index 7f209aa03..7a76f40a7 100644
--- a/lfs/cups-filters
+++ b/lfs/cups-filters
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)ipfire.org> #
# #
# 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 #
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cups-filters
-PAK_VER = 12
+PAK_VER = 13
DEPS = cups ghostscript
--
2.46.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-13 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-13 16:19 [PATCH 1/2] poppler: Update to version 24.08.0 Adolf Belka
2024-08-13 16:19 ` [PATCH 2/2] cups-filters: Ship due to sobump in poppler-24.08.0 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox