]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
parted: Update to version 3.6
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 19 Apr 2023 12:31:39 +0000 (14:31 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 24 Apr 2023 18:54:21 +0000 (18:54 +0000)
- 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@ipfire.org>
config/rootfiles/common/parted
lfs/parted

index d88a506c529cc02a4977a1728b086ce45e3845f0..bfd65096e439947f18bb8c98164c4aa6d0d19992 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.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
index ced655af9d83fabb4fe2a43c0906b3e1e0dcfb75..be7bc0bcd15ebf601e0d67853423b11368c350d1 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@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
 
 SUMMARY    = GNU partitioner
 
-VER        = 3.5
+VER        = 3.6
 
 THISAPP    = parted-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5a63987f4d2c0bfd28f36112c2354f8dce7f87e962f4772bb0db34c070dd773b280959c6c33128422e8d60efe454c825401551c3c88541839b9a859a3d207f55
+$(DL_FILE)_BLAKE2 = 99b6d096e4db05144c98e9f0a9a97c647aa911ee5df031244b03d5223f709d43d9302cef12dd4b2f97f42ec476510561b7f8b3b1ef7cb09d0a7c4d512e7a6739
 
 install : $(TARGET)