OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Aug-2008 18:50:53
Branch: HEAD Handle: 2008080917505200
Modified files:
openpkg-src/mysql mysql.patch mysql.spec
Log:
upgrading package: mysql 5.0.51b -> 5.0.67
Summary:
Revision Changes Path
1.30 +17 -17 openpkg-src/mysql/mysql.patch
1.179 +2 -2 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.patch
============================================================================
$ cvs diff -u -r1.29 -r1.30 mysql.patch
--- openpkg-src/mysql/mysql.patch 6 Dec 2007 17:51:33 -0000 1.29
+++ openpkg-src/mysql/mysql.patch 9 Aug 2008 16:50:52 -0000 1.30
@@ -1,19 +1,19 @@
Index: mysys/default.c
---- mysys/default.c.orig 2007-05-02 16:40:31 +0200
-+++ mysys/default.c 2007-05-10 07:54:13 +0200
-@@ -1006,7 +1006,7 @@
+--- mysys/default.c.orig 2008-08-04 14:19:45 +0200
++++ mysys/default.c 2008-08-09 15:16:21 +0200
+@@ -1077,7 +1077,7 @@
+
+ #else
+
+- errors += add_directory(alloc, "/etc/", dirs);
++ errors += add_directory(alloc, "@l_prefix@/etc/mysql/", dirs);
+
+ #if defined(__EMX__) || defined(OS2)
if ((env= getenv("ETC")))
- *ptr++= env;
- #endif
-- *ptr++= "/etc/";
-+ *ptr++= "@l_prefix@/etc/mysql/";
- #endif
- if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV))))
- *ptr++= env;
Index: scripts/mysql_config.sh
---- scripts/mysql_config.sh.orig 2007-05-02 16:40:15 +0200
-+++ scripts/mysql_config.sh 2007-05-10 07:54:13 +0200
-@@ -97,9 +97,9 @@
+--- scripts/mysql_config.sh.orig 2008-08-04 14:20:01 +0200
++++ scripts/mysql_config.sh 2008-08-09 11:38:36 +0200
+@@ -102,9 +102,9 @@
# Create options
# We intentionally add a space to the beginning and end of lib strings,
simplifies replace later
@@ -24,11 +24,11 @@
+libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r -lmysys @ZLIB_DEPS@ @LIBS@
@openssl_libs@ "
embedded_libs=" $ldflags -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@
@WRAPLIBS@ @innodb_system_libs@ @openssl_libs@ "
- cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
+ if [ -r "$pkglibdir/libmygcc.a" ]; then
Index: scripts/mysql_system_tables_data.sql
---- scripts/mysql_system_tables_data.sql.orig 2007-05-02 16:40:01
+0200
-+++ scripts/mysql_system_tables_data.sql 2007-05-10 07:55:32 +0200
-@@ -5,8 +5,6 @@
+--- scripts/mysql_system_tables_data.sql.orig 2008-08-04 14:20:02
+0200
++++ scripts/mysql_system_tables_data.sql 2008-08-09 11:38:36 +0200
+@@ -11,8 +11,6 @@
-- Fill "db" table with default grants for anyone to
-- access database 'test' and 'test_%' if "db" table didn't exist
CREATE TEMPORARY TABLE tmp_db LIKE db;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.178 -r1.179 mysql.spec
--- openpkg-src/mysql/mysql.spec 25 Apr 2008 16:07:13 -0000 1.178
+++ openpkg-src/mysql/mysql.spec 9 Aug 2008 16:50:52 -0000 1.179
@@ -23,7 +23,7 @@
# package version
%define V_major 5.0
-%define V_minor 51b
+%define V_minor 67
%define V_mysql %{V_major}.%{V_minor}
%define V_opkg %{V_major}.%{V_minor}
%define V_jdbc 5.0.8
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20080425
+Release: 20080809
# package options
%option with_server yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]