diff mbox series

[03/20] btrfs-tools: upgrade 6.11 -> 6.12

Message ID 1733788612-20933-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit ef59c676cf0aa9acb6180cdc74c6404d859b4880
Headers show
Series [01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 9, 2024, 11:56 p.m. UTC
From: Wang Mingyu <wangmy@cn.fujitsu.com>

Changelog:
============
* subvolume delete: add new option to do recursive subvolume deletion (for
regular user delete only accessible subvolumes)
* mkfs:
  * new option --subvol to create subvolumes in given paths, read-write,
  read-only and default
  * add hard link detection support for --rootdir option
* fixes:
  * receive: message verbosity fixes
  * check: fix false positive report of missing checksum for extent holes
  * check: handle compressed extents when checking tree log
  * when asking Y/N user questions, flush the terminal so the question is
   displayed (e.g. btrfstune -S)
* other
  * code refactoring, error handling
  * python packaging fixes
  * documentation updates
  * new tests

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../btrfs-tools/{btrfs-tools_6.11.bb => btrfs-tools_6.12.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.11.bb => btrfs-tools_6.12.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb
index fa0599d28d..3c0bb81f75 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb
@@ -18,7 +18,7 @@  DEPENDS = "util-linux zlib"
 SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "8859114eaee39c117ff95f5b60b4e81fc22f96e7"
+SRCREV = "85ca0a6d60c14eefda509970a26616ff16115612"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \