]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/bind
core189: Fix IPS rule files again for c188
[people/pmueller/ipfire-2.x.git] / lfs / bind
index aeff480a2d998595fd91459e1861811c70d54261..5833b9005992ffbbd1bf417c8973d4d66717c909 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  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        #
 #                                                                             #
 # 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
 
 
 include Config
 
-VER        = 9.16.33
+VER        = 9.20.1
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4246b61ce91af3d494ace4b8065b4c0043b2cfaf28c6de326691a969837e7d1cfbc0dac6b1e1a5182fc32af68048abcfa1202d00022951f3caa13afb03ebeb69
+$(DL_FILE)_BLAKE2 = 0607a2753bcda828cff0f01a7929c3192286050813243a0733d4cf29313c9d9532285d049864b67f3ce352b71cbb878bc22785a73fe186bf244ca807934fefdf
 
 install : $(TARGET)
 
 
 install : $(TARGET)
 
@@ -77,31 +77,24 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && STD_CDEFINES="$(CPPFLAGS)" \
                ./configure \
                        --prefix=/usr \
        cd $(DIR_APP) && STD_CDEFINES="$(CPPFLAGS)" \
                ./configure \
                        --prefix=/usr \
-                       --enable-threads \
-                       --with-libtool \
-                       --without-python \
-                       --disable-linux-caps \
-                       --disable-static
+                       --disable-static \
+                       --disable-doh
 
        # Build required libraries
        cd $(DIR_APP) && make -C lib/isc $(MAKETUNING)
 
        # Build required libraries
        cd $(DIR_APP) && make -C lib/isc $(MAKETUNING)
-       cd $(DIR_APP) && make -C lib/isccc $(MAKETUNING)
        cd $(DIR_APP) && make -C lib/dns $(MAKETUNING)
        cd $(DIR_APP) && make -C lib/ns $(MAKETUNING)
        cd $(DIR_APP) && make -C lib/dns $(MAKETUNING)
        cd $(DIR_APP) && make -C lib/ns $(MAKETUNING)
+       cd $(DIR_APP) && make -C lib/isccc $(MAKETUNING)
        cd $(DIR_APP) && make -C lib/isccfg $(MAKETUNING)
        cd $(DIR_APP) && make -C lib/isccfg $(MAKETUNING)
-       cd $(DIR_APP) && make -C lib/bind9 $(MAKETUNING)
-       cd $(DIR_APP) && make -C lib/irs $(MAKETUNING)
        cd $(DIR_APP) && make -C bin/dig $(MAKETUNING)
        cd $(DIR_APP) && make -C bin/nsupdate $(MAKETUNING)
 
        # Install utility programs
        cd $(DIR_APP) && make -C lib/isc install
        cd $(DIR_APP) && make -C bin/dig $(MAKETUNING)
        cd $(DIR_APP) && make -C bin/nsupdate $(MAKETUNING)
 
        # Install utility programs
        cd $(DIR_APP) && make -C lib/isc install
-       cd $(DIR_APP) && make -C lib/isccc install
        cd $(DIR_APP) && make -C lib/dns install
        cd $(DIR_APP) && make -C lib/ns install
        cd $(DIR_APP) && make -C lib/dns install
        cd $(DIR_APP) && make -C lib/ns install
+       cd $(DIR_APP) && make -C lib/isccc install
        cd $(DIR_APP) && make -C lib/isccfg install
        cd $(DIR_APP) && make -C lib/isccfg install
-       cd $(DIR_APP) && make -C lib/bind9 install
-       cd $(DIR_APP) && make -C lib/irs install
        cd $(DIR_APP) && make -C bin/dig install
        cd $(DIR_APP) && make -C bin/nsupdate install
 
        cd $(DIR_APP) && make -C bin/dig install
        cd $(DIR_APP) && make -C bin/nsupdate install