]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/unbound
captive: One month is only 30 days instead of 210
[ipfire-2.x.git] / lfs / unbound
index 1270b35c3cbc8f6fb7fcc625cd3d90b1241acced..0648fb77e910fb950be369ed7c04b0fd51a2fe20 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.6.3
+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 = d964d04c8d2b25f3271ac60fc630b654
+$(DL_FILE)_MD5 = 67ed382add11134d689f5e88f8efc43e
 
 install : $(TARGET)
 
@@ -70,7 +70,6 @@ $(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 \