rpms/jwhois/devel jwhois-4.0-dotster.patch, NONE, 1.1 jwhois.spec, 1.48, 1.49

Vitezslav Crhonek vcrhonek at fedoraproject.org
Thu Apr 23 14:38:17 UTC 2009


Author: vcrhonek

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

Modified Files:
	jwhois.spec 
Added Files:
	jwhois-4.0-dotster.patch 
Log Message:
Update jwhois.conf to expect UTF-8 answer charset from whois.dotster.com

jwhois-4.0-dotster.patch:

--- NEW FILE jwhois-4.0-dotster.patch ---
diff -up jwhois-4.0/example/jwhois.conf_old jwhois-4.0/example/jwhois.conf
--- jwhois-4.0/example/jwhois.conf_old	2009-04-23 16:16:41.000000000 +0200
+++ jwhois-4.0/example/jwhois.conf	2009-04-23 16:18:15.000000000 +0200
@@ -1069,6 +1069,9 @@ server-options {
 		http-action = "/cgi-bin/checkavail.cgi";
 		form-element = "domain";
 	}
+	"whois\\.dotster\\.com" {
+		answer-charset = "UTF-8";
+	}
 }
 
 #


Index: jwhois.spec
===================================================================
RCS file: /cvs/extras/rpms/jwhois/devel/jwhois.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- jwhois.spec	13 Mar 2009 08:09:21 -0000	1.48
+++ jwhois.spec	23 Apr 2009 14:37:47 -0000	1.49
@@ -1,6 +1,6 @@
 Name: jwhois
 Version: 4.0
-Release: 13%{?dist}
+Release: 14%{?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
@@ -11,6 +11,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
 License: GPLv3
 Group: Applications/Internet
 Summary: Internet whois/nicname client
@@ -32,6 +33,7 @@
 %patch5 -p1 -b .fclose
 %patch6 -p1 -b .conf_update
 %patch7 -p1 -b .conf_update2
+%patch8 -p1 -b .dotster
 
 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
@@ -71,6 +73,10 @@
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* 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
+
 * Fri Mar 13 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-13
 - jwhois.conf update for another few domains
   Resolves: #489161




More information about the fedora-extras-commits mailing list