]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
whois: Update to version 5.6.5
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 25 Oct 2025 16:28:57 +0000 (18:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Oct 2025 16:35:22 +0000 (16:35 +0000)
- Update from version 5.6.4 to 5.6.5
- No change to rootfile
- Changelog
    5.6.5
  * Updated the .co TLD server.
  * Added some large KRNIC networks.
  * Updated the second level .uk TLD servers.
  * Removed the .pro TLD server.
  * Removed 1 new gTLD which is no longer active.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/whois

index 951e2f858a8b2d5120fb4d3ed5d8e5f265d6ffd4..85a5f7f0ccefb2e602dda8810f1e5fef6a8f148f 100644 (file)
--- a/lfs/whois
+++ b/lfs/whois
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.6.4
+VER        = 5.6.5
 
 THISAPP    = whois-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 212ad7c3ce09804fa988b913cc0fc664bc09aa0fabd35570b3038da5d2c6df4eb4866fab083002549c2e3ac734765a139be67f74c019e22c0b93f3d222146196
+$(DL_FILE)_BLAKE2 = 65008f6251d005cab594fc558247f9ceb47a0a848fd4257dc0956190b0cd0e8174bb86f4a73722e5be36b5e910aeeb4df4f11f08bda1681cf12905f1a5ea78c6
 
 install : $(TARGET)
 
@@ -71,12 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
-
        cd $(DIR_SRC)/$(THISAPP) && make $(MAKETUNING) \
                                    CONFIG_FILE=/etc/whois.conf \
                                    whois
        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)