]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/unbound
vpnmain.cgi: Disable compression by default
[ipfire-2.x.git] / lfs / unbound
index 2b7745cd0a13b091961e5ac6c85692156cc5fd74..0648fb77e910fb950be369ed7c04b0fd51a2fe20 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.6.1
+VER        = 1.6.7
 
 THISAPP    = unbound-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = aa808f33d94a36c9312d1b8ad8805e14
+$(DL_FILE)_MD5 = 67ed382add11134d689f5e88f8efc43e
 
 install : $(TARGET)
 
@@ -77,7 +77,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --with-pidfile=/var/run/unbound.pid \
                        --with-rootkey-file=/var/lib/unbound/root.key \
                        --disable-static \
-                       --with-libevent
+                       --with-libevent \
+                       --enable-event-api \
+                       ac_cv_func_getentropy=no
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install