]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/unbound
unbound: Update to 1.8.3
[ipfire-2.x.git] / lfs / unbound
index b2ef6ac4cd52f9b17d3e039831ee9772cdc43c97..e4761eb6729cc31a833d877f457e5d648ca502f8 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.5.10
+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 = 0a3a236811f1ab5c1dc31974fa74e047
+$(DL_FILE)_MD5 = 4646203343d3b8f5aeb1b57753c27ead
 
 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