From patchwork Fri Nov 15 21:36:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8229 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 4Xqr2N6WWSz3wx3 for ; Fri, 15 Nov 2024 21:37:00 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xqr2J2wvyz4cf; Fri, 15 Nov 2024 21:36:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xqr2J2Nd3z33wB; Fri, 15 Nov 2024 21:36:56 +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 4Xqr2D2yLxz32sM for ; Fri, 15 Nov 2024 21:36:52 +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 4Xqr2D1JJnz1Yq; Fri, 15 Nov 2024 21:36:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1731706612; 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=d0UJXriYgEklOwmPvuZKZ97byp9AYgT9rIAK7uvmGpU=; b=AdxmHqurl0LuhGgZNu8F4TBvdG8nl7am/HvMJ1rMCV8yf0/ZkdgnZdU7Qi/ZTADYHKK/tH 94Mk+mAWsC3XmqDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1731706612; 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=d0UJXriYgEklOwmPvuZKZ97byp9AYgT9rIAK7uvmGpU=; b=LU0Yw1mKebkgMvTmB5YzsosFKOQXMTIdWrcnPO89tsO0znBKpThnlZ38JNvaxnVlz2inoq T4LDTvz+d6WVO+1PvzgE0v5ua4XmCwB1coR+6O9L93AARrKXn1f6ulvIrewdZ//a4rnWxb dT/vp0Wqe4ppLM3TfmA4hO9bM5WaTkQH4rHQPjzypY27xA95t1ML9cc1JSZki9jE6sXlg0 yNEIEd0f8cNiwEdU95p7TGLj5aectrBr1mPpaYYbWvuigKNSugCeZfi20QGDzK5Yk4IcmW tI+R8xN1McF/J8K3JmqwyOFb+9iyJIh7yj501ndy/KgtPwFWQ+8fsM+39cfqAA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] freetype: Update to version 2.13.3 Date: Fri, 15 Nov 2024 22:36:35 +0100 Message-ID: <20241115213640.899223-4-adolf.belka@ipfire.org> In-Reply-To: <20241115213640.899223-1-adolf.belka@ipfire.org> References: <20241115213640.899223-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: M4WFCM236BBBI4LSDM5HLCEAB32CXRWB X-Message-ID-Hash: M4WFCM236BBBI4LSDM5HLCEAB32CXRWB 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 2.13.2 to 2.13.3 - Update of rootfile - Changelog is too large to include here. For details see the contents of the file ChangeLog in the source tarball. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/freetype | 2 +- lfs/freetype | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/freetype b/config/rootfiles/common/freetype index b83b26afc..81adc2503 100644 --- a/config/rootfiles/common/freetype +++ b/config/rootfiles/common/freetype @@ -60,7 +60,7 @@ #usr/lib/libfreetype.la #usr/lib/libfreetype.so usr/lib/libfreetype.so.6 -usr/lib/libfreetype.so.6.20.1 +usr/lib/libfreetype.so.6.20.2 #usr/lib/pkgconfig/freetype2.pc #usr/share/aclocal/freetype2.m4 #usr/share/man/man1/freetype-config.1 diff --git a/lfs/freetype b/lfs/freetype index 7210d6c8a..fa69e4e31 100644 --- a/lfs/freetype +++ b/lfs/freetype @@ -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 # @@ -24,7 +24,7 @@ include Config -VER = 2.13.2 +VER = 2.13.3 THISAPP = freetype-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cebc82180d9afaeb112a65ba78903d7bf7a9295a803166a033585ad2325add6023f05066852240c4665e56285345ba503b01ecd461d48f0478a8f3f56136988e +$(DL_FILE)_BLAKE2 = f9591c6998df02b072adaf38a968e91deae8ed4d53ea0cb74d08982c4f0e48b1a98c1378a698164e4f730f07a3b0bea308a94fcc2e2b8ce9967dbf9478b599bd install : $(TARGET)