From owner-svn-ports-all@freebsd.org Mon Jul 23 02:38:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D360103B043 for ; Mon, 23 Jul 2018 02:38:51 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03C5E8F381 for ; Mon, 23 Jul 2018 02:38:50 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 8354d42b-8e21-11e8-93fa-f3ebd9db2b94 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 8354d42b-8e21-11e8-93fa-f3ebd9db2b94; Mon, 23 Jul 2018 02:38:43 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w6N2cg8C011774; Sun, 22 Jul 2018 20:38:42 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1532313522.1344.109.camel@freebsd.org> Subject: Re: svn commit: r475132 - in head/net/ntp: . files From: Ian Lepore To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Sun, 22 Jul 2018 20:38:42 -0600 In-Reply-To: <201807230230.w6N2Ua0v078986@slippy.cwsent.com> References: <201807230230.w6N2Ua0v078986@slippy.cwsent.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2018 02:38:51 -0000 On Sun, 2018-07-22 at 19:30 -0700, Cy Schubert wrote: > In message <201807230032.w6N0Wx2h091653@repo.freebsd.org>, Ian > Lepore  > writes: > > > > Author: ian (src committer) > > Date: Mon Jul 23 00:32:59 2018 > > New Revision: 475132 > > URL: https://svnweb.freebsd.org/changeset/ports/475132 > > > > Log: > >   Add TrustedBSD MAC(4) support to ntpd. > >    > >   These changes add support for running ntpd as non-root, and > > improve support > >   for the --jaildir (chroot) option when running on freebsd. These > > correspond > >   to the changes made in the base system with r336525. > >    > >   The new patches in this change are exactly what was submitted > > upstream in > >   https://bugs.ntp.org/show_bug.cgi?id=3509 > >    > >   Approved by: cy@ > >   Differential Revision: https://reviews.freebsd.org/D16396 > > > > Added: > >   head/net/ntp/files/patch-ntpd_ntpd.c   (contents, props changed) > >   head/net/ntp/files/patch-sntp_m4_ntp__libntp.m4   (contents, > > props changed) > > Modified: > >   head/net/ntp/Makefile > > > Thank you. > > Don't forget to do ntp-devel too. > > ntp-devel isn't a thing anymore.  The port is marked FORBIDDEN, if you remove that it spews errors about a dozen CVEs. I went looking for newer devel source, and the repos haven't been updated for almost 2 years, and there are no newer archives in Dave Mills' stash at udel either. There just doesn't seem to be any devel work going on in ntp- land these days that's publicly visible except maintenance releases for security fixes from the stable branch. -- Ian