New commits:
commit 0f30393889308115b3f2611dedf578a152d7bc50
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mysql: Updated old to 5.0.x and new to 5.1.32, removed prior old 4.x
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 c0702ba..ec99c77 100755
--- a/database/mysql/DETAILS
+++ b/database/mysql/DETAILS
@@ -1,10 +1,9 @@
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 0d6ecb8..4ff32a7 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,7 @@
+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 74a520a..aecd36e 100755
--- a/database/mysql/PREPARE
+++ b/database/mysql/PREPARE
@@ -1 +1 @@
-config_query OLD "Build old 4.1.X series?" n
+config_query OLD "Build old 5.0.X series?" n
[SM-Commit] GIT changes to master grimoire by Eric Sandall (0f30393889308115b3f2611dedf578a152d7bc50),
Eric Sandall, 04/12/2009