From 23cb465ebb17c4b60b6b6a3fb44f20b28c882287 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 May 2015 09:51:52 +0200 Subject: [PATCH] ntp: disable kod from ntp.conf; seems to not work correctly. --- srcpkgs/ntp/files/ntp.conf | 2 +- srcpkgs/ntp/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ntp/files/ntp.conf b/srcpkgs/ntp/files/ntp.conf index 278dadd0a06..db834f495bf 100644 --- a/srcpkgs/ntp/files/ntp.conf +++ b/srcpkgs/ntp/files/ntp.conf @@ -10,7 +10,7 @@ server 1.pool.ntp.org server 2.pool.ntp.org # Only allow read-only access from localhost -restrict default kod noquery nomodify nopeer +restrict default noquery nomodify nopeer restrict 127.0.0.1 # Location of drift and log files diff --git a/srcpkgs/ntp/template b/srcpkgs/ntp/template index ad3042dce3d..02dce848a3f 100644 --- a/srcpkgs/ntp/template +++ b/srcpkgs/ntp/template @@ -1,7 +1,7 @@ # Template file for 'ntp' pkgname=ntp version=4.2.8p2 -revision=1 +revision=2 build_pie=yes build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd