mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] e2fsprogs: Version bump. 1.47.3 -> 1.47.4
@ 2026-03-10 16:38 Christian Melki
  2026-03-13 13:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-03-10 16:38 UTC (permalink / raw)
  To: ptxdist

Mostly bug fixes.
https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.4

* Add/move configure options.

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-e2fsprogs-Disable-docs.patch                      | 0
 .../0002-e2fsprogs-Disable-ldconfig.patch                  | 0
 ...mke2fs.conf-remove-orphan_file-from-ext4-features.patch | 0
 patches/{e2fsprogs-1.47.3 => e2fsprogs-1.47.4}/series      | 0
 rules/e2fsprogs.make                                       | 7 ++++---
 5 files changed, 4 insertions(+), 3 deletions(-)
 rename patches/{e2fsprogs-1.47.3 => e2fsprogs-1.47.4}/0001-e2fsprogs-Disable-docs.patch (100%)
 rename patches/{e2fsprogs-1.47.3 => e2fsprogs-1.47.4}/0002-e2fsprogs-Disable-ldconfig.patch (100%)
 rename patches/{e2fsprogs-1.47.3 => e2fsprogs-1.47.4}/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch (100%)
 rename patches/{e2fsprogs-1.47.3 => e2fsprogs-1.47.4}/series (100%)

diff --git a/patches/e2fsprogs-1.47.3/0001-e2fsprogs-Disable-docs.patch b/patches/e2fsprogs-1.47.4/0001-e2fsprogs-Disable-docs.patch
similarity index 100%
rename from patches/e2fsprogs-1.47.3/0001-e2fsprogs-Disable-docs.patch
rename to patches/e2fsprogs-1.47.4/0001-e2fsprogs-Disable-docs.patch
diff --git a/patches/e2fsprogs-1.47.3/0002-e2fsprogs-Disable-ldconfig.patch b/patches/e2fsprogs-1.47.4/0002-e2fsprogs-Disable-ldconfig.patch
similarity index 100%
rename from patches/e2fsprogs-1.47.3/0002-e2fsprogs-Disable-ldconfig.patch
rename to patches/e2fsprogs-1.47.4/0002-e2fsprogs-Disable-ldconfig.patch
diff --git a/patches/e2fsprogs-1.47.3/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch b/patches/e2fsprogs-1.47.4/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
similarity index 100%
rename from patches/e2fsprogs-1.47.3/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
rename to patches/e2fsprogs-1.47.4/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
diff --git a/patches/e2fsprogs-1.47.3/series b/patches/e2fsprogs-1.47.4/series
similarity index 100%
rename from patches/e2fsprogs-1.47.3/series
rename to patches/e2fsprogs-1.47.4/series
diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index 8c8d2b641..f4a2972dc 100644
--- a/rules/e2fsprogs.make
+++ b/rules/e2fsprogs.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
 #
 # Paths and names
 #
-E2FSPROGS_VERSION	:= 1.47.3
-E2FSPROGS_MD5		:= bfe4e87fe42d899d47cf9bb815fa2b76
+E2FSPROGS_VERSION	:= 1.47.4
+E2FSPROGS_MD5		:= 2c41cfdd6097c7731b35e88c59140c69
 E2FSPROGS		:= e2fsprogs-$(E2FSPROGS_VERSION)
 E2FSPROGS_SUFFIX	:= tar.gz
 E2FSPROGS_URL		:= $(call ptx/mirror, KERNEL, kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
@@ -37,7 +37,6 @@ E2FSPROGS_LICENSE_FILES	:= \
 E2FSPROGS_CONF_TOOL	:= autoconf
 E2FSPROGS_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
-	$(GLOBAL_LARGE_FILE_OPTION) \
 	--disable-symlink-install \
 	--disable-relative-symlinks \
 	--disable-symlink-build \
@@ -69,12 +68,14 @@ E2FSPROGS_CONF_OPT	:= \
 	--disable-bmap-stats-ops \
 	--disable-nls \
 	--disable-rpath \
+	$(GLOBAL_LARGE_FILE_OPTION) \
 	--disable-fuse2fs \
 	--disable-lto \
 	--disable-ubsan \
 	--disable-addrsan \
 	--disable-threadsan \
 	--disable-fuzzing \
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038 \
 	--with-pthread \
 	--without-libarchive
 
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] e2fsprogs: Version bump. 1.47.3 -> 1.47.4
  2026-03-10 16:38 [ptxdist] [PATCH] e2fsprogs: Version bump. 1.47.3 -> 1.47.4 Christian Melki
