From patchwork Sun Apr 26 11:44:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9726 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g3PyG6BQwz3xF7 for ; Sun, 26 Apr 2026 11:45:10 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g3PyG3jqkz7GH for ; Sun, 26 Apr 2026 11:45:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3Pxy3D0Tz379F for ; Sun, 26 Apr 2026 11:44:54 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g3Pxn1QK7z3613 for ; Sun, 26 Apr 2026 11:44:45 +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 4g3Pxm6M77z7CG; Sun, 26 Apr 2026 11:44:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777203885; 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=fOTGXXVlJVvz0HDPqKiRVGix+tfVSeHQymNhoZUAmZo=; b=sAAvlGUZl8ngzuzrMCOWoktKLajGeBjiVhHq0EN8YL07BBQyW7Z9N2zfN1U06ngrBn3YNO 3xuEZ5MBKnnkL0Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777203885; 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=fOTGXXVlJVvz0HDPqKiRVGix+tfVSeHQymNhoZUAmZo=; b=q22axYzanEeqjOaJis1LSxKHZWoHM0wl94JkKMKH5fxStXQxNqIVuuNluxaki4yS57CBx+ AoTjuPOrgXiT6o6ysQSgdPFYMCoDVIo2tcQCegtadwnJHbZLzCyQP/jNRD9aEaEnoLmeZz URFMigbAjNetXvd0ZkZrjxR7JXZ6Q/M4Fj/dSda22nPygwZ6KBIqkPV5291RtxQYUWl2jy bQGa9YgQ99sFoGUrsOP0SHw9bfHOj2ZNbGH/ePtO8VsgEPiGOcg5bHTiFVaqnsSD9SxoB8 355diwC3xu5h3DGA6npvfnlQPMpuqhf5yznyqXaSXw7N4l11yQibaZQ/T/K9aA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libmpc: Update to version 1.4.1 Date: Sun, 26 Apr 2026 13:44:12 +0200 Message-ID: <20260426114418.122889-23-adolf.belka@ipfire.org> In-Reply-To: <20260426114418.122889-1-adolf.belka@ipfire.org> References: <20260426114418.122889-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 1.4.0 to 1.4.1 - Update of rootfile - Changelog 1.4.1 - Bug fix: mpc_fr_div: Fix memory leak introduced in release 1.4.0. Signed-off-by: Adolf Belka --- config/rootfiles/common/libmpc | 2 +- lfs/libmpc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libmpc b/config/rootfiles/common/libmpc index 60e08c62d..172115082 100644 --- a/config/rootfiles/common/libmpc +++ b/config/rootfiles/common/libmpc @@ -3,6 +3,6 @@ #usr/lib/libmpc.la #usr/lib/libmpc.so usr/lib/libmpc.so.3 -usr/lib/libmpc.so.3.4.0 +usr/lib/libmpc.so.3.4.1 #usr/lib/pkgconfig/mpc.pc #usr/share/info/mpc.info diff --git a/lfs/libmpc b/lfs/libmpc index ffdf11ec4..067c40e53 100644 --- a/lfs/libmpc +++ b/lfs/libmpc @@ -24,7 +24,7 @@ include Config -VER = 1.4.0 +VER = 1.4.1 THISAPP = mpc-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d00dbc52a92efd619498671475743c9f35797343c731542f881c04c4a0b198f5b36df51bfde3ce520866d1851958409a6dd0de02d85d7b2e0ba00ccb27a30464 +$(DL_FILE)_BLAKE2 = 793b4cf37e7e805dcbf24bc39903d5d778702e80cf5eac60b840834f09868656856a008cff6b45e7a5a312c3ed21a593d84f45765e9ac456ab3dd38a083acff1 install : $(TARGET)