From patchwork Fri Aug 24 05:07:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1899 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id DFF4361842 for ; Thu, 23 Aug 2018 21:07:13 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D450010FFEAE; Thu, 23 Aug 2018 20:07:12 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1535051233; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=G9uGAHeYq7fpPB2qXG9XQ9mI8CaB2GX+G4Ei1Rx9Iqg=; b=1QEyuSzmDrpDW9OrU6w3+m8X3ZiKVZcry9Ah/+bkEu2UP9Dsl5h8LqGALUS+uu6xTrsfX0 gz1qylm+nnL/dwXOOHyOyomZdJkUlJq3elLvAVg4WFxBFVs6Bf/QzIvs1Hwk2Op3r62XY9 DT16NkLOnbS9F+Xyyxp3SsnyHi2Ecxk+bEfy8bMCoMtuylVPLK1tg8aGhfTwVQaByXObuj 7hasCm/VFdIl/dJWAdmb36VO2qCcOwDZJqjjhI74Wmzf3t0CuK3y20W5YVKAa2Cf1a6PHY RFApy5UlzeYdZ2h3oF1fuZwSWZBoekvPQDgRZgdrWGmoOky4652eiG/7zZzjUA== Received: from Devel.localdomain (p5B0A241B.dip0.t-ipconnect.de [91.10.36.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id A6286109370B for ; Thu, 23 Aug 2018 20:07:09 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1535051229; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=G9uGAHeYq7fpPB2qXG9XQ9mI8CaB2GX+G4Ei1Rx9Iqg=; b=RRW3BCHrF/0z21BPW5L27PjmjpaPkBDJ6wKroL9tYeEobexQciWIw7xruobETmJNDu0VQp ZVWBdLUQNvN7jAr3gW7nxEJCjWXeiIjoWEqDbZc6LuWBg6QW5NYBoGJmsEjGDyMMrsCAxx /c2vtW4NRvvyD/UdvB017ow1sx4EdI2gfAzefidf/SHvVdzGmPud9ZppmYUsk9FlDc5jeF 2BT3WJUzsI5Jo7LJrl0JPnaxIrj0/9zIz26jJLtV+FDANJ9mtL6c9Er0Nxv0pqyY8BnSWg i0hej8gsBPw5vVLotmz9lO5LZyH6YANKJ/CBm51R3JQnnGUPyNvDs8xBfkxXcg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ntp: Update to 4.2.8p12 Date: Thu, 23 Aug 2018 21:07:04 +0200 Message-Id: <20180823190704.4986-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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#Recent_Vulnerabilities Best, Matthias Signed-off-by: Matthias Fischer --- lfs/ntp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ntp b/lfs/ntp index 9c5e772ac..8f845409c 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -24,7 +24,7 @@ include Config -VER = 4.2.8p11 +VER = 4.2.8p12 THISAPP = ntp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 00950ca2855579541896513e78295361 +$(DL_FILE)_MD5 = 1522d66574bae14abb2622746dad2bdc install : $(TARGET)