rpms/jwhois/devel jwhois-3.2.3-se-domain.patch, NONE, 1.1 jwhois.spec, 1.33, 1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 23 07:31:53 UTC 2007


Author: vcrhonek

Update of /cvs/dist/rpms/jwhois/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9244

Modified Files:
	jwhois.spec 
Added Files:
	jwhois-3.2.3-se-domain.patch 
Log Message:
Change the server used for .se domains to whois.iis.se (patch by Johan Sare <johansare at gmail.com>), Resolves: #233207

jwhois-3.2.3-se-domain.patch:
 jwhois.conf |    9 +--------
 1 files changed, 1 insertion(+), 8 deletions(-)

--- NEW FILE jwhois-3.2.3-se-domain.patch ---
--- jwhois-3.2.3/example/jwhois.conf.orig	2007-03-22 12:50:22.000000000 +0100
+++ jwhois-3.2.3/example/jwhois.conf	2007-03-22 13:35:04.000000000 +0100
@@ -302,7 +302,7 @@
 	"\\.ru$" = "whois.ripn.net";
 	"\\.rw$" = "www.nic.rw";
 	"\\.sa$" = "saudinic.net.sa";
-	"\\.se$" = "www.nic-se.se"; # "whois.nic-se.se";
+	"\\.se$" = "whois.iis.se";
 	"\\.sg$" = "whois.nic.net.sg";
 	"\\.sh$" = "whois.nic.sh";
 	"\\.si$" = "whois.arnes.si";
@@ -734,13 +734,6 @@
 		form-element = "Domain";			# <input> element
 	}
 
-	"www\\.nic-se\\.se" {
-		http = "true";
-		http-method = "GET";
-		http-action = "/cgi-bin/whois/www-to-whois";
-		form-element = "domain";
-	}
-
 	"www\\.nic\\.es" {
 		http = "true";
 		http-method = "POST";


Index: jwhois.spec
===================================================================
RCS file: /cvs/dist/rpms/jwhois/devel/jwhois.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- jwhois.spec	6 Jan 2007 00:44:24 -0000	1.33
+++ jwhois.spec	23 Mar 2007 07:31:50 -0000	1.34
@@ -1,6 +1,6 @@
 Name: jwhois
 Version: 3.2.3
-Release: 10
+Release: 11
 URL: http://www.gnu.org/software/jwhois/
 Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
 Source1: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz.sig
@@ -11,6 +11,7 @@
 Patch4: jwhois-3.2.3-uninitialized.patch
 Patch5: jwhois-3.2.3-idn.patch
 Patch6: jwhois-3.2.3-com-net.patch
+Patch7: jwhois-3.2.3-se-domain.patch
 License: GPL
 Group: Applications/Internet
 Summary: Internet whois/nicname client
@@ -32,6 +33,7 @@
 %patch4 -p1 -b .uninitialized
 %patch5 -p1 -b .idn
 %patch6 -p1 -b .com-net
+%patch7 -p1 -b .se-domain
 
 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
@@ -73,6 +75,11 @@
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Fri Mar 23 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 3.2.3-11
+- Change the server used for .se domains to whois.iis.se (patch by Johan
+  Sare <johansare at gmail.com>)
+  Resolves: #233207
+
 * Sat Jan  6 2007 Miloslav Trmac <mitr at redhat.com> - 3.2.3-10
 - Add automatic redirection for .com and .net domains (patch by Wolfgang
   Rupprecht <wsr+redhatbugzilla at wsrcc.com>)




More information about the fedora-cvs-commits mailing list