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 <abbo...@mev.co.uk>
---
 rules/parted.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/parted.make b/rules/parted.make
index eca3f9eee..cc3f92fc8 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))
-- 
2.43.0


Reply via email to