diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-13 16:15:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-13 16:15:50 +0000 |
commit | e3c138fa75e388f92ea50f890acbe44b459a4e36 (patch) | |
tree | 888d3c42c0667ad4d1dc9f00b3928cba5ac4dce1 /dev-db/mysql/files | |
parent | Removing several of the old nvidia glx ebuilds, leaving corresponding version... (diff) | |
download | gentoo-2-e3c138fa75e388f92ea50f890acbe44b459a4e36.tar.gz gentoo-2-e3c138fa75e388f92ea50f890acbe44b459a4e36.tar.bz2 gentoo-2-e3c138fa75e388f92ea50f890acbe44b459a4e36.zip |
add in -r1 for bug #46242, needs more testing first for the automake change
Diffstat (limited to 'dev-db/mysql/files')
-rw-r--r-- | dev-db/mysql/files/digest-mysql-4.0.18-r1 | 1 | ||||
-rw-r--r-- | dev-db/mysql/files/mysql-4.0.18-mysqlbugsecurity.diff | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-db/mysql/files/digest-mysql-4.0.18-r1 b/dev-db/mysql/files/digest-mysql-4.0.18-r1 new file mode 100644 index 000000000000..4cb0175f1633 --- /dev/null +++ b/dev-db/mysql/files/digest-mysql-4.0.18-r1 @@ -0,0 +1 @@ +MD5 702151a3e21d9e5f32e8850032aefdad mysql-4.0.18.tar.gz 13422686 diff --git a/dev-db/mysql/files/mysql-4.0.18-mysqlbugsecurity.diff b/dev-db/mysql/files/mysql-4.0.18-mysqlbugsecurity.diff new file mode 100644 index 000000000000..1b0bf5905608 --- /dev/null +++ b/dev-db/mysql/files/mysql-4.0.18-mysqlbugsecurity.diff @@ -0,0 +1,15 @@ +diff -ur mysql-4.0.18.orig/scripts/mysqlbug.sh mysql-4.0.18/scripts/mysqlbug.sh +--- mysql-4.0.18.orig/scripts/mysqlbug.sh 2004-02-10 10:15:54.000000000 -0800 ++++ mysql-4.0.18/scripts/mysqlbug.sh 2004-04-13 09:00:53.000000000 -0700 +@@ -254,9 +254,9 @@ + 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 + echo "The raw bug report exists in /tmp/failed-mysql-bugreport" +- echo "If you use this remember that the first lines of the report now is a lie.." ++ echo "If you use this remember that the first lines of the report are now a lie.." + exit 1 + fi + |