From owner-freebsd-ports@FreeBSD.ORG Sat May 19 20:24:51 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BB92106566C; Sat, 19 May 2012 20:24:51 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3768FC19; Sat, 19 May 2012 20:24:51 +0000 (UTC) Received: from pd4ml2so-ssvc.prod.shaw.ca ([10.0.141.136]) by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 19 May 2012 14:24:45 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=OAanaFJXxrU4geOiks1gk5+7cCarKPEnRlgRWHXA/ts= c=1 sm=1 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=hGzw-44bAAAA:8 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=MFgzy_9jSkIdeI_PNJEA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by pd4ml2so-dmz.prod.shaw.ca with ESMTP; 19 May 2012 14:24:44 -0600 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 7E95510B; Sat, 19 May 2012 13:24:44 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.5/8.14.5) with ESMTP id q4JKOhJe003228; Sat, 19 May 2012 13:24:44 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201205192024.q4JKOhJe003228@slippy.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: "Dewayne Geraghty" In-Reply-To: Message from "Dewayne Geraghty" of "Sat, 19 May 2012 15:49:34 +1000." <957745438793443CA926ADB10E9C9B80@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 May 2012 13:24:43 -0700 Cc: ports@FreeBSD.org, cy@FreeBSD.org Subject: Re: ntp - time signing patch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 20:24:51 -0000 In message <957745438793443CA926ADB10E9C9B80@white>, "Dewayne Geraghty" writes: > With discussion on the samba-technical list about an upcoming samba4-beta > release, it might prove timely to add the following patch to enable time > signing, for MS-Windows devices (mssntp). > > Ref: > https://wiki.samba.org/index.php/Samba4/HOWTO#Step_11_Configure_NTP_.28opti > onal.29 > > Regards, Dewayne. > > --- Makefile.orig 2012-05-19 14:31:43.000000000 +1000 > +++ Makefile 2012-05-19 14:40:58.000000000 +1000 > @@ -55,6 +55,10 @@ > CONFIGURE_ARGS+= --enable-ipv6 > .endif > > +.if defined(WITH_SIGNING) > +CONFIGURE_ARGS+= --enable-ntp-signd > +.endif > + > .for D in ${NTP_DRIVERS} > .if defined(WITH_${D}) > CONFIGURE_ARGS+= --enable-${D} > > --- Makefile.inc.orig 2012-05-19 14:33:08.000000000 +1000 > +++ Makefile.inc 2012-05-19 14:43:36.000000000 +1000 > @@ -3,6 +3,7 @@ > OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ > SSL "Enable SSL" ON \ > IPV6 "Enable IPv6" OFF \ > + SIGNING "Enable time signing" OFF \ > BANCOMM "Enable Datum/Bancomm bc635/VME interface" > OFF \ > GPSVME "Enable TrueTime GPS receiver/VME > interface" OFF \ > ACTS "Enable ACTS modem service" OFF \ > Looks good. I'll put it in my todo folder. I won't be able to get to it until mid week or later though. If I can't next week it'll have to wait three weeks. I hope that'll be OK. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org