From patchwork Sun Sep 12 12:34:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4701 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 4H6pvn4Kw8z3xJR for ; Sun, 12 Sep 2021 12:34:29 +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 4H6pvn19lKz2gN; Sun, 12 Sep 2021 12:34:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H6pvn0jJBz2xgV; Sun, 12 Sep 2021 12:34:29 +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 4H6pvl5qC3z2xCY for ; Sun, 12 Sep 2021 12:34:27 +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 4H6pvl2YjrzxQ; Sun, 12 Sep 2021 12:34:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1631450067; 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=1VH+/lice1NfSah3r3opMxBNpNQ7VIz5xWvWfbWjedk=; b=y24Ku+k8xYEdcWFiqX1m/fBsmOEM1+nttQIMwVJSmxEEPtrm61Eb1rByFJYIqi1JoqtlrW C+fgpTbHd8eU0hCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1631450067; 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=1VH+/lice1NfSah3r3opMxBNpNQ7VIz5xWvWfbWjedk=; b=rnoe0Qgv5mcJ3+3hRn0/Gy284gQ4OTpuUDemX4j+pf9SUMs5wXtMop5ldr9jFBCEMdxsgM 5CvnOZRXwZ4fbbhiIS0i+LNVP51MzbnQ6wWb/H5Jdz7Rw6NpY/4Rc+xFjFmNOYi+uQEynD T70xabEtEW3r9+wDFJyjZ8r4tFWUDHPxMvhXuQKMI0gebUznfobOy/Ff/+BYuR0A5J+HLt q0vDhAt755Y5F/kE/0cZBMObkzZSihhQTWJ0qSqnys4h3gyasnVvgpM45qDWvCmS9JbkOg i3Twjg9UGUNTjP38L+LjGcXt2k+4msSRGZSaHYUoqbsXZkISC3xy2YZ1O1v22Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] poppler-data: Update to version 0.4.11 Date: Sun, 12 Sep 2021 14:34:23 +0200 Message-Id: <20210912123423.6980-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 0.4.10 to 0.4.11 - Update of rootfile not required - Changelog The only change is a "typo fix" in Adobe-Korea1-H-Mac Signed-off-by: Adolf Belka --- lfs/poppler-data | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/poppler-data b/lfs/poppler-data index 761dd17d5..f107296be 100644 --- a/lfs/poppler-data +++ b/lfs/poppler-data @@ -24,7 +24,7 @@ include Config -VER = 0.4.10 +VER = 0.4.11 THISAPP = poppler-data-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a7f15fb2f26c60a7a92093cfdf2378d5 +$(DL_FILE)_MD5 = 506eeed773f3ed8684d8c45961c025d4 install : $(TARGET)