From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200725191307.2424653-9-r.schwebel@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 03 Aug 2020 08:30:05 +0200 Subject: Re: [ptxdist] [APPLIED] e2fsprogs: version bump 1.44.4 -> 1.44.6 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Robert Schwebel Thanks, applied as 471f5e0889e7102e09f6e37391a4eb45871d5685. Michael [sent from post-receive hook] On Mon, 03 Aug 2020 08:30:05 +0200, Robert Schwebel wrote: > Add the new configure options. > > Signed-off-by: Robert Schwebel > Message-Id: <20200725191307.2424653-9-r.schwebel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make > index e9197e227a8d..09952566edd8 100644 > --- a/rules/e2fsprogs.make > +++ b/rules/e2fsprogs.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs > # > # Paths and names > # > -E2FSPROGS_VERSION := 1.44.4 > -E2FSPROGS_MD5 := 156e94a6169ca1fa3f0c6749ae5921b9 > +E2FSPROGS_VERSION := 1.45.6 > +E2FSPROGS_MD5 := cccfb706d162514e4f9dbfbc9e5d65ee > E2FSPROGS := e2fsprogs-$(E2FSPROGS_VERSION) > E2FSPROGS_SUFFIX := tar.gz > E2FSPROGS_URL := $(call ptx/mirror, SF, e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX)) > @@ -69,6 +69,10 @@ E2FSPROGS_CONF_OPT := \ > --enable-threads=posix \ > --disable-rpath \ > --disable-fuse2fs \ > + --enable-lto \ > + --disable-ubsan \ > + --disable-addrsan \ > + --disable-threadsan \ > --without-included-gettext > > E2FSPROGS_MAKE_OPT := $(if $(filter 1,$(strip $(PTXDIST_VERBOSE))),V=1) _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de