﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
1401	Fix bad URL in contrib/osx-packager.pl	ask@…	Nigel	"osx-packager.pl tries downloading a version of MySQL that's not on the mirrors anymore.

This fixes it:

Index: contrib/osx-packager.pl
===================================================================
--- contrib/osx-packager.pl     (revision 9155)
+++ contrib/osx-packager.pl     (working copy)
@@ -116,7 +116,7 @@
   =>
   {
     'url' 
-    => 'http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-4.1/mysql-4.1.12.tar.gz',
+    => 'http://mysql.binarycompass.org/Downloads/MySQL-4.1/mysql-4.1.16.tar.gz',
     'conf'
     =>  [
           '--without-debug',"	defect	closed	minor	unknown	mythtv		medium	fixed			0
