From patchwork Tue Aug 13 16:19:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7988 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WjxRQ1xdmz3wwl for ; Tue, 13 Aug 2024 16:19:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WjxRL4Stfz2sx; Tue, 13 Aug 2024 16:19:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WjxRL1wRhz343L; Tue, 13 Aug 2024 16:19:26 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WjxRG6xZKz33Gg for ; Tue, 13 Aug 2024 16:19:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WjxRF6Hgyz10m; Tue, 13 Aug 2024 16:19:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723565962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=bH4O4PYu4NSWnGtWTqI8bnlGcc4PbjG6Fr691AUUwRU=; b=lPzPciuSR8MJvC3+NIZT8g3aJ7p5a0Uh9QEnqaDx3A4vQT8D3CacG5V1Omz9kC0O2gn3YK Jzp/pYleeb5or0GSn4xCpGE4SnJOMjQ95tsxWA9RnF9BpfHYPPOKeWptFuj4y/NEkcv6iw 0sZPqm0VudoXNwemJSmhpuAn6HP2jp8LIKtHLs3wtnxjIXb1qXUtHyIfFPapvKyo1j+nLV xVLerOqUNYPYJczHWIYOB3of4w2zTo0Q3awagrlGDYp9WAo17R8BlrhAdQMu4ShDhom71N uN3Hu+uOfQidCO64mofRvvzwtumhZGMF1jVbQh3s5sU80rfMUTX2Li2UzgE9dA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723565962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=bH4O4PYu4NSWnGtWTqI8bnlGcc4PbjG6Fr691AUUwRU=; b=dYXJtHOTLwGs+z2RueO3q0TqolTdn21ZWaxc2EyBlGN35LEZmysHkah9F0G6NUa/I4uEts /dgOvZ2s8ClyYvBA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] poppler: Update to version 24.08.0 Date: Tue, 13 Aug 2024 18:19:16 +0200 Message-ID: <20240813161917.1113961-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QX2QAE6FJ27FHCGEVD32XQVX6SVAG7W5 X-Message-ID-Hash: QX2QAE6FJ27FHCGEVD32XQVX6SVAG7W5 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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 --- 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) From patchwork Tue Aug 13 16:19:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7989 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WjxRR3DfCz3wwl for ; Tue, 13 Aug 2024 16:19:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WjxRM0xRwz5n7; Tue, 13 Aug 2024 16:19:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WjxRL3tgPz343Z; Tue, 13 Aug 2024 16:19:26 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WjxRH0P7Yz33Gg for ; Tue, 13 Aug 2024 16:19:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WjxRG4h4kz4Th; Tue, 13 Aug 2024 16:19:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723565962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GjXN0S9dQl8tyteOG8mnUSf8h4Z6lrnlYvbx0SgNnbA=; b=pC0rkNspML2nZk8HdUAqyRMR3WXrs7XT1IREbxoAU9AP/Y9iuxyLVpQtQVzboAdS1PP1R+ CuDJJzCcM0q8BJDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723565962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GjXN0S9dQl8tyteOG8mnUSf8h4Z6lrnlYvbx0SgNnbA=; b=CK3lMxtsA0tBe8hGWgCVDCxuqluJbyu5kWQgCWZBfP6e21QqcwdfwLmPQ7EAZCZKCxN1L3 G+Ygj2STNQ40UL/6kLgvANjTOPyR3l+JHVuM72KZKz6kYCvK9IemPCV6C5TDkwmT4BsxYr SDTXGBOVrl64zmbZY+HpcXnT4F1KAgqDxmcyid8OlcPWL1AHGJOc4YN4/jjdhdDDMrHmV+ VbMyaGWNSFtscTJ9ROhWOy+J+QdgiVv5saOZ6IlrZYrzXVoM8M7+z78n9Fm9GTCdat9Avv sb12dJzOaiglCyQ4N/Vfw6rgZ2CCupIVQPSZkXPgcLAO0oyrcm1KQ6Mcl0a7ow== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] cups-filters: Ship due to sobump in poppler-24.08.0 Date: Tue, 13 Aug 2024 18:19:17 +0200 Message-ID: <20240813161917.1113961-2-adolf.belka@ipfire.org> In-Reply-To: <20240813161917.1113961-1-adolf.belka@ipfire.org> References: <20240813161917.1113961-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: HTQLPJLJHIFRYQMPYWWJ3NXP25RBZTQU X-Message-ID-Hash: HTQLPJLJHIFRYQMPYWWJ3NXP25RBZTQU X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- 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 # +# Copyright (C) 2007-2024 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 # @@ -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