Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/genext2fs: bump version to 1.6.2
@ 2026-08-08 16:27 Thomas Petazzoni via buildroot
  2026-08-08 23:06 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-08-08 16:27 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni

Upstream doesn't provide any useful changelog, but the number of
1.5.0..1.6.2 commits is reasonable:

bfc28c7 Define {MAX_,}RESERVED_BLOCKS as floats
5b93731 Recover automatic block number calculation
d6e659d Correct message for minimum block count
1b2a30e Correct also commented code to take into account reserved blocks
944a4fd Indirect blocks must be taken into account for stats
3e2fce1 Restore (MAX_)RESERVED_BLOCKS to integer division
b571221 Add missing newlines on error messages.
cd4ff51 don't call ftruncate() on stdout
6909cde Enable system locale - change from the standard (C) to system locale.
9651f5d Fix alignment issues for strict architectures
4a99c22 Hardcode length of hardcoded char array instead of sizeof(long)
1f38ba4 Add ordered directory traversal
84c2d01 Add ordered directory traversal test
467ebe5 Fix formatting of man page references
810c12e Fix auto-block calculation from PR #5 merge
28988bd Skip device table entry when parent path is not a directory (from PR #33)
45191ab Fix ordered directory traversal from PR #34 merge
b615521 configure.ac: teach autoreconf to detect and install macros in m4
81028ca configure.ac: upgrade ancient snprintf macro to modern autoconf-archive edition
67661a1 Fix EXTRA_DIST: reference new ax_func_snprintf.m4 instead of deleted ac_func_snprintf.m4
907737e Remove incorrect address
4c4343d Add licensing information
cb5f584 Add license information
a60ccd9 Use strrchr to split path:dest so host paths may contain colons (fixes #23)
44ff03d Implement sparse_super feature with superblock/GDT backups (fixes #29)
8b8f2d1 Add extended attributes (xattr) support (fixes #9)
d0a9274 Optimize block/inode allocation for large filesystems (fixes #31)
b69c34e Fix -d dir:/path destination: restore colon after stats pass, auto-create intermediate dirs
2c38700 Add 9 functional tests for previously untested features
3d3bcb6 remove useless NEWS file
03dee74 Bump version to 1.6.0 (fixes #28)
c8f41b9 Make xattr copying opt-in with -X/--xattrs flag (fixes #40)
3324695 Bump version to 1.6.1
4e5d8ae Update README: add -X/--xattrs, SOURCE_DATE_EPOCH, and missing device table types
bf5b1a0 Bump version to 1.6.2

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/genext2fs/genext2fs.hash | 2 +-
 package/genext2fs/genext2fs.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/genext2fs/genext2fs.hash b/package/genext2fs/genext2fs.hash
index 20bb1c641b..75e40f0caf 100644
--- a/package/genext2fs/genext2fs.hash
+++ b/package/genext2fs/genext2fs.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  d3861e4fe89131bd21fbd25cf0b683b727b5c030c4c336fadcd738ada830aab0  genext2fs-1.5.0.tar.gz
+sha256  b8aba9af48e664fa60134af696a57b3bb4ebd2b2878533d7611734e90b883ecc  genext2fs-1.6.2.tar.gz
 sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
diff --git a/package/genext2fs/genext2fs.mk b/package/genext2fs/genext2fs.mk
index adfa412e66..c2c7abbaf5 100644
--- a/package/genext2fs/genext2fs.mk
+++ b/package/genext2fs/genext2fs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GENEXT2FS_VERSION = 1.5.0
+GENEXT2FS_VERSION = 1.6.2
 GENEXT2FS_SITE = $(call github,bestouff,genext2fs,v$(GENEXT2FS_VERSION))
 GENEXT2FS_LICENSE = GPL-2.0
 GENEXT2FS_LICENSE_FILES = COPYING
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/genext2fs: bump version to 1.6.2
  2026-08-08 16:27 [Buildroot] [PATCH] package/genext2fs: bump version to 1.6.2 Thomas Petazzoni via buildroot
@ 2026-08-08 23:06 ` Julien Olivain via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-08-08 23:06 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

On 08/08/2026 18:27, Thomas Petazzoni via buildroot wrote:
> Upstream doesn't provide any useful changelog, but the number of
> 1.5.0..1.6.2 commits is reasonable:
> 
> bfc28c7 Define {MAX_,}RESERVED_BLOCKS as floats
> 5b93731 Recover automatic block number calculation
> d6e659d Correct message for minimum block count
> 1b2a30e Correct also commented code to take into account reserved 
> blocks
> 944a4fd Indirect blocks must be taken into account for stats
> 3e2fce1 Restore (MAX_)RESERVED_BLOCKS to integer division
> b571221 Add missing newlines on error messages.
> cd4ff51 don't call ftruncate() on stdout
> 6909cde Enable system locale - change from the standard (C) to system 
> locale.
> 9651f5d Fix alignment issues for strict architectures
> 4a99c22 Hardcode length of hardcoded char array instead of sizeof(long)
> 1f38ba4 Add ordered directory traversal
> 84c2d01 Add ordered directory traversal test
> 467ebe5 Fix formatting of man page references
> 810c12e Fix auto-block calculation from PR #5 merge
> 28988bd Skip device table entry when parent path is not a directory 
> (from PR #33)
> 45191ab Fix ordered directory traversal from PR #34 merge
> b615521 configure.ac: teach autoreconf to detect and install macros in 
> m4
> 81028ca configure.ac: upgrade ancient snprintf macro to modern 
> autoconf-archive edition
> 67661a1 Fix EXTRA_DIST: reference new ax_func_snprintf.m4 instead of 
> deleted ac_func_snprintf.m4
> 907737e Remove incorrect address
> 4c4343d Add licensing information
> cb5f584 Add license information
> a60ccd9 Use strrchr to split path:dest so host paths may contain colons 
> (fixes #23)
> 44ff03d Implement sparse_super feature with superblock/GDT backups 
> (fixes #29)
> 8b8f2d1 Add extended attributes (xattr) support (fixes #9)
> d0a9274 Optimize block/inode allocation for large filesystems (fixes 
> #31)
> b69c34e Fix -d dir:/path destination: restore colon after stats pass, 
> auto-create intermediate dirs
> 2c38700 Add 9 functional tests for previously untested features
> 3d3bcb6 remove useless NEWS file
> 03dee74 Bump version to 1.6.0 (fixes #28)
> c8f41b9 Make xattr copying opt-in with -X/--xattrs flag (fixes #40)
> 3324695 Bump version to 1.6.1
> 4e5d8ae Update README: add -X/--xattrs, SOURCE_DATE_EPOCH, and missing 
> device table types
> bf5b1a0 Bump version to 1.6.2
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Applied to master, thanks.
For info, I fixed the license hash.

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-08-08 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-08 16:27 [Buildroot] [PATCH] package/genext2fs: bump version to 1.6.2 Thomas Petazzoni via buildroot
2026-08-08 23:06 ` Julien Olivain via buildroot

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