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: 10-Oct-2006 08:03:52
Branch: HEAD Handle: 2006101007035200
Modified files:
openpkg-src/mysql mysql.patch mysql.spec
Log:
upgrading package: mysql 5.0.24a -> 5.0.26
Summary:
Revision Changes Path
1.24 +20 -20 openpkg-src/mysql/mysql.patch
1.153 +2 -2 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.patch
============================================================================
$ cvs diff -u -r1.23 -r1.24 mysql.patch
--- openpkg-src/mysql/mysql.patch 12 Apr 2006 18:53:46 -0000 1.23
+++ openpkg-src/mysql/mysql.patch 10 Oct 2006 06:03:52 -0000 1.24
@@ -1,7 +1,7 @@
Index: include/Makefile.in
---- include/Makefile.in.orig 2006-03-31 19:12:20 +0200
-+++ include/Makefile.in 2006-04-12 20:31:33 +0200
-@@ -352,14 +352,14 @@
+--- include/Makefile.in.orig 2006-10-04 13:25:40 +0200
++++ include/Makefile.in 2006-10-10 07:46:47 +0200
+@@ -360,14 +360,14 @@
errmsg.h my_global.h my_net.h my_alloc.h \
my_getopt.h sslopt-longopts.h my_dir.h typelib.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
@@ -18,12 +18,12 @@
+ my_tree.h hash.h thr_alarm.h \
thr_lock.h t_ctype.h violite.h md5.h base64.h \
mysql_version.h.in my_handler.h my_time.h decimal.h \
- my_user.h
+ my_user.h my_libwrap.h
Index: include/my_global.h
---- include/my_global.h.orig 2006-03-31 19:10:26 +0200
-+++ include/my_global.h 2006-04-12 20:31:33 +0200
-@@ -737,9 +737,8 @@
- #define FLT_MAX ((float)3.40282346638528860e+38)
+--- include/my_global.h.orig 2006-10-04 13:24:43 +0200
++++ include/my_global.h 2006-10-10 07:46:47 +0200
+@@ -739,9 +739,8 @@
+ #define SSIZE_MAX ((~((size_t) 0)) / 2)
#endif
-#if !defined(HAVE_ISINF) && !defined(isinf)
@@ -34,9 +34,9 @@
/* Define missing math constants. */
#ifndef M_PI
Index: mysys/default.c
---- mysys/default.c.orig 2006-03-31 19:10:28 +0200
-+++ mysys/default.c 2006-04-12 20:31:33 +0200
-@@ -1001,7 +1001,7 @@
+--- mysys/default.c.orig 2006-10-04 13:24:24 +0200
++++ mysys/default.c 2006-10-10 07:46:47 +0200
+@@ -1007,7 +1007,7 @@
if ((env= getenv("ETC")))
*ptr++= env;
#endif
@@ -46,23 +46,23 @@
if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV))))
*ptr++= env;
Index: scripts/mysql_config.sh
---- scripts/mysql_config.sh.orig 2006-03-31 19:10:28 +0200
-+++ scripts/mysql_config.sh 2006-04-12 20:34:45 +0200
+--- scripts/mysql_config.sh.orig 2006-10-04 13:24:22 +0200
++++ scripts/mysql_config.sh 2006-10-10 07:48:36 +0200
@@ -98,9 +98,9 @@
# Create options
- # We intentionally add a space to the beginning of lib strings, simplifies
replace later
+ # We intentionally add a space to the beginning and end of lib strings,
simplifies replace later
-libs=" $ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@"
+libs=" $ldflags -L$pkglibdir -lmysqlclient -lmysys @ZLIB_DEPS@
@NON_THREADED_LIBS@"
- libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@"
--libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@
@openssl_libs@"
-+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@"
+ libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ "
+-libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@
@openssl_libs@ "
++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!
Index: scripts/mysql_create_system_tables.sh
---- scripts/mysql_create_system_tables.sh.orig 2006-03-31 19:10:40
+0200
-+++ scripts/mysql_create_system_tables.sh 2006-04-12 20:31:33 +0200
+--- scripts/mysql_create_system_tables.sh.orig 2006-10-04 13:24:11
+0200
++++ scripts/mysql_create_system_tables.sh 2006-10-10 07:46:47 +0200
@@ -77,9 +77,6 @@
c_d="$c_d ) engine=MyISAM"
c_d="$c_d CHARACTER SET utf8 COLLATE utf8_bin"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.152 -r1.153 mysql.spec
--- openpkg-src/mysql/mysql.spec 1 Sep 2006 05:07:06 -0000 1.152
+++ openpkg-src/mysql/mysql.spec 10 Oct 2006 06:03:52 -0000 1.153
@@ -24,7 +24,7 @@
# package version
%define V_major 5.0
-%define V_minor 24a
+%define V_minor 26
%define V_mysql %{V_major}.%{V_minor}
%define V_opkg %{V_major}.%{V_minor}
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20060901
+Release: 20061010
# package options
%option with_server yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]