diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-04-07 18:57:26 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-04-07 18:59:33 +0000 |
commit | 11ff2d7e81002e788f8e54ad7b60daba43db8e50 (patch) | |
tree | 8c86519d263e7aa260460da8ebf30b8806eaf6f2 | |
parent | 882400377c13458aeb0d92ca9f5f01478b40621d (diff) | |
download | ports-11ff2d7e81002e788f8e54ad7b60daba43db8e50.tar.gz ports-11ff2d7e81002e788f8e54ad7b60daba43db8e50.zip |
net/chrony: enable MS-SNTP authentication (SIGND)
PR: 254859
Reported by: Andrej Ebert
-rw-r--r-- | net/chrony/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |