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: 17-Apr-2008 08:40:46
Branch: HEAD Handle: 2008041707404500
Modified files:
openpkg-src/mysql51 mysql51.patch mysql51.spec
Log:
upgrading package: mysql51 5.1.23 -> 5.1.24
Summary:
Revision Changes Path
1.11 +14 -14 openpkg-src/mysql51/mysql51.patch
1.28 +2 -2 openpkg-src/mysql51/mysql51.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql51/mysql51.patch
============================================================================
$ cvs diff -u -r1.10 -r1.11 mysql51.patch
--- openpkg-src/mysql51/mysql51.patch 14 Feb 2008 18:19:22 -0000 1.10
+++ openpkg-src/mysql51/mysql51.patch 17 Apr 2008 06:40:45 -0000 1.11
@@ -1,6 +1,6 @@
Index: include/Makefile.in
---- include/Makefile.in.orig 2008-01-29 22:43:48 +0100
-+++ include/Makefile.in 2008-02-14 18:41:56 +0100
+--- include/Makefile.in.orig 2008-04-08 13:24:47 +0200
++++ include/Makefile.in 2008-04-17 08:22:19 +0200
@@ -394,14 +394,14 @@
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
@@ -8,7 +8,7 @@
- m_ctype.h my_attribute.h $(HEADERS_GEN)
+ m_ctype.h my_attribute.h rijndael.h sha1.h my_aes.h
$(HEADERS_GEN)
- noinst_HEADERS = config-win.h config-netware.h \
+ noinst_HEADERS = config-win.h config-netware.h my_bit.h \
heap.h my_bitmap.h my_uctype.h \
myisam.h myisampack.h myisammrg.h ft_global.h\
mysys_err.h my_base.h help_start.h help_end.h \
@@ -20,8 +20,8 @@
mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
Index: mysys/default.c
---- mysys/default.c.orig 2008-01-29 22:41:43 +0100
-+++ mysys/default.c 2008-02-14 18:43:30 +0100
+--- mysys/default.c.orig 2008-04-08 13:23:13 +0200
++++ mysys/default.c 2008-04-17 08:06:57 +0200
@@ -1100,12 +1100,11 @@
static void init_default_directories_unix()
{
@@ -37,9 +37,9 @@
ADD_DIRECTORY("~/");
}
Index: scripts/mysql_config.sh
---- scripts/mysql_config.sh.orig 2008-01-29 22:41:33 +0100
-+++ scripts/mysql_config.sh 2008-02-14 10:14:10 +0100
-@@ -102,9 +102,9 @@
+--- scripts/mysql_config.sh.orig 2008-04-08 13:23:12 +0200
++++ scripts/mysql_config.sh 2008-04-17 08:06:57 +0200
+@@ -104,9 +104,9 @@
# Create options
# We intentionally add a space to the beginning and end of lib strings,
simplifies replace later
@@ -50,10 +50,10 @@
+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 2008-01-29 22:41:27
+0100
-+++ scripts/mysql_system_tables_data.sql 2008-02-14 10:14:10 +0100
+--- scripts/mysql_system_tables_data.sql.orig 2008-04-08 13:23:10
+0200
++++ scripts/mysql_system_tables_data.sql 2008-04-17 08:06:57 +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
@@ -64,9 +64,9 @@
DROP TABLE tmp_db;
Index: sql/Makefile.in
---- sql/Makefile.in.orig 2008-01-29 22:43:59 +0100
-+++ sql/Makefile.in 2008-02-14 10:14:10 +0100
-@@ -513,7 +513,7 @@
+--- sql/Makefile.in.orig 2008-04-08 13:24:56 +0200
++++ sql/Makefile.in 2008-04-17 08:06:57 +0200
+@@ -515,7 +515,7 @@
$(top_builddir)/strings/libmystrings.a
mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) libndb.la
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql51/mysql51.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 mysql51.spec
--- openpkg-src/mysql51/mysql51.spec 14 Feb 2008 18:19:22 -0000 1.27
+++ openpkg-src/mysql51/mysql51.spec 17 Apr 2008 06:40:45 -0000 1.28
@@ -23,7 +23,7 @@
# package version
%define V_major 5.1
-%define V_minor 23
+%define V_minor 24
%define V_mysql %{V_major}.%{V_minor}-rc
%define V_opkg %{V_major}.%{V_minor}
@@ -38,7 +38,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20080214
+Release: 20080417
# package options
%option with_server yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]