From patchwork Sun Jun 28 07:01:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3218 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49vhPM6zhwz3x5V for ; Sun, 28 Jun 2020 07:01:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49vhPL1grxz1gS; Sun, 28 Jun 2020 07:01:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49vhPK55Nkz2y3S; Sun, 28 Jun 2020 07:01:41 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49vhPH2xqwz2xGQ for ; Sun, 28 Jun 2020 07:01:39 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49vhPG3msPz1gS for ; Sun, 28 Jun 2020 07:01:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593327698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=bXYNmZ/MRGnJQaOPqsjQtoPoGNqFM5reoyccyxuceqU=; b=RL0w37HYL0PY/mwyP3+VbVplHCB6XiHIuE6W2NyX8adUTV0Tahej984Qg02Z1rdNgpvjJz IzHoQnupIP3P6SDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593327698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=bXYNmZ/MRGnJQaOPqsjQtoPoGNqFM5reoyccyxuceqU=; b=eq/iHuEsyld/v8vnKVPyu1bBe2qkB50iGBDSK2KVt/cq6TXqNKuaIwfr/TN4LfeEQlilkd /7oAJn+ZetLh1PGSY5UFRgGT9bjeupbEO/mxUcxL+T+iIgkXuH1eRtz24YbBWmH4hmXKxS CaB/We9z60sSznfSnKTf5FXV+drNW0uzwZrwT0rh1EQrWzpKc96QhDLP2YDTlkbkSSWVYT umd6RAGQ7V5anR4rKmqqsYnfmoipPbu4pLYF+95CR0WL4Osx2en+XNcknoJi0rfMmUFbX/ JN5XLSOi0uVYPFzWaOn4dPVBCXhvQgP6bESFEcYaAVqppD9mJHB/7oM1ZLVG4w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ntp: Update to 4.2.8p15 Date: Sun, 28 Jun 2020 09:01:33 +0200 Message-Id: <20200628070133.1492-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2020_ntp_4_2_8p15_NTP_Relea Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/ntp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ntp b/lfs/ntp index 9a12e4e10..3c4a97033 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 4.2.8p14 +VER = 4.2.8p15 THISAPP = ntp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 783edaf1d68ddf651bde64eda54a579d +$(DL_FILE)_MD5 = e1e6b23d2fc75cced41801dbcd6c2561 install : $(TARGET)