public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] whois: Update to 5.5.13
@ 2022-04-09  9:00 Matthias Fischer
  2022-04-10 10:03 ` Peter Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2022-04-09  9:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2786 bytes --]

For details see:
https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog

whois (5.5.13) unstable; urgency=medium

  * Added the .sd TLD server.
  * Updated the list of new gTLDs.
  * Added the Turkish translation, contributed by Oguz Ersen.

 -- Marco d'Itri <md(a)linux.it>  Fri, 08 Apr 2022 01:08:55 +0200

whois (5.5.12) unstable; urgency=medium

  * Updated the .pro TLD server, which was totally broken.
  * Fixed the detection of Japanese locales using $LC_MESSAGES.
  * Implemented providing partial salt strings to mkpasswd.
  * Removed 2 new gTLDs which are no longer active.
  * Updated one or more translations. (Closes: #1003597)
  * Enabled full hardening in debian/rules.

 -- Marco d'Itri <md(a)linux.it>  Wed, 23 Feb 2022 01:03:11 +0100

whois (5.5.11) unstable; urgency=medium

  * Implemented a --no-recursion command line option to disable recursion
    from registrar to registry servers.
  * Updated the .pro, .vu and .xxx TLD servers.
  * Updated the list of new gTLDs.
  * Removed 7 new gTLDs which are no longer active.
  * Updated make_version_h.pl to support Ubuntu no-change uploads,
    contributed by Matthias Klose. (Closes: #995873)

 -- Marco d'Itri <md(a)linux.it>  Mon, 03 Jan 2022 18:18:36 +0100

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/whois | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/whois b/lfs/whois
index 5dee31d4a..19989af36 100644
--- a/lfs/whois
+++ b/lfs/whois
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.5.10
+VER        = 5.5.13
 
 THISAPP    = whois_$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f3a2c6d0f46f2091ce8e201a1a670d144b4707cd6928a80da76c6b302fb105dab11d7bf90ac8473d40c0da0ad709956ab3d4b9a2db861b7111603b6037593cf3
+$(DL_FILE)_BLAKE2 = 6ce90ad907c4ea79301adbcda5a402344df9f283ac258a3186f5c405e0abfb97f603f3f163652f1cf03a1fc60290b8f9f54b509bf7d9fd3cec12189eeeaaffe5
 
 install : $(TARGET)
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] whois: Update to 5.5.13
  2022-04-09  9:00 [PATCH] whois: Update to 5.5.13 Matthias Fischer
@ 2022-04-10 10:03 ` Peter Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Müller @ 2022-04-10 10:03 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2970 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> For details see:
> https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog
> 
> whois (5.5.13) unstable; urgency=medium
> 
>   * Added the .sd TLD server.
>   * Updated the list of new gTLDs.
>   * Added the Turkish translation, contributed by Oguz Ersen.
> 
>  -- Marco d'Itri <md(a)linux.it>  Fri, 08 Apr 2022 01:08:55 +0200
> 
> whois (5.5.12) unstable; urgency=medium
> 
>   * Updated the .pro TLD server, which was totally broken.
>   * Fixed the detection of Japanese locales using $LC_MESSAGES.
>   * Implemented providing partial salt strings to mkpasswd.
>   * Removed 2 new gTLDs which are no longer active.
>   * Updated one or more translations. (Closes: #1003597)
>   * Enabled full hardening in debian/rules.
> 
>  -- Marco d'Itri <md(a)linux.it>  Wed, 23 Feb 2022 01:03:11 +0100
> 
> whois (5.5.11) unstable; urgency=medium
> 
>   * Implemented a --no-recursion command line option to disable recursion
>     from registrar to registry servers.
>   * Updated the .pro, .vu and .xxx TLD servers.
>   * Updated the list of new gTLDs.
>   * Removed 7 new gTLDs which are no longer active.
>   * Updated make_version_h.pl to support Ubuntu no-change uploads,
>     contributed by Matthias Klose. (Closes: #995873)
> 
>  -- Marco d'Itri <md(a)linux.it>  Mon, 03 Jan 2022 18:18:36 +0100
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/whois | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/whois b/lfs/whois
> index 5dee31d4a..19989af36 100644
> --- a/lfs/whois
> +++ b/lfs/whois
> @@ -1,7 +1,7 @@
>  ###############################################################################
>  #                                                                             #
>  # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2022  IPFire Team  <info(a)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        #
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.5.10
> +VER        = 5.5.13
>  
>  THISAPP    = whois_$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = f3a2c6d0f46f2091ce8e201a1a670d144b4707cd6928a80da76c6b302fb105dab11d7bf90ac8473d40c0da0ad709956ab3d4b9a2db861b7111603b6037593cf3
> +$(DL_FILE)_BLAKE2 = 6ce90ad907c4ea79301adbcda5a402344df9f283ac258a3186f5c405e0abfb97f603f3f163652f1cf03a1fc60290b8f9f54b509bf7d9fd3cec12189eeeaaffe5
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] whois: Update to 5.5.13
  2022-04-09  8:47 ` Peter Müller
@ 2022-04-09  8:54   ` Matthias Fischer
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2022-04-09  8:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3243 bytes --]

