public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: Update to version 6.13
@ 2025-03-02  9:26 Adolf Belka
  2025-03-02  9:26 ` [PATCH] diffutils: Update to version 3.11 Adolf Belka
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Adolf Belka @ 2025-03-02  9:26 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3626 bytes --]

- Update from version 6.11 to 6.13
- Update of rootfile not required
- Changelog
    6.13
	mkfs:
	   new option to enable compression
	   updated summary (subvolumes, compression)
	   completely remove option --leafsize, deprecated long ago
	btrfstune: add option to remove squota
	scrub:
	   start: new option --limit to set the bandwidth limit for the duration of
	    the run
	   status: fix printing of Rate unit suffix (SI/IEC)
	qgroup clean-stale: check if quotas are enabled before starting filesystem sync()
	   print builtin features and options in --version output (mkfs, convert,
	    image, btrfstune)
	build:
	   Botan minimum version is now 3.x
	   target to build compile_commands.json (for LSP)
	other:
	   a bit more optimized crc32c code
	   sync some headers from kernel code
	   command help updates and fixes
	   build warning fixes
	   error message updates
	   cleanups and refactoring
	   updated tests
	   lots of documentation updates
    6.12
	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: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/btrfs-progs | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lfs/btrfs-progs b/lfs/btrfs-progs
index 29caa757f..82473dbef 100644
--- a/lfs/btrfs-progs
+++ b/lfs/btrfs-progs
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  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        #
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 6.11
+VER        = 6.13
+
+# https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/
 
 THISAPP    = btrfs-progs-v$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +34,6 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-# https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/
 
 ###############################################################################
 # Top-level Rules
@@ -42,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6dec219394e39a821f29858eddf1d501537d3cebad2dc83f0cea6d88d0b0e94c4fe2e660a48a27942ccfb6f3ac0630d5930f44e083168de65b60af36e895b2af
+$(DL_FILE)_BLAKE2 = aaf536e17977c052dd0828501f5a91b85403d561301f10d8c7bf2f5abae30a323f781ef8727f8ca48efc6edf16000b3ee8435fd6a89d6d047dda289ad87e3f64
 
 install : $(TARGET)
 
-- 
2.48.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-03-02  9:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-02  9:26 [PATCH] btrfs-progs: Update to version 6.13 Adolf Belka
2025-03-02  9:26 ` [PATCH] diffutils: Update to version 3.11 Adolf Belka
2025-03-02  9:26 ` [PATCH] zstd: Update to version 1.5.7 Adolf Belka
2025-03-02  9:26 ` [PATCH] tshark: Update to version 4.4.5 Adolf Belka
2025-03-02  9:26 ` [PATCH] pcre2: Update to version 10.45 Adolf Belka
2025-03-02  9:26 ` [PATCH] which: Update to version 2.23 Adolf Belka
2025-03-02  9:26 ` [PATCH] libffi: Update to version 3.4.7 Adolf Belka
2025-03-02  9:26 ` [PATCH] xfsprogs: Update to version 6.13.0 Adolf Belka
2025-03-02  9:26 ` [PATCH] postfix: Update to version 3.10.1 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox