whois: Update to version 5.5.23

Message ID 20240521145627.291028-9-adolf.belka@ipfire.org
State New
Headers
Series whois: Update to version 5.5.23 |

Commit Message

Adolf Belka May 21, 2024, 2:56 p.m. UTC
  - Update from version 5.5.21 to 5.5.23
- Update of rootfile not required
- Changelog
    5.5.23
	* Updated the .sc, .新加坡 (.xn--yfro4i67o, Singapore) and .சிங்கப்பூர்
	    (.xn--clchc0ea0b2g2a9gcd, Singapore) TLD servers.
    5.5.22
	* Fixed a segmentation fault with --no-recursion.
 	* Updated the .bm and .vi TLD servers.
 	* Removed 4 new gTLDs which are no longer active.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/whois | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer May 23, 2024, 5:01 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 21 May 2024, at 15:56, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - Update from version 5.5.21 to 5.5.23
> - Update of rootfile not required
> - Changelog
>    5.5.23
> * Updated the .sc, .新加坡 (.xn--yfro4i67o, Singapore) and .சிங்கப்பூர்
>    (.xn--clchc0ea0b2g2a9gcd, Singapore) TLD servers.
>    5.5.22
> * Fixed a segmentation fault with --no-recursion.
> * Updated the .bm and .vi TLD servers.
> * Removed 4 new gTLDs which are no longer active.
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> lfs/whois | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/whois b/lfs/whois
> index 2bda1fcc9..4d56ff8e4 100644
> --- a/lfs/whois
> +++ b/lfs/whois
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 5.5.21
> +VER        = 5.5.23
> 
> THISAPP    = whois-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = b1cf42f1a60e5009e5882f154432d5974f45c1bf89d8b36b73f6e5f55ff2dba02e8ca7900926d2824200f5422d5e9f00abde524d4e2d8a25ba37376cc2e8d04a
> +$(DL_FILE)_BLAKE2 = 4985c26b90d8afa678e8cdca2b25f7b5a55c300555c5ac1595ff0c35fb65e35bf6e5dc5733e0364172fecdc2071565f08d1fb38ff5b9671714792d6b7baa2a63
> 
> install : $(TARGET)
> 
> -- 
> 2.44.0
>
  

Patch

diff --git a/lfs/whois b/lfs/whois
index 2bda1fcc9..4d56ff8e4 100644
--- a/lfs/whois
+++ b/lfs/whois
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.5.21
+VER        = 5.5.23
 
 THISAPP    = whois-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b1cf42f1a60e5009e5882f154432d5974f45c1bf89d8b36b73f6e5f55ff2dba02e8ca7900926d2824200f5422d5e9f00abde524d4e2d8a25ba37376cc2e8d04a
+$(DL_FILE)_BLAKE2 = 4985c26b90d8afa678e8cdca2b25f7b5a55c300555c5ac1595ff0c35fb65e35bf6e5dc5733e0364172fecdc2071565f08d1fb38ff5b9671714792d6b7baa2a63
 
 install : $(TARGET)