From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add NTP source URL and apply security update Date: Sat, 04 Jun 2016 23:59:00 +0200 Message-ID: <8760towr8b.fsf@gnu.org> References: <20160603211546.GA3164@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9Jb2-0000So-AJ for guix-devel@gnu.org; Sat, 04 Jun 2016 17:59:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9Jay-0002xV-6K for guix-devel@gnu.org; Sat, 04 Jun 2016 17:59:07 -0400 In-Reply-To: <20160603211546.GA3164@jasmine> (Leo Famulari's message of "Fri, 3 Jun 2016 17:15:46 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > Our NTP package definition fetches source from the HTTP-only URL=20 > http://archive.ntp.org/. > > This redirects to an HTTPS URL, https://www.eecis.udel.edu. > > Then, the whole things fails because GnuTLS is not available. So, patch > 1/2 adds the eecis.udel.edu URL so that GnuTLS is provided. > > udel.edu is the University of Delaware, where the NTP inventor David > Mills is a professor emeritus: > https://www.eecis.udel.edu/~mills/ntp.html > > Your thoughts? Sure, sounds good. > From 0440497ceab2d45df9f94b452a1e2b95e7752f2b Mon Sep 17 00:00:00 2001 > Message-Id: <0440497ceab2d45df9f94b452a1e2b95e7752f2b.1464988535.git.leo@= famulari.name> > From: Leo Famulari > Date: Fri, 3 Jun 2016 16:56:44 -0400 > Subject: [PATCH 1/2] gnu: ntp: Add HTTPS URL. > > This works around an HTTP -> HTTPS redirection. > > * gnu/packages/ntp.scm (ntp)[source]: Add HTTPS URL. OK. > + (uri (list (string-append > + "http://archive.ntp.org/ntp4/ntp-" > + (version-major+minor version) > + "/ntp-" version ".tar.gz") > + (string-append ^ Misaligned! :-) > From: Leo Famulari > Date: Fri, 3 Jun 2016 16:57:29 -0400 > Subject: [PATCH 2/2] gnu: ntp: Update to 4.2.8p8 [fixes CVE-2016-{4953, 4= 954, > 4955, 4956, 4957}]. > > * gnu/packages/ntp.scm (ntp): Update to 4.2.8p8. OK. Thank you! Ludo=E2=80=99.