diff mbox series

[7/8] parted: upgrade 3.7 -> 3.8

Message ID 20260927164631.2484854-7-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/8] erofs-utils: Make reproducible for different BUILD_ARCH | expand

Commit Message

Richard Purdie Sept. 27, 2026, 4:46 p.m. UTC
version 3.8
  NEWS: Releasing stable version 3.8
  maint: Update to latest gnulib
  maint: post-release administrivia

version 3.7.14
  maint: Update to latest gnulib
  NEWS: Update news for next release
  hurd: Fix gnu_read problems with block size > 512b
  maint: post-release administrivia

version 3.7.13
  NEWS: Update news for next release
  maint: Update copyright statements to 2026
  maint: Update to latest gnulib and bootstrap script
  parted: Fix partition number allocation in do_print
  fdasd: Make sure data set name is positive
  resize: Make sure hfsc_new_cachetable cannot overflow on 32bit
  resize: Make sure 32bit build cannot overflow frag_count
  libparted: Catch FAT metadata triggered errors
    This fixes two CVE's:
       - CVE-2026-89085 - heap buffer overflow in _init_fats / fat_table_read
      - CVE-2026-89088 - heap buffer overflow in duplicate_legacy_root_dir
  Adding support for ExFAT filesystem
  Added and registered exfat probing function
  Updated msdos label probe to properly detect full-disk exfat fs
  Reflected ExFAT support in doc
  Added ExFAT detection test in t1700-probe-fs.sh
  Cleanup zero as null pointer constant warnings
  maint: Distribute Doxyfile
  bug#80795: [PATCH] build: mark functions with const attribute, per gcc warnings
  fixes warning since glibc-2.43
  maint: post-release administrivia

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...1-t9042-dos-partition-limit.sh-unconditionally-skip.patch | 5 +----
 meta/recipes-extended/parted/files/fix-doc-mandir.patch      | 2 +-
 .../recipes-extended/parted/{parted_3.7.bb => parted_3.8.bb} | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-extended/parted/{parted_3.7.bb => parted_3.8.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/parted/files/0001-t9042-dos-partition-limit.sh-unconditionally-skip.patch b/meta/recipes-extended/parted/files/0001-t9042-dos-partition-limit.sh-unconditionally-skip.patch
index bec7eabebe8..d5d3481b472 100644
--- a/meta/recipes-extended/parted/files/0001-t9042-dos-partition-limit.sh-unconditionally-skip.patch
+++ b/meta/recipes-extended/parted/files/0001-t9042-dos-partition-limit.sh-unconditionally-skip.patch
@@ -1,4 +1,4 @@ 
-From b03c399e392c492782e680f66dd47bd34b325ab9 Mon Sep 17 00:00:00 2001
+From c8168ea990a1048eb01b20433b754244cdf0c475 Mon Sep 17 00:00:00 2001
 From: Trevor Gamblin <tgamblin@baylibre.com>
 Date: Wed, 8 Jul 2026 09:45:06 -0400
 Subject: [PATCH] t9042-dos-partition-limit.sh: unconditionally skip
@@ -26,6 +26,3 @@  index 87a32df..d6e8d75 100644
  grep '^#define USE_BLKID 1' "$CONFIG_HEADER" > /dev/null ||
    skip_ 'this system lacks a new-enough libblkid'
  
--- 
-2.55.0
-
diff --git a/meta/recipes-extended/parted/files/fix-doc-mandir.patch b/meta/recipes-extended/parted/files/fix-doc-mandir.patch
index 76551f0b6ee..65c78d4e464 100644
--- a/meta/recipes-extended/parted/files/fix-doc-mandir.patch
+++ b/meta/recipes-extended/parted/files/fix-doc-mandir.patch
@@ -1,4 +1,4 @@ 
-From fe0f3729a7b6396b0d9cc54897955c1af56fc9db Mon Sep 17 00:00:00 2001
+From b41b5d85eb38efc12e17def65ff172036844c8b1 Mon Sep 17 00:00:00 2001
 From: Andreas Oberritter <obi@opendreambox.org>
 Date: Thu, 15 Mar 2012 23:17:52 +0100
 Subject: [PATCH] parted: update to version 3.1
diff --git a/meta/recipes-extended/parted/parted_3.7.bb b/meta/recipes-extended/parted/parted_3.8.bb
similarity index 96%
rename from meta/recipes-extended/parted/parted_3.7.bb
rename to meta/recipes-extended/parted/parted_3.8.bb
index a669919dd79..13115a20c67 100644
--- a/meta/recipes-extended/parted/parted_3.7.bb
+++ b/meta/recipes-extended/parted/parted_3.8.bb
@@ -14,7 +14,7 @@  SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
 SRC_URI:append:riscv64 = " file://0001-t9042-dos-partition-limit.sh-unconditionally-skip.patch \
                            "
 
-SRC_URI[sha256sum] = "008de57561a4f3c25a0648e66ed11e7b30be493889b64334a6d70f2c1951ef7b"
+SRC_URI[sha256sum] = "a2b7811f47b0ddb1f7b1d0aa456f7c1270da70708ce231c2fe054c7199eafa63"
 
 inherit autotools pkgconfig gettext texinfo ptest