Reviewed-by: Michael Tremer > On 9 Mar 2020, at 18:45, Matthias Fischer wrote: > > For details see: > http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities > > Signed-off-by: Matthias Fischer > --- > 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 >