From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] parted: Update to version 3.5 Date: Sun, 24 Apr 2022 14:10:00 +0000 Message-ID: In-Reply-To: <20220423212534.2315928-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7972822089215471831==" List-Id: --===============7972822089215471831== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/parted | 4 ++-- > lfs/parted | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/parted b/config/rootfiles/common/parted > index 0dab6ae3b..d88a506c5 100644 > --- a/config/rootfiles/common/parted > +++ b/config/rootfiles/common/parted > @@ -14,12 +14,12 @@ > #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 > diff --git a/lfs/parted b/lfs/parted > index 09a6423a9..78914aa98 100644 > --- a/lfs/parted > +++ b/lfs/parted > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D GNU partitioner > =20 > -VER =3D 3.4 > +VER =3D 3.5 > =20 > THISAPP =3D parted-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -35,7 +35,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > =20 > PROG =3D parted > -PAK_VER =3D 4 > +PAK_VER =3D 5 > =20 > DEPS =3D > =20 > @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D c724d3d1490c62d440b9e5dc359fef7ff623bc77ae5f867d8905= 245cb279ec391fa07a1a774488ad3bf7a2c477007264d7bab2635a544be8f94dc706a654a711 > +$(DL_FILE)_BLAKE2 =3D 5a63987f4d2c0bfd28f36112c2354f8dce7f87e962f4772bb0db= 34c070dd773b280959c6c33128422e8d60efe454c825401551c3c88541839b9a859a3d207f55 > =20 > install : $(TARGET) > =20 --===============7972822089215471831==--