diff options
author | Miroslav Lichvar <mlichvar0@gmail.com> | 2015-10-20 07:46:42 +0200 |
---|---|---|
committer | Miroslav Lichvar <mlichvar0@gmail.com> | 2015-10-20 07:56:22 +0200 |
commit | 116daf94e6b913d9e600b036500865578482a1d6 (patch) | |
tree | 957fdf98af9e391498b441f3fa2f874c982d720b /net/chrony/Makefile | |
parent | 41a8f2d63b68d7683762d30ee04132ed0e1c4340 (diff) |
chrony: update to 2.2
Support for authentication with command key was replaced with
communication over Unix domain socket.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Diffstat (limited to 'net/chrony/Makefile')
-rw-r--r-- | net/chrony/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 9b0f7e7d1..5ef68cfa6 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.tuxfamily.org/chrony/ -PKG_MD5SUM:=15e470a51ab6e09e65bc0a2fbc5299af +PKG_MD5SUM:=17bc77d3d2ce942675f9600b60452717 PKG_MAINTAINER:=Miroslav Lichvar <mlichvar0@gmail.com> PKG_LICENSE:=GPL-2.0 @@ -41,7 +41,6 @@ endef define Package/chrony/conffiles /etc/chrony/chrony.conf -/etc/chrony/chrony.keys /etc/config/chrony endef @@ -51,6 +50,7 @@ CONFIGURE_ARGS+= \ --host-system=Linux \ --sysconfdir=/etc/chrony \ --prefix=/usr \ + --chronysockdir=/var/run/chrony \ --disable-readline \ --disable-rtc \ --disable-asyncdns \ @@ -71,7 +71,6 @@ define Package/chrony/install $(INSTALL_BIN) ./files/chronyd.init $(1)/etc/init.d/chronyd $(INSTALL_CONF) ./files/chrony.config $(1)/etc/config/chrony $(INSTALL_CONF) ./files/chrony.conf $(1)/etc/chrony/chrony.conf - $(INSTALL_CONF) ./files/chrony.keys $(1)/etc/chrony/chrony.keys endef $(eval $(call BuildPackage,chrony)) |