From patchwork Sun Apr 26 11:44:16 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9733 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 4g3PyH2xVgz3xP8 for ; Sun, 26 Apr 2026 11:45:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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 4g3PyH0lvbz79G for ; Sun, 26 Apr 2026 11:45:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3Pxy4QRSz37TP 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 [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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g3Pxp6Vqlz36gy for ; Sun, 26 Apr 2026 11:44:46 +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 4g3Pxp37hQz6tQ; Sun, 26 Apr 2026 11:44:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777203886; 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=0UwMfjeQz2kcJNZnVuXu8ezz2YyxMSCxcWFIemBwsV4=; b=bMadNP9MaEQSWvDrdXMOq0uN5fJKSbbR2WSPK8FspMv/lUjYYwqc3Dj3PKDsgMmOrrI8+A VNqGZwJjU3TL5pBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777203886; 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=0UwMfjeQz2kcJNZnVuXu8ezz2YyxMSCxcWFIemBwsV4=; b=JL5b4vG6M+EZpKklFmPjHTr/73BM6+kAAWe8yge+IlWVhPFEutK2JTJhj2nvNTj+4/2+DS Se12GTDqz5lxCzKcrmqpXK50tIP+dV/jfo0ovXfFkXqDCRUF84lQ61k5bkwULabaRGa80m ULs6H4iDTg89wrrKV3DxoXcFlN8DEbkXFk3snMu3lJOudmm+aHXTzvNpR4RWAvZep6Jwcx NpNDFpbICBmSlCiiG36uIV22vLhKCyq/LGdnqU91GUdlhUcZ5l3kLPfIZ9GXrEih6gFKqn DRASfrMPHj8utLhymkDD92Z4hBUuKkph1hClb+VTIet9QHYQqDDhymiXd26WgA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] parted: Update to version 3.7 Date: Sun, 26 Apr 2026 13:44:16 +0200 Message-ID: <20260426114418.122889-27-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 3.6 to 3.7 - Update of rootfile - Changelog 3.7 Promoting alpha release to stable release 3.7 3.6.37 New Features hurd: Support USB device names Bug Fixes Stop adding boot code into the MBR if it's zero when updating an existing msdos partition table. disk.c: Update metadata after reading partition table Fix initialization of atr_c_locale inside PED_ASSERT nilfs2: Fixed possible sigsegv in case of corrupted superblock libparted: Do not detect ext4 without journal as ext2 libparted: Fix dvh disklabel unhandled exception libparted: Fix sun disklabel unhandled exception parted: fix do_version declaration to work with gcc 15 libparted: Fail early when detecting nilfs2 doc: Document IEC unit behavior in the manpage parted: Print the Fixing... message to stderr docs: Finish setup of libparted API docs libparted: link libparted-fs-resize.so to libuuid Signed-off-by: Adolf Belka --- config/rootfiles/common/parted | 1 + lfs/parted | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/parted b/config/rootfiles/common/parted index bfd65096e..61063d3b2 100644 --- a/config/rootfiles/common/parted +++ b/config/rootfiles/common/parted @@ -30,6 +30,7 @@ usr/sbin/partprobe #usr/share/locale/da/LC_MESSAGES/parted.mo #usr/share/locale/de/LC_MESSAGES/parted.mo #usr/share/locale/es/LC_MESSAGES/parted.mo +#usr/share/locale/fi/LC_MESSAGES/parted.mo #usr/share/locale/fr/LC_MESSAGES/parted.mo #usr/share/locale/fur/LC_MESSAGES/parted.mo #usr/share/locale/gl/LC_MESSAGES/parted.mo diff --git a/lfs/parted b/lfs/parted index b3632a3c0..ff48a62ec 100644 --- a/lfs/parted +++ b/lfs/parted @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2026 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 # @@ -26,7 +26,7 @@ include Config SUMMARY = GNU partitioner -VER = 3.6 +VER = 3.7 THISAPP = parted-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 99b6d096e4db05144c98e9f0a9a97c647aa911ee5df031244b03d5223f709d43d9302cef12dd4b2f97f42ec476510561b7f8b3b1ef7cb09d0a7c4d512e7a6739 +$(DL_FILE)_BLAKE2 = 967a2c5e6f8d93bd8eff2fe9092413582437c7d33fb151ca5230c8acd0c32e94c90edcb83abed888da560f7fbfcc77ee31cda54ddc3c1af24b1a1c522ab83bca install : $(TARGET) @@ -76,7 +76,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-device-mapper + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-device-mapper cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)