From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] parted: Update to version 3.6 Date: Wed, 19 Apr 2023 14:31:39 +0200 Message-ID: <20230419123141.2778769-3-adolf.belka@ipfire.org> In-Reply-To: <20230419123141.2778769-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5894072476559498181==" List-Id: <development.lists.ipfire.org> --===============5894072476559498181== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.5 to 3.6 - Update of rootfile - Changelog Noteworthy changes in release 3.6 (2023-04-10) [stable] Promoting alpha release to stable release 3.6 Noteworthy changes in release 3.5.28 (2023-03-24) [alpha] New Features 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. Add swap flag support to the dasd disklabel Add display of GPT disk and partition UUIDs in JSON output Bug Fixes Fix use of enums in flag limits by switching to using #define Fix ending sector location when using kibi IEC suffix Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> --- config/rootfiles/common/parted | 5 +++-- lfs/parted | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/parted b/config/rootfiles/common/parted index d88a506c5..bfd65096e 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.4 +usr/lib/libparted-fs-resize.so.0.0.5 #usr/lib/libparted.a #usr/lib/libparted.la #usr/lib/libparted.so usr/lib/libparted.so.2 -usr/lib/libparted.so.2.0.4 +usr/lib/libparted.so.2.0.5 #usr/lib/pkgconfig/libparted-fs-resize.pc #usr/lib/pkgconfig/libparted.pc usr/sbin/parted @@ -37,6 +37,7 @@ usr/sbin/partprobe #usr/share/locale/id/LC_MESSAGES/parted.mo #usr/share/locale/it/LC_MESSAGES/parted.mo #usr/share/locale/ja/LC_MESSAGES/parted.mo +#usr/share/locale/ka/LC_MESSAGES/parted.mo #usr/share/locale/ko/LC_MESSAGES/parted.mo #usr/share/locale/nl/LC_MESSAGES/parted.mo #usr/share/locale/nn/LC_MESSAGES/parted.mo diff --git a/lfs/parted b/lfs/parted index ced655af9..be7bc0bcd 100644 --- a/lfs/parted +++ b/lfs/parted @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> = # +# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D GNU partitioner =20 -VER =3D 3.5 +VER =3D 3.6 =20 THISAPP =3D parted-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 5a63987f4d2c0bfd28f36112c2354f8dce7f87e962f4772bb0db34= c070dd773b280959c6c33128422e8d60efe454c825401551c3c88541839b9a859a3d207f55 +$(DL_FILE)_BLAKE2 =3D 99b6d096e4db05144c98e9f0a9a97c647aa911ee5df031244b03d5= 223f709d43d9302cef12dd4b2f97f42ec476510561b7f8b3b1ef7cb09d0a7c4d512e7a6739 =20 install : $(TARGET) =20 --=20 2.40.0 --===============5894072476559498181==--