diff mbox series

btrfs-tools: upgrade 6.3.3 -> 6.5

Message ID 1694597302-21193-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series btrfs-tools: upgrade 6.3.3 -> 6.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 13, 2023, 9:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
* crc32c implementation speedup (3x)
* btrfstune:
   * be more strict about option combinations and refuse changing
     features from incompatible groups
   * metadata_uuid changes fixes
* libbtrfs: fix ABI breakage introduced in 6.3.1, revert struct subvol_info
  and subvol_uuid_search changes
* CI updates
   * pull request build tests enabled
   * published static binaries built with backward compatibility (-march=x86-64)
* other
   * documentation updates
   * new and updated tests
   * experimental feature updates (json, list-chunks, checksum switch)
   * code refactoring
   * remove btrfs-fragments

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

Comments

Richard Purdie Sept. 13, 2023, 10:22 a.m. UTC | #1
On Wed, 2023-09-13 at 17:28 +0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ============
> * crc32c implementation speedup (3x)
> * btrfstune:
>    * be more strict about option combinations and refuse changing
>      features from incompatible groups
>    * metadata_uuid changes fixes
> * libbtrfs: fix ABI breakage introduced in 6.3.1, revert struct subvol_info
>   and subvol_uuid_search changes
> * CI updates
>    * pull request build tests enabled
>    * published static binaries built with backward compatibility (-march=x86-64)
> * other
>    * documentation updates
>    * new and updated tests
>    * experimental feature updates (json, list-chunks, checksum switch)
>    * code refactoring
>    * remove btrfs-fragments
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.bb} (98%)
> 
> diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.bb
> similarity index 98%
> rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
> rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.bb
> index e7a64e8363..984966bbd4 100644
> --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
> +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.bb
> @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
>  SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \
>             file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
>             "
> -SRCREV = "bb0ca35245858f17a6ced97aade1dd8d70f9c9d7"
> +SRCREV = "f7ecc34555b4793573c9e3fc5f77cc8aab63fcc1"
>  S = "${WORKDIR}/git"
>  
>  PACKAGECONFIG ??= " \

https://autobuilder.yoctoproject.org/typhoon/#/builders/104/builds/6671/steps/11/logs/warnings
https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/7641/steps/11/logs/warnings

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.bb
index e7a64e8363..984966bbd4 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.bb
@@ -18,7 +18,7 @@  DEPENDS = "util-linux zlib"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "bb0ca35245858f17a6ced97aade1dd8d70f9c9d7"
+SRCREV = "f7ecc34555b4793573c9e3fc5f77cc8aab63fcc1"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \