[jwhois/f20] Fix whois server for the 43.0.0.0/8 block

vcrhonek vcrhonek at fedoraproject.org
Mon Jul 21 13:45:53 UTC 2014


commit 5e313941b449f75adee8c438a8dfc777289b65b1
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Mon Jul 21 15:45:10 2014 +0200

    Fix whois server for the 43.0.0.0/8 block

 jwhois-4.0-conf_update4.patch |   12 ++++++++++++
 jwhois.spec                   |    8 +++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/jwhois-4.0-conf_update4.patch b/jwhois-4.0-conf_update4.patch
new file mode 100644
index 0000000..ad0641a
--- /dev/null
+++ b/jwhois-4.0-conf_update4.patch
@@ -0,0 +1,12 @@
+diff -up jwhois-4.0/example/jwhois.conf.orig jwhois-4.0/example/jwhois.conf
+--- jwhois-4.0/example/jwhois.conf.orig	2014-07-21 15:42:02.000000000 +0200
++++ jwhois-4.0/example/jwhois.conf	2014-07-21 15:42:30.855368612 +0200
+@@ -501,7 +501,7 @@ cidr-blocks {
+ 	"24.132.0.0/16" = "whois.ripe.net";
+ 	"24.232.0.0/16" = "whois.lacnic.net";
+         "41.0.0.0/8" = "whois.afrinic.net"; 
+-	"43.0.0.0/8" = "whois.v6nic.net";
++	"43.0.0.0/8" = "whois.apnic.net";
+ 	"58.0.0.0/8" = "whois.apnic.net";
+ 	"59.0.0.0/8" = "whois.apnic.net";
+ 	"60.0.0.0/8" = "whois.apnic.net";
diff --git a/jwhois.spec b/jwhois.spec
index b6b3c8a..f87f807 100644
--- a/jwhois.spec
+++ b/jwhois.spec
@@ -2,7 +2,7 @@
 
 Name: jwhois
 Version: 4.0
-Release: 33%{?dist}
+Release: 34%{?dist}
 URL: http://www.gnu.org/software/jwhois/
 Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
 Patch0: jwhois-4.0-connect.patch
@@ -14,6 +14,7 @@ Patch5: jwhois-4.0-multi-homed.patch
 Patch6: jwhois-4.0-idna.patch
 Patch7: jwhois-4.0-conf_update2.patch
 Patch8: jwhois-4.0-conf_update3.patch
+Patch9: jwhois-4.0-conf_update4.patch
 License: GPLv3
 Group: Applications/Internet
 Summary: Internet whois/nicname client
@@ -42,6 +43,7 @@ A whois client that accepts both traditional and finger-style queries.
 %patch6 -p1 -b .idna
 %patch7 -p1 -b .conf_update2
 %patch8 -p1 -b .conf_update3
+%patch9 -p1 -b .conf_update4
 
 iconv -f iso-8859-1 -t utf-8 < doc/sv/jwhois.1 > doc/sv/jwhois.1_
 mv doc/sv/jwhois.1_ doc/sv/jwhois.1
@@ -120,6 +122,10 @@ fi
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Mon Jul 21 2014 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-34
+- Fix whois server for the 43.0.0.0/8 block
+  Resolves: #1121512
+
 * Tue Jun 10 2014 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-33
 - Update whois server for .id domain
   Resolves: #1106460


More information about the scm-commits mailing list