]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/unbound
Merge branch 'core110'
[ipfire-2.x.git] / lfs / unbound
index 2b7745cd0a13b091961e5ac6c85692156cc5fd74..c40f0ad9a8885d0c69f02b3e70efc5a8de8b2a9f 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.6.1
+VER        = 1.6.2
 
 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 = 5a5d0cdf7164957ff2e7498db1758f01
 
 install : $(TARGET)
 
@@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/unbound-allow-setting-validator-permissive-mode-at-runtime.patch
        cd $(DIR_APP) && \
                ./configure \
                        --prefix=/usr \
@@ -77,7 +78,9 @@ $(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
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install