]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bind
bind: Update to 9.11.6
[ipfire-2.x.git] / lfs / bind
index 44b649fcb14d7259c605fab59dc86c3a7c6f433e..f2286fe1f0ba89536b24ab363b86b03dc507c50a 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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        #
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 9.11.5-P1
+VER        = 9.11.6
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2825d818db51008f88a0030507edfa8a
+$(DL_FILE)_MD5 = 4882bd3eeef779e05b515b32354cc081
 
 install : $(TARGET)
 
@@ -78,6 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --prefix=/usr \
                        --enable-threads \
                        --with-libtool \
+                       --without-python \
                        --disable-static
        cd $(DIR_APP) && make -C lib/isc install
        cd $(DIR_APP) && make -C lib/dns install