From patchwork Tue Mar 7 22:02:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6679 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PWTvR36J9z3wk3 for ; Tue, 7 Mar 2023 22:02:27 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PWTvQ5ymgzmr; Tue, 7 Mar 2023 22:02:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PWTvQ5Jzvz300C; Tue, 7 Mar 2023 22:02: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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PWTvP2lMkz2xFl for ; Tue, 7 Mar 2023 22:02:25 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PWTvN5H74zc6; Tue, 7 Mar 2023 22:02:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1678226544; 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=EI2Fr+SY4H7/vif8mJiOwMEdCjhfpEwOGF0KyGkIHoE=; b=qyLK02CHRggnB80pnICXj1YNrRqTgi7kY4/UudAMlWa9fb1TjzzN8HHmVbMaGF8v36iDVP D90s2qSU5qxrxUDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1678226544; 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=EI2Fr+SY4H7/vif8mJiOwMEdCjhfpEwOGF0KyGkIHoE=; b=oZmRbJ4wUx7D/ucAQBkac4hwcfDj/BzIsF1ewz5AqqWxYOTolxUHINeXH2++XJDJkTTLrS sCIyBwrcTHK2Z5/woKszI14Fb7Hp7e5mWs0asTSw+dncwNXHyRYiSR4YS4kw+CIbidxYPF zI88ynakRgxuDSEYor6oOR+WKbf+Grb9KRpjCEXOtxRnmC5SYWolKAabIu2+64berAyt4V R1qy52njfjn6Gjqq+kGOxqsi0HYK/PA285Ngdx+9k5t9zvwmeXytnn4SEB9E/TBcINYQNa GXZFNnj5d5SNemRDf3HGMGLmz2mkfZ+3qjiEUya2OjNwND/3pOHka09QEiDSbg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] poppler: Update to version 23.03.0 Date: Tue, 7 Mar 2023 23:02:17 +0100 Message-Id: <20230307220218.3459115-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 23.01.0 to 23.03.0 - Update of rootfile not required - Changelog Release 23.03.0: core: * PngWriter: Fix potential uninitialized memory use Release 23.02.0: core: * CairoOutputDev: Fix rendering of color type 3 fonts * CairoOutputDev: Add handling matte entry * Fix segfault on wrong nssdir * Fix "NSS could not shutdown" utils: * pdfsig: Point out supports PKCS#11 URIs as nickname Signed-off-by: Adolf Belka --- lfs/poppler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/poppler b/lfs/poppler index f7ccb68ba..959eeed0c 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -24,7 +24,7 @@ include Config -VER = 23.01.0 +VER = 23.03.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 = 8dd85767a0c101b3d7166719374658a233aff491b0990917aacaa6fb3c5d8e51104b3ac45c78dcfb380286ea48067d1db57c2794d99a93cae9f4d64e9ca3dd07 +$(DL_FILE)_BLAKE2 = 1247b7cf62466f65c46b739f0784e8ba97911940e04f91a7db28bf0663c8fe182f79066aa3925cb338580ccedbf17aecd2a2d2795e859680d1fb721390a1cbe0 install : $(TARGET)