From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Sat, 25 Jul 2020 21:13:07 +0200 Message-Id: <20200725191307.2424653-9-r.schwebel@pengutronix.de> In-Reply-To: <20200725191307.2424653-1-r.schwebel@pengutronix.de> References: <20200725191307.2424653-1-r.schwebel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 9/9] 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 Add the new configure options. Signed-off-by: Robert Schwebel --- rules/e2fsprogs.make | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make index e9197e227..09952566e 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) -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de