Hi Sean
On 2005-04-30 sean finney wrote:
> i've uploaded what i believe is a fixed version of the mysql package
> to my people.debian.org site[1]. in the interest of not having to send
From my experience with the security team they will ask us to clean up
the diff before they accept it :)
+++ mysql-3.23.49/include/my_config.h
-#define MACHINE_TYPE "i686"
+#define MACHINE_TYPE "x86_64"
The file should probably have been removed during a make distclean but
maybe that didn't worked in the old 3.23 version.
+++ mysql-3.23.49/libmysql_r/Makefile
-target_triplet = i686-pc-linux-gnu
+build_alias = x86_64-pc-linux-gnu
Similar issue, there should be no changes.
--- mysql-3.23.49/scripts/mysqlbug
+++ mysql-3.23.49/scripts/mysqlbug
@@ -254,7 +254,7 @@
if cmp -s $TEMP $TEMP.x
then
echo "File not changed, no bug report submitted."
- cp $TEMP /tmp/failed-mysql-bugreport
+ mv -f $TEMP /tmp/failed-mysql-bugreport
Eh, what's that?
bye,
-christian-