Author: Ralf Treinen
Description: update url of freedb service

Index: cdcd-0.6.6/conf.c
===================================================================
--- cdcd-0.6.6.orig/conf.c	2011-04-28 21:40:56.000000000 +0200
+++ cdcd-0.6.6/conf.c	2011-04-28 21:46:15.000000000 +0200
@@ -147,9 +147,9 @@
 	{ */
 	  list.list_len = 1;
 	  strncpy (list.list_host[0].host_server.server_name,
-		   "www.freedb.org", 256);
+		   "freedb.freedb.org", 256);
 	  strncpy (list.list_host[0].host_addressing,
-		   "cgi-bin/cddb.cgi", 256);
+		   "~cddb/cddb.cgi", 256);
 	  list.list_host[0].host_server.server_port = 80;
 	  list.list_host[0].host_protocol = CDDB_MODE_HTTP;
 	  /* break;
