aboutsummaryrefslogtreecommitdiff
path: root/net/ntpd/Makefile
diff options
context:
space:
mode:
authorPeter Wagner <tripolar@gmx.at>2015-11-22 00:59:39 +0100
committerPeter Wagner <tripolar@gmx.at>2015-11-22 00:59:39 +0100
commitb65967668dee6fd551e5ba50f91beea17b661541 (patch)
tree4d2af75624c63061f2cd13145a61aa765db04033 /net/ntpd/Makefile
parentd55d9ad92cedd039b5a973462663c99a4122a0d4 (diff)
ntpd: update to 4.2.8p4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/ntpd/Makefile')
-rw-r--r--net/ntpd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile
index 787e77955..feff2b458 100644
--- a/net/ntpd/Makefile
+++ b/net/ntpd/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ntp
-PKG_VERSION:=4.2.8p2
-PKG_RELEASE:=3
+PKG_VERSION:=4.2.8p4
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
-PKG_MD5SUM:=fa37049383316322d060ec9061ac23a9
+PKG_MD5SUM:=6af96862b09324a8ef965ca76b759c8b
PKG_LICENSE:=Unique
PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html
@@ -67,6 +67,7 @@ endef
define Package/ntp-utils
$(call Package/ntpd/Default)
TITLE+= utilities
+ DEPENDS+= +libcap
endef
define Package/ntp-utils/description
@@ -78,6 +79,7 @@ endef
define Package/ntp-keygen
$(call Package/ntpd/Default)
TITLE+=keygen
+ DEPENDS+= +libcap +libevent2-core
endef
define Package/ntp-keygen/description