From 11ff2d7e81002e788f8e54ad7b60daba43db8e50 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 7 Apr 2021 20:57:26 +0200 Subject: net/chrony: enable MS-SNTP authentication (SIGND) PR: 254859 Reported by: Andrej Ebert --- net/chrony/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net') 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 -- cgit v1.2.3