Hi Peter,

sorry, wrong checksum!

Please drop this patch, I'll send a new one...

Best,

Matthias

On 09.04.2022 10:47, Peter Müller wrote:
> Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> 
>> For details see:
>> https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog
>> 
>> Changelog from 5.5.10 => 5.5.13:
>> 
>> "whois (5.5.13) unstable; urgency=medium
>> 
>>   * Added the .sd TLD server.
>>   * Updated the list of new gTLDs.
>>   * Added the Turkish translation, contributed by Oguz Ersen.
>> 
>>  -- Marco d'Itri <md(a)linux.it>  Fri, 08 Apr 2022 01:08:55 +0200
>> 
>> whois (5.5.12) unstable; urgency=medium
>> 
>>   * Updated the .pro TLD server, which was totally broken.
>>   * Fixed the detection of Japanese locales using $LC_MESSAGES.
>>   * Implemented providing partial salt strings to mkpasswd.
>>   * Removed 2 new gTLDs which are no longer active.
>>   * Updated one or more translations. (Closes: #1003597)
>>   * Enabled full hardening in debian/rules.
>> 
>>  -- Marco d'Itri <md(a)linux.it>  Wed, 23 Feb 2022 01:03:11 +0100
>> 
>> whois (5.5.11) unstable; urgency=medium
>> 
>>   * Implemented a --no-recursion command line option to disable recursion
>>     from registrar to registry servers.
>>   * Updated the .pro, .vu and .xxx TLD servers.
>>   * Updated the list of new gTLDs.
>>   * Removed 7 new gTLDs which are no longer active.
>>   * Updated make_version_h.pl to support Ubuntu no-change uploads,
>>     contributed by Matthias Klose. (Closes: #995873)
>> 
>>  -- Marco d'Itri <md(a)linux.it>  Mon, 03 Jan 2022 18:18:36 +0100"
>> 
>> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
>> ---
>>  lfs/whois | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/lfs/whois b/lfs/whois
>> index 5dee31d4a..5adedde61 100644
>> --- a/lfs/whois
>> +++ b/lfs/whois
>> @@ -1,7 +1,7 @@
>>  ###############################################################################
>>  #                                                                             #
>>  # IPFire.org - A linux based firewall                                         #
>> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
>> +# Copyright (C) 2007-2022  IPFire Team  <info(a)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        #
>> @@ -24,7 +24,7 @@
>>  
>>  include Config
>>  
>> -VER        = 5.5.10
>> +VER        = 5.5.13
>>  
>>  THISAPP    = whois_$(VER)
>>  DL_FILE    = $(THISAPP).tar.xz
>> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
>>  
>>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>  
>> -$(DL_FILE)_BLAKE2 = f3a2c6d0f46f2091ce8e201a1a670d144b4707cd6928a80da76c6b302fb105dab11d7bf90ac8473d40c0da0ad709956ab3d4b9a2db861b7111603b6037593cf3
>> +$(DL_FILE)_BLAKE2 = c1012f1bc35515f87d32a6890546a6f5fe383c2ffbc0e59874cad9ae72cc3e24147f39a8a218fe095fb6abc60e9d9ef7bd270294802aefe5a26693b2b873663b
>>  
>>  install : $(TARGET)
>>  


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] whois: Update to 5.5.13
  2022-04-09  8:37 Matthias Fischer
@ 2022-04-09  8:47 ` Peter Müller
  2022-04-09  8:54   ` Matthias Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Müller @ 2022-04-09  8:47 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3012 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> For details see:
> https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog
> 
> Changelog from 5.5.10 => 5.5.13:
> 
> "whois (5.5.13) unstable; urgency=medium
> 
>   * Added the .sd TLD server.
>   * Updated the list of new gTLDs.
>   * Added the Turkish translation, contributed by Oguz Ersen.
> 
>  -- Marco d'Itri <md(a)linux.it>  Fri, 08 Apr 2022 01:08:55 +0200
> 
> whois (5.5.12) unstable; urgency=medium
> 
>   * Updated the .pro TLD server, which was totally broken.
>   * Fixed the detection of Japanese locales using $LC_MESSAGES.
>   * Implemented providing partial salt strings to mkpasswd.
>   * Removed 2 new gTLDs which are no longer active.
>   * Updated one or more translations. (Closes: #1003597)
>   * Enabled full hardening in debian/rules.
> 
>  -- Marco d'Itri <md(a)linux.it>  Wed, 23 Feb 2022 01:03:11 +0100
> 
> whois (5.5.11) unstable; urgency=medium
> 
>   * Implemented a --no-recursion command line option to disable recursion
>     from registrar to registry servers.
>   * Updated the .pro, .vu and .xxx TLD servers.
>   * Updated the list of new gTLDs.
>   * Removed 7 new gTLDs which are no longer active.
>   * Updated make_version_h.pl to support Ubuntu no-change uploads,
>     contributed by Matthias Klose. (Closes: #995873)
> 
>  -- Marco d'Itri <md(a)linux.it>  Mon, 03 Jan 2022 18:18:36 +0100"
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/whois | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/whois b/lfs/whois
> index 5dee31d4a..5adedde61 100644
> --- a/lfs/whois
> +++ b/lfs/whois
> @@ -1,7 +1,7 @@
>  ###############################################################################
>  #                                                                             #
>  # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2022  IPFire Team  <info(a)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        #
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.5.10
> +VER        = 5.5.13
>  
>  THISAPP    = whois_$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = f3a2c6d0f46f2091ce8e201a1a670d144b4707cd6928a80da76c6b302fb105dab11d7bf90ac8473d40c0da0ad709956ab3d4b9a2db861b7111603b6037593cf3
> +$(DL_FILE)_BLAKE2 = c1012f1bc35515f87d32a6890546a6f5fe383c2ffbc0e59874cad9ae72cc3e24147f39a8a218fe095fb6abc60e9d9ef7bd270294802aefe5a26693b2b873663b
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] whois: Update to 5.5.13
@ 2022-04-09  8:37 Matthias Fischer
  2022-04-09  8:47 ` Peter Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2022-04-09  8:37 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2824 bytes --]

For details see:
https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog

Changelog from 5.5.10 => 5.5.13:

"whois (5.5.13) unstable; urgency=medium

  * Added the .sd TLD server.
  * Updated the list of new gTLDs.
  * Added the Turkish translation, contributed by Oguz Ersen.

 -- Marco d'Itri <md(a)linux.it>  Fri, 08 Apr 2022 01:08:55 +0200

whois (5.5.12) unstable; urgency=medium

  * Updated the .pro TLD server, which was totally broken.
  * Fixed the detection of Japanese locales using $LC_MESSAGES.
  * Implemented providing partial salt strings to mkpasswd.
  * Removed 2 new gTLDs which are no longer active.
  * Updated one or more translations. (Closes: #1003597)
  * Enabled full hardening in debian/rules.

 -- Marco d'Itri <md(a)linux.it>  Wed, 23 Feb 2022 01:03:11 +0100

whois (5.5.11) unstable; urgency=medium

  * Implemented a --no-recursion command line option to disable recursion
    from registrar to registry servers.
  * Updated the .pro, .vu and .xxx TLD servers.
  * Updated the list of new gTLDs.
  * Removed 7 new gTLDs which are no longer active.
  * Updated make_version_h.pl to support Ubuntu no-change uploads,
    contributed by Matthias Klose. (Closes: #995873)

 -- Marco d'Itri <md(a)linux.it>  Mon, 03 Jan 2022 18:18:36 +0100"

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/whois | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/whois b/lfs/whois
index 5dee31d4a..5adedde61 100644
--- a/lfs/whois
+++ b/lfs/whois
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.5.10
+VER        = 5.5.13
 
 THISAPP    = whois_$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f3a2c6d0f46f2091ce8e201a1a670d144b4707cd6928a80da76c6b302fb105dab11d7bf90ac8473d40c0da0ad709956ab3d4b9a2db861b7111603b6037593cf3
+$(DL_FILE)_BLAKE2 = c1012f1bc35515f87d32a6890546a6f5fe383c2ffbc0e59874cad9ae72cc3e24147f39a8a218fe095fb6abc60e9d9ef7bd270294802aefe5a26693b2b873663b
 
 install : $(TARGET)
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-10 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09  9:00 [PATCH] whois: Update to 5.5.13 Matthias Fischer
2022-04-10 10:03 ` Peter Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-04-09  8:37 Matthias Fischer
2022-04-09  8:47 ` Peter Müller
2022-04-09  8:54   ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox