X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Funbound;h=07501d1d6d5fe2e95dfc9c1e3e82bf735636850f;hb=f3cbcfeff9e8ce263c812a25a24c7f4f14d4a64f;hp=b4c1b02f3705bf2f980c5db59749a117f612d127;hpb=1ac0d5c598f6a7a2151b4cafed0120b8d8f1a2d6;p=ipfire-2.x.git diff --git a/lfs/unbound b/lfs/unbound index b4c1b02f37..07501d1d6d 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.7.3 +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 = ea45068fb27ef358f581227b99645525 +$(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)