Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 06:21:54 GMT
From:      Landon Fuller <landonf@plausible.coop>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175918: [PATCH] net/ntp: Add --enable-ntp-signd option
Message-ID:  <201302070621.r176Lsih076015@red.freebsd.org>
Resent-Message-ID: <201302070630.r176U0Gt026684@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175918
>Category:       ports
>Synopsis:       [PATCH] net/ntp: Add --enable-ntp-signd option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 06:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Landon Fuller
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD directory1 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Patch attached with submission follows. This adds an option for --enable-ntp-signd (eg, MS-NTPD).

The patch is identical to the original patch posted to freebsd-ports by Dewayne Geraghty: http://lists.freebsd.org/pipermail/freebsd-ports/2012-May/074971.html

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru ntp.orig/Makefile ntp/Makefile
--- ntp.orig/Makefile	2013-02-07 00:51:49.000000000 -0500
+++ ntp/Makefile	2013-02-07 00:52:43.000000000 -0500
@@ -56,6 +56,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}
diff -ru ntp.orig/Makefile.inc ntp/Makefile.inc
--- ntp.orig/Makefile.inc	2013-02-07 00:51:49.000000000 -0500
+++ ntp/Makefile.inc	2013-02-07 00:52:34.000000000 -0500
@@ -2,6 +2,7 @@
 
 OPTIONS=	NTPSNMPD	"Build and install ntpsnmpd" OFF \
 		SSL		"Enable SSL" ON \
+		SIGNING		"Enable time signing" OFF \
 		IPV6		"Enable IPv6" OFF \
   		BANCOMM		"Enable Datum/Bancomm bc635/VME interface" OFF \
   		GPSVME		"Enable TrueTime GPS receiver/VME interface" OFF \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302070621.r176Lsih076015>