From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 09 Jun 2022 19:49:27 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nzMHf-008yig-1h for lore@lore.pengutronix.de; Thu, 09 Jun 2022 19:49:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nzMHe-00011f-DZ; Thu, 09 Jun 2022 19:49:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nzMGy-00011U-Vl; Thu, 09 Jun 2022 19:48:45 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nzMGz-007QM8-D4; Thu, 09 Jun 2022 19:48:44 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nzMGx-00B6EG-Ed; Thu, 09 Jun 2022 19:48:43 +0200 Date: Thu, 9 Jun 2022 19:48:43 +0200 From: Michael Olbrich To: Lars Pedersen Message-ID: Mail-Followup-To: Lars Pedersen , ptxdist@pengutronix.de References: <20220609111218.440182-1-lapeddk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220609111218.440182-1-lapeddk@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 > --- > 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 |