]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/whois
mpd: fix database path in initskript
[ipfire-2.x.git] / lfs / whois
index 19989af369346d877b4538cec3efcd9901e87bb6..fc2b99b6ea074e8d11b51c04a7718efb43850b10 100644 (file)
--- a/lfs/whois
+++ b/lfs/whois
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  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        #
 
 include Config
 
-VER        = 5.5.13
+VER        = 5.5.18
 
-THISAPP    = whois_$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+THISAPP    = whois-$(VER)
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-PROG       = whois
-
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -42,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6ce90ad907c4ea79301adbcda5a402344df9f283ac258a3186f5c405e0abfb97f603f3f163652f1cf03a1fc60290b8f9f54b509bf7d9fd3cec12189eeeaaffe5
+$(DL_FILE)_BLAKE2 = 86809c2bd7175947191f1b516702e62dcb8ad1ee7bb65091a598ba7c5501e628886245d1f61ce141de869c923cfe67247038b61d6e8875c7c6c712c6a61fa119
 
 install : $(TARGET)
 
@@ -74,11 +72,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
 
-       cd $(DIR_SRC)/$(PROG) && make $(MAKETUNING) \
+       cd $(DIR_SRC)/$(THISAPP) && make $(MAKETUNING) \
                                    CONFIG_FILE=/etc/whois.conf \
                                    whois
-       cd $(DIR_SRC)/$(PROG) && make prefix=/usr install-whois
-       cd $(DIR_SRC)/$(PROG) && install -v -m 644 whois.conf -t /etc/
+       cd $(DIR_SRC)/$(THISAPP) && make prefix=/usr install-whois
+       cd $(DIR_SRC)/$(THISAPP) && install -v -m 644 whois.conf -t /etc/
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)