Control: tags -1 patch

* Stephan Seitz <stse+debianb...@rootsland.net> [2020-06-18 12:18 +0200]:

> Package: libcddb-get-perl
> Version: 2.28-2
> Severity: grave
> Justification: renders package unusable
> 
> Dear Maintainer,
> 
> the freedb.freedb.org server was switched off since April, so you can’t 
> get any CD information anymore.
> 
> I found that you can use the gnudb.gnudb.org server.
> 
> Maybe you should change the default server.

Attached patch should fix the issue.

Elimar
-- 
  Excellent day for drinking heavily.
  Spike the office water cooler;-)
From 81bbf0bf33736f9ff7df4030323148dc5049b36e Mon Sep 17 00:00:00 2001
From: Elimar Riesebieter <riese...@lxtec.de>
Date: Tue, 21 Jul 2020 11:55:24 +0200
Subject: [PATCH] Replace freedb server with gnudb server

---
 CDDB_get.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/CDDB_get.pm b/CDDB_get.pm
index f446214..35e643d 100644
--- a/CDDB_get.pm
+++ b/CDDB_get.pm
@@ -66,9 +66,9 @@ my $CDROM_MSF=0x02;
 
 # default config
 
-my $CDDB_HOST = "freedb.freedb.org";
-my $CDDB_PORT = 8880;
-my $CDDB_MODE = "cddb";
+my $CDDB_HOST = "gnudb.gnudb.org";
+my $CDDB_PORT = 80;
+my $CDDB_MODE = "http";
 my $CD_DEVICE = "/dev/cdrom";
 
 my $HELLO_ID  = "root nowhere.com fastrip 0.77";
@@ -608,9 +608,9 @@ CDDB - Read the CDDB entry for an audio CD in your drive
 
  # following variables just need to be declared if different from defaults
 
- $config{CDDB_HOST}="freedb.freedb.org";	# set cddb host
- $config{CDDB_PORT}=8880;			# set cddb port
- $config{CDDB_MODE}="cddb";			# set cddb mode: cddb or http
+ $config{CDDB_HOST}="gnudb.gnudb.org";		# set cddb host
+ $config{CDDB_PORT}=80;			# set cddb port
+ $config{CDDB_MODE}="http";			# set cddb mode: cddb or http
  $config{CD_DEVICE}="/dev/cdrom";		# set cd device
 
  # user interaction welcome?
-- 
2.28.0.rc1

Attachment: signature.asc
Description: PGP signature

Reply via email to