mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] parted: Version bump. 3.3 -> 3.6
@ 2024-06-13 13:10 Ian Abbott
  2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Abbott @ 2024-06-13 13:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Ian Abbott

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 <abbotti@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-15 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-13 13:10 [ptxdist] [PATCH] parted: Version bump. 3.3 -> 3.6 Ian Abbott
2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox