* [ptxdist] [PATCH] file: version bump 5.45 -> 5.47
@ 2026-04-18 18:22 Andreas Helmcke
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2026-04-18 18:22 UTC (permalink / raw)
To: ptxdist
some bug fixes and improvements, with Y2038 support
Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
rules/file.make | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/rules/file.make b/rules/file.make
index 54a31db20..78ee0743a 100644
--- a/rules/file.make
+++ b/rules/file.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FILE) += file
#
# Paths and names
#
-FILE_VERSION := 5.45
-FILE_MD5 := 26b2a96d4e3a8938827a1e572afd527a
+FILE_VERSION := 5.47
+FILE_MD5 := 1023ef52a2fb64acdf80211e469d6939
FILE := file-$(FILE_VERSION)
FILE_SUFFIX := tar.gz
FILE_URL := http://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX)
@@ -42,10 +42,12 @@ FILE_CONF_OPT := \
--disable-xzlib \
--disable-zstdlib \
--disable-lzlib \
+ --disable-lrziplib \
--$(call ptx/endis, PTXCONF_FILE_SECCOMP)-libseccomp \
--disable-fsect-man5 \
$(GLOBAL_LARGE_FILE_OPTION) \
- --disable-warnings
+ --disable-warnings \
+ --$(call ptx/endis, PTXCONF_GLIBC_Y2038)-year2038
# ----------------------------------------------------------------------------
# Target-Install
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] file: version bump 5.45 -> 5.47
2026-04-18 18:22 [ptxdist] [PATCH] file: version bump 5.45 -> 5.47 Andreas Helmcke
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Andreas Helmcke
Thanks, applied as c24bc8c79f8807cf5ba952759296fd4e0fca86bb.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:05 +0200, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> some bug fixes and improvements, with Y2038 support
>
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> Message-Id: <20260418182311.11653-3-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/file.make b/rules/file.make
> index 54a31db20f65..78ee0743a13e 100644
> --- a/rules/file.make
> +++ b/rules/file.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FILE) += file
> #
> # Paths and names
> #
> -FILE_VERSION := 5.45
> -FILE_MD5 := 26b2a96d4e3a8938827a1e572afd527a
> +FILE_VERSION := 5.47
> +FILE_MD5 := 1023ef52a2fb64acdf80211e469d6939
> FILE := file-$(FILE_VERSION)
> FILE_SUFFIX := tar.gz
> FILE_URL := http://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX)
> @@ -42,10 +42,12 @@ FILE_CONF_OPT := \
> --disable-xzlib \
> --disable-zstdlib \
> --disable-lzlib \
> + --disable-lrziplib \
> --$(call ptx/endis, PTXCONF_FILE_SECCOMP)-libseccomp \
> --disable-fsect-man5 \
> $(GLOBAL_LARGE_FILE_OPTION) \
> - --disable-warnings
> + --disable-warnings \
> + --$(call ptx/endis, PTXCONF_GLIBC_Y2038)-year2038
>
> # ----------------------------------------------------------------------------
> # Target-Install
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-18 18:22 [ptxdist] [PATCH] file: version bump 5.45 -> 5.47 Andreas Helmcke
2026-04-27 7:46 ` [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