rpms/jwhois/devel jwhois-4.0-conf_update3.patch, NONE, 1.1 jwhois.spec, 1.49, 1.50

Robert Scheck robert at fedoraproject.org
Sun May 3 11:24:12 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/jwhois/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3462

Modified Files:
	jwhois.spec 
Added Files:
	jwhois-4.0-conf_update3.patch 
Log Message:
Update jwhois.conf for .al, .cu, .my and .so domains


jwhois-4.0-conf_update3.patch:

--- NEW FILE jwhois-4.0-conf_update3.patch ---
--- jwhois-4.0/example/jwhois.conf		2009-05-03 13:15:33.000000000 +0200
+++ jwhois-4.0/example/jwhois.conf.rsc		2009-05-03 13:17:52.000000000 +0200
@@ -119,7 +119,7 @@
 	"\\.af$" = "whois.cocca.cx";
 	"\\.ag$" = "whois.nic.ag";
 	"\\.ai$" = "whois.ai";
-	"\\.al$" = "whois.ripe.net";
+	"\\.al$" = "www.ert.gov.al";
 	"\\.am$" = "whois.amnic.net";
 	"\\.ar$" = "www.nic.ar";
 	"\\.arpa$" = "whois.iana.org";
@@ -168,6 +168,7 @@
 		query-format = "domain $*";
 	}
 	"\\.coop$" = "whois.nic.coop";
+	"\\.cu$" = "www.nic.cu";
 	"\\.cx$" = "whois.nic.cx";
 	"\\.cy$" = "whois.ripe.net";
 	"\\.cz$" = "whois.nic.cz";
@@ -254,7 +255,7 @@
 	"\\.museum$" = "whois.museum";
 	"\\.mw$" = "www.tarsus.net";
 	"\\.mx$" = "whois.nic.mx";
-	"\\.my$" = "whois.mynic.net.my";
+	"\\.my$" = "whois.domainregistry.my";
 	"\\.na$" = "whois.na-nic.com.na";
 	"\\.name$" = "whois.nic.name";
 	"\\.net$" {
@@ -293,6 +294,7 @@
 	"\\.sk$" = "whois.sk-nic.sk";
 	"\\.sm$" = "whois.ripe.net";
 	"\\.sn$" = "whois.nic.sn";
+	"\\.so$" = "whois.nic.so";
 	"\\.sr$" = "whois.register.sr";
 	"\\.st$" = "whois.nic.st";
 	"\\.su$" = "whois.ripn.net";
@@ -1069,9 +1071,24 @@
 		http-action = "/cgi-bin/checkavail.cgi";
 		form-element = "domain";
 	}
+
 	"whois\\.dotster\\.com" {
 		answer-charset = "UTF-8";
 	}
+
+	"www\\.ert\\.gov\\.al" {
+		http = "true";
+		http-method = "POST";
+		http-action = "/ert_eng/domain_res.html";
+		query-format = "Domain=${+2}";
+	}
+
+	"www\\.nic\\.cu" {
+		http = "true";
+		http-method = "GET";
+		http-action = "/dom_det.php";
+		form-element = "domsrch";
+	}
 }
 
 #


Index: jwhois.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jwhois/devel/jwhois.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- jwhois.spec	23 Apr 2009 14:37:47 -0000	1.49
+++ jwhois.spec	3 May 2009 11:23:39 -0000	1.50
@@ -1,6 +1,6 @@
 Name: jwhois
 Version: 4.0
-Release: 14%{?dist}
+Release: 15%{?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
@@ -12,6 +12,7 @@ Patch5: jwhois-4.0-fclose.patch
 Patch6: jwhois-4.0-conf_update.patch
 Patch7: jwhois-4.0-conf_update2.patch
 Patch8: jwhois-4.0-dotster.patch
+Patch9: jwhois-4.0-conf_update3.patch
 License: GPLv3
 Group: Applications/Internet
 Summary: Internet whois/nicname client
@@ -34,6 +35,7 @@ A whois client that accepts both traditi
 %patch6 -p1 -b .conf_update
 %patch7 -p1 -b .conf_update2
 %patch8 -p1 -b .dotster
+%patch9 -p1 -b .conf_update3
 
 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,9 @@ fi
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Sun May 03 2009 Robert Scheck <robert at fedoraproject.org> - 4.0-15
+- Update jwhois.conf for .al, .cu, .my and .so domains
+
 * Thu Apr 23 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-14
 - Update jwhois.conf to expect UTF-8 answer charset from whois.dotster.com
   Resolves: #496015




More information about the scm-commits mailing list