projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prevent l2tpd from using PMTU discovery, setting the DF bit on all outgoing UDP packe...
[openwrt.git]
/
openwrt
/
package
/
openntpd
/
Makefile
diff --git
a/openwrt/package/openntpd/Makefile
b/openwrt/package/openntpd/Makefile
index
8af22b2
..
80c3af1
100644
(file)
--- a/
openwrt/package/openntpd/Makefile
+++ b/
openwrt/package/openntpd/Makefile
@@
-3,13
+3,15
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openntpd
include $(TOPDIR)/rules.mk
PKG_NAME:=openntpd
-PKG_VERSION:=3.
6.1
p1
+PKG_VERSION:=3.
7
p1
PKG_RELEASE:=1
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/ \
# 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
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 \
$(DISABLE_NLS) \
--with-builtin-arc4random \
--with-privsep-user=ntp \
+ --with-adjtimex \
);
touch $@
);
touch $@
This page took
0.022575 seconds
and
4
git commands to generate.