]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/knot
Revert "python-six: Removal of python2 & 3 addon versions of six"
[people/pmueller/ipfire-2.x.git] / lfs / knot
index 513314e92f8a74ef0971afdd6ed3de0dbaf51d1b..7e8bbc2020b4d6b79459e5fd6cbe0ad2e5b6d8c2 100644 (file)
--- a/lfs/knot
+++ b/lfs/knot
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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        = 2.9.2
+VER        = 3.0.7
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4f5ccc7b136858bb5dae8eacb2d3c4fe
+$(DL_FILE)_MD5 = a7ac9e92989184437a45578d0e23990a
 
 install : $(TARGET)
 
@@ -73,13 +73,13 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure    \
-               --prefix=/usr           \
-               --enable-static=no      \
-               --disable-fastparser    \
-               --disable-daemon        \
-               --disable-modules       \
-               --enable-maxminddb=no   \
+       cd $(DIR_APP) && ./configure \
+               --prefix=/usr \
+               --enable-static=no \
+               --disable-fastparser \
+               --disable-daemon \
+               --disable-modules \
+               --enable-maxminddb=no \
                --disable-documentation
 
        cd $(DIR_APP)/src && make $(MAKETUNING) kdig