On Tue 30/06/2020 01:55, Charlene Wendling wrote:
> Hi,
>
> OK? (diffs below)
Diffs looks good. One small comment:
> Index: patches/patch-lib_CDDB_pm
> ===================================================================
> RCS file: patches/patch-lib_CDDB_pm
> diff -N patches/patch-lib_CDDB_pm
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-lib_CDDB_pm 29 Jun 2020 23:43:54 -0000
> @@ -0,0 +1,16 @@
> +$OpenBSD$
> +
> +freedb is dead
> +
> +Index: lib/CDDB.pm
> +--- lib/CDDB.pm.orig
> ++++ lib/CDDB.pm
> +@@ -31,7 +31,7 @@ my $cddbp_host_selector = 0;
> +
> + my @cddbp_hosts = (
> + [ 'localhost' => 8880 ],
> +- [ 'freedb.freedb.org' => 8880 ],
> ++ [ 'gnudb.gnudb.org' => 8880 ],
> + [ 'us.freedb.org', => 8880 ],
> + [ 'ca.freedb.org', => 8880 ],
> + [ 'ca2.freedb.org', => 8880 ],
All *.freedb.org hosts are unreachable. While here remove them?
Either way, OK bket@
No comments:
Post a Comment