archrelease: copy trunk to extra-x86_64
[arch-packages.git] / libcddb / trunk / switch-default-server-to-gnudb.org.patch
blobb4cdac0bad8c1c12b64e45ec1619f0e4805e181d
1 From: Nick Gasson <nick@nickg.me.uk>
2 Date: Sat, 27 Feb 2021 14:27:54 +0800
3 Subject: Switch default server to gnudb.org
5 Forwarded: no
6 ---
7 include/cddb/cddb_ni.h | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/include/cddb/cddb_ni.h b/include/cddb/cddb_ni.h
11 index d32fdc1..4156bdb 100644
12 --- a/include/cddb/cddb_ni.h
13 +++ b/include/cddb/cddb_ni.h
14 @@ -78,8 +78,8 @@
16 #define DEFAULT_USER "anonymous"
17 #define DEFAULT_HOST "localhost"
18 -#define DEFAULT_SERVER "freedb.org"
19 -#define DEFAULT_PORT 888
20 +#define DEFAULT_SERVER "gnudb.gnudb.org"
21 +#define DEFAULT_PORT 8880
22 #define DEFAULT_TIMEOUT 10
23 #define DEFAULT_PATH_QUERY "/~cddb/cddb.cgi"
24 #define DEFAULT_PATH_SUBMIT "/~cddb/submit.cgi"