From patchwork Wed Feb 28 19:31: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: 7573 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TlPcT6gQKz3wvx for ; Wed, 28 Feb 2024 19:31:53 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TlPcR4RH4z34D; Wed, 28 Feb 2024 19:31:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TlPcR3hdrz32pk; Wed, 28 Feb 2024 19:31:51 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TlPcJ5P4Lz32pd for ; Wed, 28 Feb 2024 19:31:44 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TlPcJ3yWFz240; Wed, 28 Feb 2024 19:31:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1709148704; 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=rZ6KTnTr8eyaJ6rTbTA/5c9UX75pBeR271Du9FGXVL0=; b=7TkbVa+iUKgn8lfSKHCjRy2q/OsBS2kamY2EHoh6pqfYe/EE1Oefxp6kzurC4n+iHRHlw8 /IrKAuS5go3A3LCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1709148704; 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=rZ6KTnTr8eyaJ6rTbTA/5c9UX75pBeR271Du9FGXVL0=; b=Y31DXPGddM6u4yN/vd0cWgh1pRM+ubz9f1DsInzMmaHMqzOU7f1oj/xIcl38s+inMbu6/Q 0KaUGN6E65z17P2zscYshLnK4pifZ9UCfYsq4ftqWI0gmoi+ctmOGI5LcI/H3hCpXtgmRW zx+v9OHnLKVmJ9/qHJd5WUzxn/P/Qy88Rej90n8uuP1b+pMaxBTCsrgknKd2FUQ5phC+q4 oSAdJvb1WhTzUbEfGH2bZPjbj7nzxsZX8NndlE+mDmEYK3TA37Z7gHyNMnUKTniJKDCGWd YxbPxaRYwMSdFSuydO21OcYt4emsML9hdrWaoMjn+Q+prv/31Q2PoQrpuwp5Hw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libpng: Update to version 1.6.42 Date: Wed, 28 Feb 2024 20:31:35 +0100 Message-ID: <20240228193137.2586482-6-adolf.belka@ipfire.org> In-Reply-To: <20240228193137.2586482-1-adolf.belka@ipfire.org> References: <20240228193137.2586482-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: VDXUUSZNKRXDJ2PK2X7VOIM5CPBSFCL6 X-Message-ID-Hash: VDXUUSZNKRXDJ2PK2X7VOIM5CPBSFCL6 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 1.4.61 to 1.4.62 - Update of rootfile not required - Changelog 1.6.42 Fixed the implementation of the macro function png_check_sig(). This was an API regression, introduced in libpng-1.6.41. (Reported by Matthieu Darbois) Signed-off-by: Adolf Belka --- lfs/libpng | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libpng b/lfs/libpng index 3a0704e59..b22b64b65 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -24,7 +24,7 @@ include Config -VER = 1.6.41 +VER = 1.6.42 THISAPP = libpng-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 43d8d1c563d9df46b663f706dca9563e31e6e47a2809a77a5d059de8cfa348721054df724d08ac24ef4717ffc101989941127df2d026c9537532375d9b432b68 +$(DL_FILE)_BLAKE2 = 8a8895b673ff90416a00c9ff775d7bdc38ab1ab0d83fd6e70cfffea2ed78bd42896950a64bf48ad9a00ea50d8c5d5702975b0bae7bb3300d4de4c82b334e513e install : $(TARGET)