From owner-svn-src-all@freebsd.org Sun Jul 5 21:15:12 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5130598E593 for ; Sun, 5 Jul 2015 21:15:12 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) by mx1.freebsd.org (Postfix) with SMTP id 042601869 for ; Sun, 5 Jul 2015 21:15:11 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sun, 5 Jul 2015 21:15:45 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t65LF8kv030869; Sun, 5 Jul 2015 15:15:08 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1436130908.1334.3.camel@freebsd.org> Subject: Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contr... From: Ian Lepore To: Cy Schubert Cc: Cy Schubert , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sun, 05 Jul 2015 15:15:08 -0600 In-Reply-To: <201507051654.t65GsZqd012473@slippy.cwsent.com> References: <201507051654.t65GsZqd012473@slippy.cwsent.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 21:15:12 -0000 On Sun, 2015-07-05 at 09:54 -0700, Cy Schubert wrote: > In message <1436113168.1191.1.camel@freebsd.org>, Ian Lepore writes: > > On Sun, 2015-07-05 at 15:42 +0000, Cy Schubert wrote: > > > Author: cy > > > Date: Sun Jul 5 15:42:16 2015 > > > New Revision: 285169 > > > URL: https://svnweb.freebsd.org/changeset/base/285169 > > > > > > Log: > > > MFV ntp-4.2.8p3 (r284990). > > > > > > Approved by: roberto, delphij > > > Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 > > > Security: http://bugs.ntp.org/show_bug.cgi?id=2853 > > > Security: https://www.kb.cert.org/vuls/id/668167 > > > Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_N > > TP_Security_Vulnerabi > > > > While the checkin says 8.2.8p3, the new version identifies itself as: > > > > Jan 1 00:00:24 wand ntpd[590]: ntpd 4.2.8@1.3265-o Mon May 25 22:33:20 > > UTC 2015 (1): Starting > > > > compared to the prior import... > > > > Jun 8 03:27:15 dpnand ntpd[61397]: ntpd 4.2.8p2-a (1): Starting > > > > Is that expected? > > My bad. That's a manual update that was missed. It's in > usr.sbin/ntp/config.h. Version has just been updated. The crazy thing about this is that I was actually running an ntpd from ports -- I had forgotten to reset rc.conf after testing a couple weeks ago. But somehow I reported a right problem, even though it was based on wrong evidence. :) -- Ian