X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Funbound;h=07501d1d6d5fe2e95dfc9c1e3e82bf735636850f;hb=01db691a1ebd569afdc0d9304a67b4e048708b84;hp=3c876b79a61ae7e065c164bc007effcf7e486b61;hpb=707846392ee8108d15095d7bc5ee1f43a967053f;p=ipfire-2.x.git diff --git a/lfs/unbound b/lfs/unbound index 3c876b79a6..07501d1d6d 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.8.2 +VER = 1.8.3 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3b2f1024df47ccc59a8100c3b40c6dc1 +$(DL_FILE)_MD5 = 4646203343d3b8f5aeb1b57753c27ead install : $(TARGET) @@ -79,6 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-static \ --with-libevent \ --enable-event-api \ + --enable-tfo-client \ + --enable-tfo-server \ ac_cv_func_getentropy=no cd $(DIR_APP) && make $(MAKETUNING)