ntp: Update to 4.2.8p14

Message ID 20200309184536.1582-1-matthias.fischer@ipfire.org
State Accepted
Commit 9130b8b829f27d25d5468e9671ccdc76d70a970e
Headers
Series ntp: Update to 4.2.8p14 |

Commit Message

Matthias Fischer March 9, 2020, 6:45 p.m. UTC
  For details see:
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/ntp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer March 9, 2020, 9:26 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 9 Mar 2020, at 18:45, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> For details see:
> http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> lfs/ntp | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/ntp b/lfs/ntp
> index 040a0c2ae..9a12e4e10 100644
> --- a/lfs/ntp
> +++ b/lfs/ntp
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 4.2.8p13
> +VER        = 4.2.8p14
> 
> THISAPP    = ntp-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = ea040ab9b4ca656b5229b89d6b822f13
> +$(DL_FILE)_MD5 = 783edaf1d68ddf651bde64eda54a579d
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
>
  

Patch

diff --git a/lfs/ntp b/lfs/ntp
index 040a0c2ae..9a12e4e10 100644
--- a/lfs/ntp
+++ b/lfs/ntp
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 4.2.8p13
+VER        = 4.2.8p14
 
 THISAPP    = ntp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ea040ab9b4ca656b5229b89d6b822f13
+$(DL_FILE)_MD5 = 783edaf1d68ddf651bde64eda54a579d
 
 install : $(TARGET)