* [PATCH] core199: Ship whois
@ 2025-10-25 16:28 Adolf Belka
2025-10-25 16:28 ` [PATCH] whois: Update to version 5.6.5 Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-10-25 16:28 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/whois | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/whois
diff --git a/config/rootfiles/core/199/filelists/whois b/config/rootfiles/core/199/filelists/whois
new file mode 120000
index 000000000..60cbd1894
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/whois
@@ -0,0 +1 @@
+../../../common/whois
\ No newline at end of file
--
2.51.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] whois: Update to version 5.6.5
2025-10-25 16:28 [PATCH] core199: Ship whois Adolf Belka
@ 2025-10-25 16:28 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-10-25 16:28 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-25 16:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-25 16:28 [PATCH] core199: Ship whois Adolf Belka
2025-10-25 16:28 ` [PATCH] whois: Update to version 5.6.5 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox