From patchwork Sat Apr 23 11:17:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5535 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Klpdy43Brz3xG6 for ; Sat, 23 Apr 2022 11:17:26 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Klpdw1MySz3Yk; Sat, 23 Apr 2022 11:17:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Klpdv6tkmz2yRl; Sat, 23 Apr 2022 11:17:23 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Klpdt6cnDz2xLb for ; Sat, 23 Apr 2022 11:17: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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Klpdt1656z1Wq; Sat, 23 Apr 2022 11:17:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1650712642; 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=OWuuUFJTdDbiLtnhvlVV/7hoSQd6oGXNOUawKdRHoNs=; b=0oF0z1DeDAWDzeqriw19Yk8jiqnhEd9hJhABk3YlchHFBZNYzlw3Owkip3wyA02NBwREdF uXRLjUKzhUvvl6CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1650712642; 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=OWuuUFJTdDbiLtnhvlVV/7hoSQd6oGXNOUawKdRHoNs=; b=fEauuf5aYnQeOcYFOjomXoHU/3QMyab/GMNXhKdij0gneZXBuVx9XN7k+i1umhtU0di+9f cSb2JEGz1rfeSk418hkgqBRDtp+MjqCnr7BviRyQ7hVoNmxRd96YgXotQMyqT347lxJ8fK AJkcZ3Ai6LNl8TEjjMGVKjxIeDJDNrPDWUeXhTbsTWX7Ou6xuleU8NJbZfexlJVeGQckuc UpDbWac/TiSmIXytgdEEy0vZghyPn484XU3WVW4xc1lMMwvo45gH5g5kl8Ug1ThggGaqMO mRbcLhEdAgUd6tyfZu2SH54JZvW6Ci1bTrxZry3QzoiW8Nf3LI1aHUzlb4YgJA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] fribidi: Update to version 1.0.12 Date: Sat, 23 Apr 2022 13:17:16 +0200 Message-Id: <20220423111716.3587997-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 1.0.11 to 1.0.12 - Update of rootfile not required - Changelog Overview of changes between 1.0.11 and 1.0.12 * Various fuzzing fixes. - Looking at the details in the commits it looks like fribidi's use of the word fuzzing fixes basically means bug fixes. Included are fixes for a segmentation violation and a stack buffer overflow Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/fribidi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/fribidi b/lfs/fribidi index e9c362788..75ea2d148 100644 --- a/lfs/fribidi +++ b/lfs/fribidi @@ -24,7 +24,7 @@ include Config -VER = 1.0.11 +VER = 1.0.12 THISAPP = fribidi-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 9de3e170e2b6cf90623c711e16f6595f6ca91e14707cbfd36dda7df92689ea79ec36c4b658199e9046eedd07c9ebfde18617525c83cf4b0e9e2ccb4d9f82ed84 +$(DL_FILE)_BLAKE2 = f76f9d28f738f0cc9790ccdf0fe419cb0e7d70b24aa825844d23c4b31ad51c33f09c88ad4876fa6a52523f2a52d5eb7a4b50deeb70f9db750c69ac236ecfa8f5 install : $(TARGET)