Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 18:59:34 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 11ff2d7e8100 - main - net/chrony: enable MS-SNTP authentication (SIGND) PR:		254859 Reported by:	Andrej Ebert
Message-ID:  <202104071859.137IxYQA088272@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

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

commit 11ff2d7e81002e788f8e54ad7b60daba43db8e50
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-04-07 18:57:26 +0000
Commit:     Matthias Andree <mandree@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



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