From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] whois: Update to 5.5.13 Date: Sat, 09 Apr 2022 10:54:54 +0200 Message-ID: <5d9f8e0f-3e8a-4836-d76c-30d1864e98ee@ipfire.org> In-Reply-To: <f4382efd-d362-5415-60a0-dbc7d51e4fcd@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4827844917070998616==" List-Id: <development.lists.ipfire.org> --===============4827844917070998616== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller wrote: > Reviewed-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org> >=20 >> For details see: >> https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog >>=20 >> Changelog from 5.5.10 =3D> 5.5.13: >>=20 >> "whois (5.5.13) unstable; urgency=3Dmedium >>=20 >> * Added the .sd TLD server. >> * Updated the list of new gTLDs. >> * Added the Turkish translation, contributed by Oguz Ersen. >>=20 >> -- Marco d'Itri <md(a)linux.it> Fri, 08 Apr 2022 01:08:55 +0200 >>=20 >> whois (5.5.12) unstable; urgency=3Dmedium >>=20 >> * 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. >>=20 >> -- Marco d'Itri <md(a)linux.it> Wed, 23 Feb 2022 01:03:11 +0100 >>=20 >> whois (5.5.11) unstable; urgency=3Dmedium >>=20 >> * 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) >>=20 >> -- Marco d'Itri <md(a)linux.it> Mon, 03 Jan 2022 18:18:36 +0100" >>=20 >> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> >> --- >> lfs/whois | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >>=20 >> 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 @@ >> =20 >> include Config >> =20 >> -VER =3D 5.5.10 >> +VER =3D 5.5.13 >> =20 >> THISAPP =3D whois_$(VER) >> DL_FILE =3D $(THISAPP).tar.xz >> @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) >> =20 >> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >> =20 >> -$(DL_FILE)_BLAKE2 =3D f3a2c6d0f46f2091ce8e201a1a670d144b4707cd6928a80da76= c6b302fb105dab11d7bf90ac8473d40c0da0ad709956ab3d4b9a2db861b7111603b6037593cf3 >> +$(DL_FILE)_BLAKE2 =3D c1012f1bc35515f87d32a6890546a6f5fe383c2ffbc0e59874c= ad9ae72cc3e24147f39a8a218fe095fb6abc60e9d9ef7bd270294802aefe5a26693b2b873663b >> =20 >> install : $(TARGET) >> =20 --===============4827844917070998616==--