]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/knot
nettle: Update to 3.7.3
[people/pmueller/ipfire-2.x.git] / lfs / knot
index 467f077dbbfd22c7938884ee281ba67ad1aaa34f..ec6ec4debd027009e1f673c7a5f018a84713b8b9 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.8.4
+VER        = 3.0.6
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d2540d0a392e2f47fe48e5cf7bf491c9
+$(DL_FILE)_MD5 = 0d8aaa8e5214623c12123c67b5f2c460
 
 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