public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] whois: Update to version 5.6.5
Date: Sat, 25 Oct 2025 18:28:57 +0200	[thread overview]
Message-ID: <20251025162858.2599620-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20251025162858.2599620-1-adolf.belka@ipfire.org>

- 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>
---
 lfs/whois | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lfs/whois b/lfs/whois
index 951e2f858..85a5f7f0c 100644
--- 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)
-- 
2.51.1



      reply	other threads:[~2025-10-25 16:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-25 16:28 [PATCH] core199: Ship whois Adolf Belka
2025-10-25 16:28 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251025162858.2599620-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox