ntp: Update to 4.2.8p12

Message ID 20180823190704.4986-1-matthias.fischer@ipfire.org
State Accepted
Commit db5360ee9a6d10483666c8ea6fd12b665b40f93d
Headers
Series ntp: Update to 4.2.8p12 |

Commit Message

Matthias Fischer Aug. 24, 2018, 5:07 a.m. UTC
  For details see:
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

Best,
Matthias

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

Comments

Michael Tremer Aug. 24, 2018, 9:26 p.m. UTC | #1
Interesting how many vulnerabilities can be in such a small package.

Merged.

-Michael

On Thu, 2018-08-23 at 21:07 +0200, Matthias Fischer wrote:
> For details see:
> http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
> 
> Best,
> Matthias
> 
> 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 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)
>
  

Patch

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)