From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:20:36 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fhU-008kfI-0V for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:20:36 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v9fhT-00049E-K3; Fri, 17 Oct 2025 10:20:35 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1v9fh8-0003s0-PX; Fri, 17 Oct 2025 10:20:14 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fh8-0041jh-1U; Fri, 17 Oct 2025 10:20:14 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fh8-0000000D358-1hFM; Fri, 17 Oct 2025 10:20:14 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:20:14 +0200 Message-ID: <20251017082014.3110103-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251001115249.139171-1-lapeddk@gmail.com> References: <20251001115249.139171-1-lapeddk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sed: Version bump 4.8 -> 4.9 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: Lars Alex Pedersen 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as ca9e1c44e071fe0e278b4bbc71f1eb8f20deed01. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:20:14 +0200, Lars Alex Pedersen 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 > Message-Id: <20251001115249.139171-1-lapeddk@gmail.com> > Signed-off-by: Michael Olbrich > > 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