From a7c8645b21d57e57be3fc3fde1071b05725f9a46 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Nov 25 2022 11:05:53 +0000 Subject: Fix incorrectly provided whois server for gov.uk in Jisc UK jwhois.conf update --- diff --git a/jwhois.conf b/jwhois.conf index bcc9fbd..522742a 100644 --- a/jwhois.conf +++ b/jwhois.conf @@ -1023,7 +1023,7 @@ whois-servers { "\\.ug$" = "whois.co.ug"; "\\.uk$" = "whois.nic.uk"; "\\.ac\\.uk$" = "whois.nic.ac.uk"; - "\\.gov\\.uk$" = "whois.nic.gov.uk"; + "\\.gov\\.uk$" = "whois.gov.uk"; "\\.university$" = "whois.donuts.co"; "\\.uno$" = "whois.nic.uno"; "\\.uol$" = "whois.gtlds.nic.br"; diff --git a/jwhois.spec b/jwhois.spec index c84bdd3..e67b403 100644 --- a/jwhois.spec +++ b/jwhois.spec @@ -2,7 +2,7 @@ Name: jwhois Version: 4.0 -Release: 69%{?dist} +Release: 70%{?dist} URL: http://www.gnu.org/software/jwhois/ Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz Source1: https://raw.githubusercontent.com/robert-scheck/jwhois/2bd561e06ca37cf6c2ef9f0a2e957e09f58e6972/example/jwhois.conf @@ -130,6 +130,9 @@ if [ $1 = 0 ]; then fi %changelog +* Fri Nov 25 2022 Vitezslav Crhonek - 4.0-70 +- Fix incorrectly provided whois server for gov.uk in Jisc UK jwhois.conf update + * Mon Nov 21 2022 Vitezslav Crhonek - 4.0-69 - Jisc UK jwhois.conf updates