From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1i00vg-0005Ww-BO for ptxdist@pengutronix.de; Tue, 20 Aug 2019 11:59:53 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23991082AbfHTJ7tzhd3C (ORCPT ); Tue, 20 Aug 2019 11:59:49 +0200 Date: Tue, 20 Aug 2019 11:59:48 +0200 From: Ladislav Michl Message-ID: <20190820095948.GA27615@lenoch> MIME-Version: 1.0 Content-Disposition: inline Subject: [ptxdist] [PATCH] coreutils: version bump 8.29 -> 8.31 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 Signed-off-by: Ladislav Michl --- Hi, this update brings a question: Shall we use global option for linux-crypto as we do for SELinux? Packages have support for cryptodev and/or AF_ALG netlink, so having these options at one place make some sort if sense. Choice between software crypto implementation and cryptodev/AF_ALG depends on workload and hardware available. Thoughts? rules/coreutils.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/coreutils.make b/rules/coreutils.make index 747319832..842944c81 100644 --- a/rules/coreutils.make +++ b/rules/coreutils.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils # # Paths and names # -COREUTILS_VERSION := 8.29 -COREUTILS_MD5 := 960cfe75a42c9907c71439f8eb436303 +COREUTILS_VERSION := 8.31 +COREUTILS_MD5 := 0009a224d8e288e8ec406ef0161f9293 COREUTILS := coreutils-$(COREUTILS_VERSION) COREUTILS_SUFFIX := tar.xz COREUTILS_URL := $(call ptx/mirror, GNU, coreutils/$(COREUTILS).$(COREUTILS_SUFFIX)) @@ -173,6 +173,7 @@ COREUTILS_CONF_OPT := \ --disable-single-binary-exceptions \ --enable-no-install-program=$(subst $(space),$(comma),$(strip $(COREUTILS_INST-))) \ --disable-nls \ + --without-linux-crypto \ --without-openssl \ --$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux \ --with-tty-group=tty \ -- 2.23.0.rc1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de