mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sed: Version bump 4.8 -> 4.9
@ 2025-10-01 11:52 Lars Alex Pedersen
  2025-10-17  8:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Alex Pedersen @ 2025-10-01 11:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Alex Pedersen

* COPYING license why-not-lgpl.html link updated, otherwise the same.
* Configure options updated and reordered using configure_helper.

Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
---
 rules/sed.make | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/rules/sed.make b/rules/sed.make
index 1ab10350b..34be70d20 100644
--- a/rules/sed.make
+++ b/rules/sed.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_SED) += sed
 #
 # Paths and names
 #
-SED_VERSION	:= 4.8
-SED_MD5		:= 4b9b442ae2527ac316d2915facc41622
+SED_VERSION	:= 4.9
+SED_MD5		:= a50000a406f767bfa35db319704ef7b5
 SED		:= sed-$(SED_VERSION)
 SED_SUFFIX	:= tar.gz
 SED_URL		:= $(call ptx/mirror, GNU, sed/$(SED).$(SED_SUFFIX))
@@ -24,7 +24,7 @@ SED_SOURCE	:= $(SRCDIR)/$(SED).$(SED_SUFFIX)
 SED_DIR		:= $(BUILDDIR)/$(SED)
 SED_LICENSE	:= GPL-3.0-only
 SED_LICENSE_FILES := \
-	file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e
+	file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -37,12 +37,21 @@ SED_CONF_TOOL	:= autoconf
 SED_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	$(GLOBAL_LARGE_FILE_OPTION) \
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038 \
+	--enable-threads=posix \
+	--enable-cross-guesses=conservative \
 	--disable-acl \
+	--disable-assert \
 	--disable-nls \
 	--disable-rpath \
+	--disable-i18n \
+	--disable-gcc-warnings \
+	--disable-bold-man-page-references \
+	--without-included-regex \
 	--without-selinux \
-	--enable-threads=posix \
-	--disable-assert
+	--with-packager \
+	--with-packager-version \
+	--with-packager-bug-reports
 
 # ----------------------------------------------------------------------------
 # Target-Install

base-commit: de3afe806e398349482e92e812f6f69467070ec4
-- 
2.51.0




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

* Re: [ptxdist] [APPLIED] sed: Version bump 4.8 -> 4.9
  2025-10-01 11:52 [ptxdist] [PATCH] sed: Version bump 4.8 -> 4.9 Lars Alex Pedersen
@ 2025-10-17  8:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17  8:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Alex Pedersen

Thanks, applied as ca9e1c44e071fe0e278b4bbc71f1eb8f20deed01.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:20:14 +0200, Lars Alex Pedersen <lapeddk@gmail.com> wrote:
> * COPYING license why-not-lgpl.html link updated, otherwise the same.
> * Configure options updated and reordered using configure_helper.
> 
> Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
> Message-Id: <20251001115249.139171-1-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sed.make b/rules/sed.make
> index 1ab10350bb1f..34be70d201bb 100644
> --- a/rules/sed.make
> +++ b/rules/sed.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_SED) += sed
>  #
>  # Paths and names
>  #
> -SED_VERSION	:= 4.8
> -SED_MD5		:= 4b9b442ae2527ac316d2915facc41622
> +SED_VERSION	:= 4.9
> +SED_MD5		:= a50000a406f767bfa35db319704ef7b5
>  SED		:= sed-$(SED_VERSION)
>  SED_SUFFIX	:= tar.gz
>  SED_URL		:= $(call ptx/mirror, GNU, sed/$(SED).$(SED_SUFFIX))
> @@ -24,7 +24,7 @@ SED_SOURCE	:= $(SRCDIR)/$(SED).$(SED_SUFFIX)
>  SED_DIR		:= $(BUILDDIR)/$(SED)
>  SED_LICENSE	:= GPL-3.0-only
>  SED_LICENSE_FILES := \
> -	file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e
> +	file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -37,12 +37,21 @@ SED_CONF_TOOL	:= autoconf
>  SED_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
> +	--$(call ptx/endis, PTXDIST_Y2038)-year2038 \
> +	--enable-threads=posix \
> +	--enable-cross-guesses=conservative \
>  	--disable-acl \
> +	--disable-assert \
>  	--disable-nls \
>  	--disable-rpath \
> +	--disable-i18n \
> +	--disable-gcc-warnings \
> +	--disable-bold-man-page-references \
> +	--without-included-regex \
>  	--without-selinux \
> -	--enable-threads=posix \
> -	--disable-assert
> +	--with-packager \
> +	--with-packager-version \
> +	--with-packager-bug-reports
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



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

end of thread, other threads:[~2025-10-17  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-01 11:52 [ptxdist] [PATCH] sed: Version bump 4.8 -> 4.9 Lars Alex Pedersen
2025-10-17  8:20 ` [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