Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (92a411dc2e2e0627d89885c9af76748b42a4c502)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (92a411dc2e2e0627d89885c9af76748b42a4c502)
  • Date: Sun, 12 Apr 2009 02:50:37 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

database/mysql/DEPENDS | 15 ++++-----------
database/mysql/DETAILS | 5 +++--
database/mysql/HISTORY | 4 ----
database/mysql/PREPARE | 2 +-
4 files changed, 8 insertions(+), 18 deletions(-)

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...

diff --git a/database/mysql/DEPENDS b/database/mysql/DEPENDS
index 6c691a2..d17c92f 100755
--- a/database/mysql/DEPENDS
+++ b/database/mysql/DEPENDS
@@ -3,17 +3,10 @@ depends perl &&
depends procps &&
depends g++ &&

-if [[ "$OLD" == "y" ]]; then
- optional_depends openssl \
- "--with-openssl" \
- "--without-openssl" \
- "for OpenSSL support"
-else
- optional_depends openssl \
- "--with-ssl" \
- "--without-ssl" \
- "for OpenSSL support"
-fi &&
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "for OpenSSL support" &&

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

Archive powered by MHonArc 2.6.24.

Top of Page