@ 2026-03-13 13:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-03-13 13:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as bb2b612a0118b920db6517269200ba30f718ea87.

Michael

[sent from post-receive hook]

On Fri, 13 Mar 2026 14:03:10 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly bug fixes.
> https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.4
> 
> * Add/move configure options.
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260310163813.1020736-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/e2fsprogs-1.47.3/0001-e2fsprogs-Disable-docs.patch b/patches/e2fsprogs-1.47.4/0001-e2fsprogs-Disable-docs.patch
> similarity index 100%
> rename from patches/e2fsprogs-1.47.3/0001-e2fsprogs-Disable-docs.patch
> rename to patches/e2fsprogs-1.47.4/0001-e2fsprogs-Disable-docs.patch
> diff --git a/patches/e2fsprogs-1.47.3/0002-e2fsprogs-Disable-ldconfig.patch b/patches/e2fsprogs-1.47.4/0002-e2fsprogs-Disable-ldconfig.patch
> similarity index 100%
> rename from patches/e2fsprogs-1.47.3/0002-e2fsprogs-Disable-ldconfig.patch
> rename to patches/e2fsprogs-1.47.4/0002-e2fsprogs-Disable-ldconfig.patch
> diff --git a/patches/e2fsprogs-1.47.3/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch b/patches/e2fsprogs-1.47.4/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
> similarity index 100%
> rename from patches/e2fsprogs-1.47.3/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
> rename to patches/e2fsprogs-1.47.4/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
> diff --git a/patches/e2fsprogs-1.47.3/series b/patches/e2fsprogs-1.47.4/series
> similarity index 100%
> rename from patches/e2fsprogs-1.47.3/series
> rename to patches/e2fsprogs-1.47.4/series
> diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
> index 8c8d2b6414f4..f4a2972dc8c6 100644
> --- a/rules/e2fsprogs.make
> +++ b/rules/e2fsprogs.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
>  #
>  # Paths and names
>  #
> -E2FSPROGS_VERSION	:= 1.47.3
> -E2FSPROGS_MD5		:= bfe4e87fe42d899d47cf9bb815fa2b76
> +E2FSPROGS_VERSION	:= 1.47.4
> +E2FSPROGS_MD5		:= 2c41cfdd6097c7731b35e88c59140c69
>  E2FSPROGS		:= e2fsprogs-$(E2FSPROGS_VERSION)
>  E2FSPROGS_SUFFIX	:= tar.gz
>  E2FSPROGS_URL		:= $(call ptx/mirror, KERNEL, kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
> @@ -37,7 +37,6 @@ E2FSPROGS_LICENSE_FILES	:= \
>  E2FSPROGS_CONF_TOOL	:= autoconf
>  E2FSPROGS_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
> -	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--disable-symlink-install \
>  	--disable-relative-symlinks \
>  	--disable-symlink-build \
> @@ -69,12 +68,14 @@ E2FSPROGS_CONF_OPT	:= \
>  	--disable-bmap-stats-ops \
>  	--disable-nls \
>  	--disable-rpath \
> +	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--disable-fuse2fs \
>  	--disable-lto \
>  	--disable-ubsan \
>  	--disable-addrsan \
>  	--disable-threadsan \
>  	--disable-fuzzing \
> +	--$(call ptx/endis, PTXDIST_Y2038)-year2038 \
>  	--with-pthread \
>  	--without-libarchive
>  



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

end of thread, other threads:[~2026-03-13 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-10 16:38 [ptxdist] [PATCH] e2fsprogs: Version bump. 1.47.3 -> 1.47.4 Christian Melki
2026-03-13 13:03 ` [ptxdist] [APPLIED] " Michael Olbrich

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