From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ntp: Update to 4.2.8p12 Date: Fri, 24 Aug 2018 12:26:28 +0100 Message-ID: In-Reply-To: <20180823190704.4986-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5294859712568815051==" List-Id: --===============5294859712568815051== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 > --- > 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) > --===============5294859712568815051==--