From owner-freebsd-security@freebsd.org Mon Nov 2 08:53:08 2015 Return-Path: Delivered-To: freebsd-security@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 9B232A23EA2 for ; Mon, 2 Nov 2015 08:53:08 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2200611C2 for ; Mon, 2 Nov 2015 08:53:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id tA28r5SX084044 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 2 Nov 2015 11:53:05 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id tA28r5it084043; Mon, 2 Nov 2015 11:53:05 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 2 Nov 2015 11:53:05 +0300 From: Gleb Smirnoff To: Christian Weisgerber Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-15:25.ntp Message-ID: <20151102085305.GD78469@FreeBSD.org> References: <201510261236.t9QCa2xj044234@think.nginx.com> <20151102084722.GC78469@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151102084722.GC78469@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 08:53:08 -0000 On Mon, Nov 02, 2015 at 11:47:22AM +0300, Gleb Smirnoff wrote: T> C> Unfortunately, this update has now lost support for RAWDCF refclocks T> C> in 10.1. T> C> T> C> > # fetch https://security.FreeBSD.org/patches/SA-15:25/ntp-101.patch.bz2 T> C> T> C> It's right there in /usr.sbin/ntp/config.h: T> C> T> C> /* DCF77 raw time code */ T> C> -#define CLOCK_RAWDCF 1 T> C> +/* #undef CLOCK_RAWDCF */ T> C> T> C> I have opened bug #204203 about this. T> C> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204203 T> T> That actually was broken at import of 4.2.8p3. Not really. Somehow I screwed things up undefining it only in releng/ branches. -- Totus tuus, Glebius.