From 487a255fdcda0ea89efae668dc5b4f18cda6f018 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Mar 27 2015 06:51:48 +0000 Subject: 5.2.7 bump --- diff --git a/.gitignore b/.gitignore index 64e8af4..85d7ee6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /whois_5.2.4.tar.xz /whois_5.2.5.tar.xz /whois_5.2.6.tar.xz +/whois_5.2.7.tar.xz diff --git a/sources b/sources index d7cc653..172788e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20bfee4d10f850fe28bcc5fd8342e7bb whois_5.2.6.tar.xz +5dc3d9d77224109f61b5dd1e7cfafebc whois_5.2.7.tar.xz diff --git a/whois-5.2.6-Remove-bogus-hide_strings-entry.patch b/whois-5.2.6-Remove-bogus-hide_strings-entry.patch deleted file mode 100644 index 08b194d..0000000 --- a/whois-5.2.6-Remove-bogus-hide_strings-entry.patch +++ /dev/null @@ -1,32 +0,0 @@ -From b41ad469f975f274c2f2e0716241467ff495ff2b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Tue, 24 Mar 2015 17:13:05 +0100 -Subject: [PATCH] Remove bogus hide_strings[] entry -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -The empty starting string matched always and the final NULL string -enabled hiding to the end of the response. - -As a result any response got hidden. - - - -Signed-off-by: Petr Písař - -diff --git a/data.h b/data.h -index 402fce5..e5c7b01 100644 ---- a/data.h -+++ b/data.h -@@ -72,7 +72,6 @@ const char *hide_strings[] = { - "TERMS OF USE: The information in the Whois database", NULL, /* .wang */ - "The WHOIS service offered by Neustar, Inc, on behalf", NULL, - "The WHOIS service offered by the Registry Operator", NULL, /* .science */ -- "", NULL, - - /* ccTLDs */ - "Access to CCTLD WHOIS information is provided", "", /* Afilias */ --- -2.1.0 - diff --git a/whois.spec b/whois.spec index c9ef7dc..f778032 100644 --- a/whois.spec +++ b/whois.spec @@ -1,14 +1,11 @@ Name: whois -Version: 5.2.6 -Release: 2%{?dist} +Version: 5.2.7 +Release: 1%{?dist} Summary: Improved WHOIS client Group: Applications/Internet License: GPLv2+ URL: http://www.linux.it/~md/software/ Source0: http://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.tar.xz -# Fix a regression in hiding disclaimers, submitted to upstream -# -Patch0: whois-5.2.6-Remove-bogus-hide_strings-entry.patch BuildRequires: gettext BuildRequires: libidn-devel BuildRequires: perl @@ -34,7 +31,6 @@ addresses and network names. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 %build @@ -82,6 +78,9 @@ fi %changelog +* Fri Mar 27 2015 Petr Pisar - 5.2.7-1 +- 5.2.7 bump + * Tue Mar 24 2015 Petr Pisar - 5.2.6-2 - Fix a regression in hiding disclaimers