New commits:
commit 92a411dc2e2e0627d89885c9af76748b42a4c502
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Revert "mysql: Updated old to 5.0.x and new to 5.1.32, removed prior old
4.x"
This reverts commit 0f30393889308115b3f2611dedf578a152d7bc50.
5.1.x breaks library compatibility, will need UP_TRIGGERS...
if ! list_find "$MSQL_ENGINES" "none" && list_find "$MSQL_ENGINES"
"BerkeleyDB"; then
depends db "--with-berkeley-db"
diff --git a/database/mysql/DETAILS b/database/mysql/DETAILS
index ec99c77..c0702ba 100755
--- a/database/mysql/DETAILS
+++ b/database/mysql/DETAILS
@@ -1,9 +1,10 @@
SPELL=mysql
if [ "$OLD" == "y" ];then
+ VERSION=4.1.22
+ SECURITY_PATCH=4
+else
VERSION=5.0.77
SECURITY_PATCH=3
-else
- VERSION=5.1.32
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index 4ff32a7..0d6ecb8 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,7 +1,3 @@
-2009-04-11 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Old is now 5.0.x and new is 5.1.x
- * DEPENDS: 5.1.x uses --with-ssl instead of --with-openssl
-
2009-04-07 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added openssl a opt dep
diff --git a/database/mysql/PREPARE b/database/mysql/PREPARE
index aecd36e..74a520a 100755
--- a/database/mysql/PREPARE
+++ b/database/mysql/PREPARE
@@ -1 +1 @@
-config_query OLD "Build old 5.0.X series?" n
+config_query OLD "Build old 4.1.X series?" n
[SM-Commit] GIT changes to master grimoire by Eric Sandall (92a411dc2e2e0627d89885c9af76748b42a4c502),
Eric Sandall, 04/12/2009