From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jyzwH-00073d-TK for ptxdist@pengutronix.de; Fri, 24 Jul 2020 17:48:51 +0200 Received: by mail-wr1-x441.google.com with SMTP id r4so5778917wrx.9 for ; Fri, 24 Jul 2020 08:48:49 -0700 (PDT) From: Bruno Thomsen Date: Fri, 24 Jul 2020 17:48:38 +0200 Message-Id: <20200724154843.5552-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 1/6] chrony: verion bump 3.3 -> 3.5 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: Bruno Thomsen , bth@kamstrup.com Always enable ntp support as it does not require extra dependencies. Signed-off-by: Bruno Thomsen --- rules/chrony.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/chrony.make b/rules/chrony.make index 61fe4a7fd..3b7456618 100644 --- a/rules/chrony.make +++ b/rules/chrony.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony # # Paths and names # -CHRONY_VERSION := 3.3 -CHRONY_MD5 := 81ab62cf5d60b4b3fa8cd2c1b267ffd9 +CHRONY_VERSION := 3.5 +CHRONY_MD5 := 5f66338bc940a9b51eede8f391e7bed3 CHRONY := chrony-$(CHRONY_VERSION) CHRONY_SUFFIX := tar.gz CHRONY_URL := http://download.tuxfamily.org/chrony/$(CHRONY).$(CHRONY_SUFFIX) @@ -44,7 +44,6 @@ CHRONY_CONF_OPT := \ --without-nss \ --without-tomcrypt \ --disable-cmdmon \ - --disable-ntp \ --disable-refclock \ --disable-phc \ --disable-pps \ base-commit: 6721ecdd3deb6e5839462086e9526d6f6c744cea -- 2.26.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de