]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
parted: Update to version 3.5
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 23 Apr 2022 21:25:34 +0000 (23:25 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 29 Apr 2022 18:55:49 +0000 (18:55 +0000)
- Update from 3.4 to 3.5
- Update of rootfile
- Changelog
   * Noteworthy changes in release 3.5 (2022-04-18) [stable]
** New Features
  Update to latest gnulib for 3.5 release
   * Noteworthy changes in release 3.4.64.2 (2022-04-05) [alpha]
** Bug Fixes
  usage: remove the mention of "a particular partition"
   * Noteworthy changes in release 3.4.64 (2022-03-30) [alpha]
** New Features
  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 disk labeled disks.
  Allow the partition name to be an empty string when set in script mode.
  Add --json command line switch to output the details of the disk as JSON.
  Add support for the Linux home GUID using the linux-home flag.
** Bug Fixes
  Decrease disk sizes used in tests to make it easier to run the test suite
  on systems with less memory. Largest filesystem is now 267MB (fat32). The
  rest are only 10MB.
  Add aarch64 and mips64 as valid machines for testing.
  Escape colons and backslashes in the machine output. Device path,
  model, and partition name could all include these. They are now
  escaped with a backslash.
  Use libdevmapper's retry remove option when the device is BUSY. This
  prevents libdevmapper from printing confusin output when trying to
  remove a busy partition.
  Keep GUID specific attributes when writing the GPT header. Previously
  they were set to 0.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/parted
lfs/parted

index 0dab6ae3b11760cb987390894f425ac32a96d17f..d88a506c529cc02a4977a1728b086ce45e3845f0 100644 (file)
 #usr/lib/libparted-fs-resize.la
 #usr/lib/libparted-fs-resize.so
 usr/lib/libparted-fs-resize.so.0
-usr/lib/libparted-fs-resize.so.0.0.3
+usr/lib/libparted-fs-resize.so.0.0.4
 #usr/lib/libparted.a
 #usr/lib/libparted.la
 #usr/lib/libparted.so
 usr/lib/libparted.so.2
-usr/lib/libparted.so.2.0.3
+usr/lib/libparted.so.2.0.4
 #usr/lib/pkgconfig/libparted-fs-resize.pc
 #usr/lib/pkgconfig/libparted.pc
 usr/sbin/parted
index 09a6423a9e9f436f4730e0612b3f8b0ea33626c7..78914aa98ba0a462fd3b8b50cf805899ab5f79f0 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = GNU partitioner
 
-VER        = 3.4
+VER        = 3.5
 
 THISAPP    = parted-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = parted
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c724d3d1490c62d440b9e5dc359fef7ff623bc77ae5f867d8905245cb279ec391fa07a1a774488ad3bf7a2c477007264d7bab2635a544be8f94dc706a654a711
+$(DL_FILE)_BLAKE2 = 5a63987f4d2c0bfd28f36112c2354f8dce7f87e962f4772bb0db34c070dd773b280959c6c33128422e8d60efe454c825401551c3c88541839b9a859a3d207f55
 
 install : $(TARGET)