Thanks, applied as cad666f0b95c64c1e4d7293af5399f3988cb4932. Michael
[sent from post-receive hook] On Sat, 15 Jun 2024 16:58:53 +0200, Ian Abbott <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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))
