git: 11ff2d7e8100 - main - net/chrony: enable MS-SNTP authentication (SIGND) PR: 254859 Reported by: Andrej Ebert

Matthias Andree mandree at FreeBSD.org
Wed Apr 7 18:59:43 UTC 2021


The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11ff2d7e81002e788f8e54ad7b60daba43db8e50

commit 11ff2d7e81002e788f8e54ad7b60daba43db8e50
Author:     Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-04-07 18:57:26 +0000
Commit:     Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-04-07 18:59:33 +0000

    net/chrony: enable MS-SNTP authentication (SIGND)
    PR:             254859
    Reported by:    Andrej Ebert
---
 net/chrony/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/chrony/Makefile b/net/chrony/Makefile
index 6ea888aa3ef9..bf306e645ef1 100644
--- a/net/chrony/Makefile
+++ b/net/chrony/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	chrony
 DISTVERSION=	4.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://download.tuxfamily.org/chrony/ \
 		LOCAL/mandree
@@ -27,6 +28,7 @@ CONFIGURE_ARGS=	--chronyvardir=/var/db/${PORTNAME} \
 		--mandir=${MANPREFIX}/man \
 		--prefix=${PREFIX} \
 		--sysconfdir=${PREFIX}/etc \
+		--enable-ntp-signd \
 		--without-tomcrypt
 
 ALL_TARGET=	all


More information about the dev-commits-ports-all mailing list