From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 15 Jun 2024 17:01:33 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sIUuL-006X35-2a for lore@lore.pengutronix.de; Sat, 15 Jun 2024 17:01:33 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sIUuK-0003dj-VS; Sat, 15 Jun 2024 17:01:32 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sIUrm-0000Fe-5A; Sat, 15 Jun 2024 16:58:54 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sIUrl-002Wfb-Od; Sat, 15 Jun 2024 16:58:53 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sIUrl-00HM6W-2K; Sat, 15 Jun 2024 16:58:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 15 Jun 2024 16:58:53 +0200 Message-Id: <20240615145853.4136537-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240613131034.309711-1-abbotti@mev.co.uk> References: <20240613131034.309711-1-abbotti@mev.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] parted: Version bump. 3.3 -> 3.6 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Ian Abbott Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as cad666f0b95c64c1e4d7293af5399f3988cb4932. Michael [sent from post-receive hook] On Sat, 15 Jun 2024 16:58:53 +0200, Ian Abbott wrote: > Mostly bug fixes. Relevant new features include: > > * New partition type flag 'bls_boot' for Linux Boot Loader Specification > /boot partitions. > * Add --fix to --script mode to automatically fix problems like the > backup GPT header not being at the end of a disk. > * Add use of the 'swap' partition flag to msdos labeled disks. > * Allow the partition name to be an empty string when set in script > mode. > * Add --json to output the details of the disk as JSON. > * Add support for the Linux home GUID using the 'linux-home' flag. > * Support GPT partition attribute bit 63 as no_automount flag. > * Add type commands to set 'type-id' on MS-DOS and 'type-uuid' on GPT. > > https://git.savannah.gnu.org/cgit/parted.git/tree/NEWS?h=v3.6 > > Signed-off-by: Ian Abbott > Message-Id: <20240613131034.309711-1-abbotti@mev.co.uk> > Signed-off-by: Michael Olbrich > > diff --git a/rules/parted.make b/rules/parted.make > index eca3f9eee2f5..cc3f92fc8594 100644 > --- a/rules/parted.make > +++ b/rules/parted.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PARTED) += parted > # > # Paths and names > # > -PARTED_VERSION := 3.3 > -PARTED_MD5 := 090655d05f3c471aa8e15a27536889ec > +PARTED_VERSION := 3.6 > +PARTED_MD5 := 93d2d8f22baebc5eb65b85da05a79e4e > PARTED := parted-$(PARTED_VERSION) > PARTED_SUFFIX := tar.xz > PARTED_URL := $(call ptx/mirror, GNU, parted/$(PARTED).$(PARTED_SUFFIX))