mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8
@ 2022-06-09 11:12 Lars Pedersen
  2022-06-09 17:48 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Pedersen @ 2022-06-09 11:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

* New configure options matched with grep package
* License file COPYING changed and COPYING.DOC removed

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

diff --git a/rules/sed.make b/rules/sed.make
index b7ac7ed07..e059003ba 100644
--- a/rules/sed.make
+++ b/rules/sed.make
@@ -15,17 +15,16 @@ PACKAGES-$(PTXCONF_SED) += sed
 #
 # Paths and names
 #
-SED_VERSION	:= 4.2.2
-SED_MD5		:= 7ffe1c7cdc3233e1e0c4b502df253974
+SED_VERSION	:= 4.8
+SED_MD5		:= 4b9b442ae2527ac316d2915facc41622
 SED		:= sed-$(SED_VERSION)
-SED_SUFFIX	:= tar.bz2
+SED_SUFFIX	:= tar.gz
 SED_URL		:= $(call ptx/mirror, GNU, sed/$(SED).$(SED_SUFFIX))
 SED_SOURCE	:= $(SRCDIR)/$(SED).$(SED_SUFFIX)
 SED_DIR		:= $(BUILDDIR)/$(SED)
 SED_LICENSE	:= GPL-3.0-only AND GNU Free Documentation License
 SED_LICENSE_FILES := \
-	file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
-	file://COPYING.DOC;md5=10b9de612d532fdeeb7fe8fcd1435cc6
+	file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -43,7 +42,9 @@ SED_AUTOCONF := \
 	--disable-acl \
 	--disable-nls \
 	--disable-rpath \
-	--without-selinux
+	--without-selinux \
+	--enable-threads=posix \
+	--disable-assert
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.36.1




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

* Re: [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8
  2022-06-09 11:12 [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8 Lars Pedersen
@ 2022-06-09 17:48 ` Michael Olbrich
  2022-06-10  9:36   ` Lars Pedersen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2022-06-09 17:48 UTC (permalink / raw)
  To: Lars Pedersen; +Cc: ptxdist

On Thu, Jun 09, 2022 at 01:12:18PM +0200, Lars Pedersen wrote:
> * New configure options matched with grep package
> * License file COPYING changed and COPYING.DOC removed

When the license file changes then please add a comment here what changed.
Also, I presume COPYING.DOC was the 'GNU Free Documentation License'. It
this license no longer used? If it's still necessary then please change
this to use the spdx license identifier. GFDL-* (with whatever version is
appropriate).

Michael

> 
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> ---
>  rules/sed.make | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/rules/sed.make b/rules/sed.make
> index b7ac7ed07..e059003ba 100644
> --- a/rules/sed.make
> +++ b/rules/sed.make
> @@ -15,17 +15,16 @@ PACKAGES-$(PTXCONF_SED) += sed
>  #
>  # Paths and names
>  #
> -SED_VERSION	:= 4.2.2
> -SED_MD5		:= 7ffe1c7cdc3233e1e0c4b502df253974
> +SED_VERSION	:= 4.8
> +SED_MD5		:= 4b9b442ae2527ac316d2915facc41622
>  SED		:= sed-$(SED_VERSION)
> -SED_SUFFIX	:= tar.bz2
> +SED_SUFFIX	:= tar.gz
>  SED_URL		:= $(call ptx/mirror, GNU, sed/$(SED).$(SED_SUFFIX))
>  SED_SOURCE	:= $(SRCDIR)/$(SED).$(SED_SUFFIX)
>  SED_DIR		:= $(BUILDDIR)/$(SED)
>  SED_LICENSE	:= GPL-3.0-only AND GNU Free Documentation License
>  SED_LICENSE_FILES := \
> -	file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
> -	file://COPYING.DOC;md5=10b9de612d532fdeeb7fe8fcd1435cc6
> +	file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -43,7 +42,9 @@ SED_AUTOCONF := \
>  	--disable-acl \
>  	--disable-nls \
>  	--disable-rpath \
> -	--without-selinux
> +	--without-selinux \
> +	--enable-threads=posix \
> +	--disable-assert
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install
> -- 
> 2.36.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8
  2022-06-09 17:48 ` Michael Olbrich
@ 2022-06-10  9:36   ` Lars Pedersen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Pedersen @ 2022-06-10  9:36 UTC (permalink / raw)
  To: Lars Pedersen, ptxdist

Hi. Thanks for the feedback

On Thu, 9 Jun 2022 at 19:48, Michael Olbrich <m.olbrich@pengutronix.de> wrote:
>
> On Thu, Jun 09, 2022 at 01:12:18PM +0200, Lars Pedersen wrote:
> > * New configure options matched with grep package
> > * License file COPYING changed and COPYING.DOC removed
>
> When the license file changes then please add a comment here what changed.
> Also, I presume COPYING.DOC was the 'GNU Free Documentation License'. It
> this license no longer used? If it's still necessary then please change
> this to use the spdx license identifier. GFDL-* (with whatever version is
> appropriate).
>
You are correct. It looks like the GNU Free Documentation License has
been removed with the COPYING.DOC. The changed in COPYING is just some
indentation changes.

I'll send a new patch

> Michael
>
> >
> > Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> > ---
> >  rules/sed.make | 13 +++++++------
> >  1 file changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/rules/sed.make b/rules/sed.make
> > index b7ac7ed07..e059003ba 100644
> > --- a/rules/sed.make
> > +++ b/rules/sed.make
> > @@ -15,17 +15,16 @@ PACKAGES-$(PTXCONF_SED) += sed
> >  #
> >  # Paths and names
> >  #
> > -SED_VERSION  := 4.2.2
> > -SED_MD5              := 7ffe1c7cdc3233e1e0c4b502df253974
> > +SED_VERSION  := 4.8
> > +SED_MD5              := 4b9b442ae2527ac316d2915facc41622
> >  SED          := sed-$(SED_VERSION)
> > -SED_SUFFIX   := tar.bz2
> > +SED_SUFFIX   := tar.gz
> >  SED_URL              := $(call ptx/mirror, GNU, sed/$(SED).$(SED_SUFFIX))
> >  SED_SOURCE   := $(SRCDIR)/$(SED).$(SED_SUFFIX)
> >  SED_DIR              := $(BUILDDIR)/$(SED)
> >  SED_LICENSE  := GPL-3.0-only AND GNU Free Documentation License
> >  SED_LICENSE_FILES := \
> > -     file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
> > -     file://COPYING.DOC;md5=10b9de612d532fdeeb7fe8fcd1435cc6
> > +     file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e
> >
> >  # ----------------------------------------------------------------------------
> >  # Prepare
> > @@ -43,7 +42,9 @@ SED_AUTOCONF := \
> >       --disable-acl \
> >       --disable-nls \
> >       --disable-rpath \
> > -     --without-selinux
> > +     --without-selinux \
> > +     --enable-threads=posix \
> > +     --disable-assert
> >
> >  # ----------------------------------------------------------------------------
> >  # Target-Install
> > --
> > 2.36.1
> >
> >
> >
>
> --
> Pengutronix e.K.                           |                             |
> Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
> 31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

end of thread, other threads:[~2022-06-10  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 11:12 [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8 Lars Pedersen
2022-06-09 17:48 ` Michael Olbrich
2022-06-10  9:36   ` Lars Pedersen

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