X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ecdc8bd6717059d3cce793e829a55ef3e474104b..22a1832e50a0d9a43fd3388976994bd3d6cc13c1:/openwrt/package/openntpd/Makefile diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 8af22b2e3..80c3af1b9 100644 --- a/openwrt/package/openntpd/Makefile +++ b/openwrt/package/openntpd/Makefile @@ -3,13 +3,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openntpd -PKG_VERSION:=3.6.1p1 +PKG_VERSION:=3.7p1 PKG_RELEASE:=1 -PKG_MD5SUM:=4584f226523776a3cdd2fb6f8212ba8d +PKG_MD5SUM:=10ed8eefd760e5819efcf3277b118f47 # space separated list or special @SF for sourceforge projects PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \ - ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenNTPD/ + ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenNTPD/ \ + ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenNTPD/ \ + ftp://ftp.sunet.se/pub/OpenBSD/OpenNTPD/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -45,6 +47,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_NLS) \ --with-builtin-arc4random \ --with-privsep-user=ntp \ + --with-adjtimex \ ); touch $@