mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] e2fsprogs: Version bump. 1.47.1 -> 1.47.2
@ 2025-01-03 11:22 Christian Melki
  2025-01-16 16:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-01-03 11:22 UTC (permalink / raw)
  To: ptxdist

Minor fixes and changes.
https://github.com/tytso/e2fsprogs/blob/v1.47.2/doc/RelNotes/v1.47.2.txt

* Forward patchset. Applies cleanly.

* Change source URL to kernel mirror.
SF did not contain the new release and it is borderline dead to me.

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.1 => e2fsprogs-1.47.2}/series       | 0
 rules/e2fsprogs.make                                        | 6 +++---
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename patches/{e2fsprogs-1.47.1 => e2fsprogs-1.47.2}/0001-e2fsprogs-Disable-docs.patch (100%)
 rename patches/{e2fsprogs-1.47.1 => e2fsprogs-1.47.2}/0002-e2fsprogs-Disable-ldconfig.patch (100%)
 rename patches/{e2fsprogs-1.47.1 => e2fsprogs-1.47.2}/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch (100%)
 rename patches/{e2fsprogs-1.47.1 => e2fsprogs-1.47.2}/series (100%)

diff --git a/patches/e2fsprogs-1.47.1/0001-e2fsprogs-Disable-docs.patch b/patches/e2fsprogs-1.47.2/0001-e2fsprogs-Disable-docs.patch
similarity index 100%
rename from patches/e2fsprogs-1.47.1/0001-e2fsprogs-Disable-docs.patch
rename to patches/e2fsprogs-1.47.2/0001-e2fsprogs-Disable-docs.patch
diff --git a/patches/e2fsprogs-1.47.1/0002-e2fsprogs-Disable-ldconfig.patch b/patches/e2fsprogs-1.47.2/0002-e2fsprogs-Disable-ldconfig.patch
similarity index 100%
rename from patches/e2fsprogs-1.47.1/0002-e2fsprogs-Disable-ldconfig.patch
rename to patches/e2fsprogs-1.47.2/0002-e2fsprogs-Disable-ldconfig.patch
diff --git a/patches/e2fsprogs-1.47.1/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch b/patches/e2fsprogs-1.47.2/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
similarity index 100%
rename from patches/e2fsprogs-1.47.1/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
rename to patches/e2fsprogs-1.47.2/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
diff --git a/patches/e2fsprogs-1.47.1/series b/patches/e2fsprogs-1.47.2/series
similarity index 100%
rename from patches/e2fsprogs-1.47.1/series
rename to patches/e2fsprogs-1.47.2/series
diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index f5cc651b1..3675567f0 100644
--- a/rules/e2fsprogs.make
+++ b/rules/e2fsprogs.make
@@ -15,11 +15,11 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
 #
 # Paths and names
 #
-E2FSPROGS_VERSION	:= 1.47.1
-E2FSPROGS_MD5		:= 75e6d1353cbe6d5728a98fb0267206cb
+E2FSPROGS_VERSION	:= 1.47.2
+E2FSPROGS_MD5		:= 56a9e11ca395297627fed9b5afc4fec5
 E2FSPROGS		:= e2fsprogs-$(E2FSPROGS_VERSION)
 E2FSPROGS_SUFFIX	:= tar.gz
-E2FSPROGS_URL		:= $(call ptx/mirror, SF, e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
+E2FSPROGS_URL		:= $(call ptx/mirror, KERNEL, kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
 E2FSPROGS_SOURCE	:= $(SRCDIR)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX)
 E2FSPROGS_DIR		:= $(BUILDDIR)/$(E2FSPROGS)
 E2FSPROGS_LICENSE	:= GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND MIT
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] e2fsprogs: Version bump. 1.47.1 -> 1.47.2
  2025-01-03 11:22 [ptxdist] [PATCH] e2fsprogs: Version bump. 1.47.1 -> 1.47.2 Christian Melki
@ 2025-01-16 16:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-01-16 16:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 4ca588b6725522d951dfe860b13697bd5dd4ef4d.

Michael

[sent from post-receive hook]

On Thu, 16 Jan 2025 17:09:38 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor fixes and changes.
> https://github.com/tytso/e2fsprogs/blob/v1.47.2/doc/RelNotes/v1.47.2.txt
> 
> * Forward patchset. Applies cleanly.
> 
> * Change source URL to kernel mirror.
> SF did not contain the new release and it is borderline dead to me.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250103112232.963262-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/e2fsprogs-1.47.1/0001-e2fsprogs-Disable-docs.patch b/patches/e2fsprogs-1.47.2/0001-e2fsprogs-Disable-docs.patch
> similarity index 100%
> rename from patches/e2fsprogs-1.47.1/0001-e2fsprogs-Disable-docs.patch
> rename to patches/e2fsprogs-1.47.2/0001-e2fsprogs-Disable-docs.patch
> diff --git a/patches/e2fsprogs-1.47.1/0002-e2fsprogs-Disable-ldconfig.patch b/patches/e2fsprogs-1.47.2/0002-e2fsprogs-Disable-ldconfig.patch
> similarity index 100%
> rename from patches/e2fsprogs-1.47.1/0002-e2fsprogs-Disable-ldconfig.patch
> rename to patches/e2fsprogs-1.47.2/0002-e2fsprogs-Disable-ldconfig.patch
> diff --git a/patches/e2fsprogs-1.47.1/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch b/patches/e2fsprogs-1.47.2/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
> similarity index 100%
> rename from patches/e2fsprogs-1.47.1/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
> rename to patches/e2fsprogs-1.47.2/0003-mke2fs.conf-remove-orphan_file-from-ext4-features.patch
> diff --git a/patches/e2fsprogs-1.47.1/series b/patches/e2fsprogs-1.47.2/series
> similarity index 100%
> rename from patches/e2fsprogs-1.47.1/series
> rename to patches/e2fsprogs-1.47.2/series
> diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
> index f5cc651b1336..3675567f0ae0 100644
> --- a/rules/e2fsprogs.make
> +++ b/rules/e2fsprogs.make
> @@ -15,11 +15,11 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
>  #
>  # Paths and names
>  #
> -E2FSPROGS_VERSION	:= 1.47.1
> -E2FSPROGS_MD5		:= 75e6d1353cbe6d5728a98fb0267206cb
> +E2FSPROGS_VERSION	:= 1.47.2
> +E2FSPROGS_MD5		:= 56a9e11ca395297627fed9b5afc4fec5
>  E2FSPROGS		:= e2fsprogs-$(E2FSPROGS_VERSION)
>  E2FSPROGS_SUFFIX	:= tar.gz
> -E2FSPROGS_URL		:= $(call ptx/mirror, SF, e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
> +E2FSPROGS_URL		:= $(call ptx/mirror, KERNEL, kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
>  E2FSPROGS_SOURCE	:= $(SRCDIR)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX)
>  E2FSPROGS_DIR		:= $(BUILDDIR)/$(E2FSPROGS)
>  E2FSPROGS_LICENSE	:= GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND MIT



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

end of thread, other threads:[~2025-01-16 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-03 11:22 [ptxdist] [PATCH] e2fsprogs: Version bump. 1.47.1 -> 1.47.2 Christian Melki
2025-01-16 16:09 ` [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