X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/517b88510e4180d8b1f095dab9886f526a2f47f8..7f54258e7524125aa64e2138f84c2f89bd3d394b:/package/openntpd/Makefile diff --git a/package/openntpd/Makefile b/package/openntpd/Makefile index 45584a692..80c3af1b9 100644 --- a/package/openntpd/Makefile +++ b/package/openntpd/Makefile @@ -3,9 +3,9 @@ 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/ \ @@ -47,6 +47,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_NLS) \ --with-builtin-arc4random \ --with-privsep-user=ntp \ + --with-adjtimex \ ); touch $@