upgrade to MySQL 3.23.41

--
New version pointed out by: Wilbern Cobb <cobb@vedge.com.ar>
This commit is contained in:
brad 2001-08-14 02:06:29 +00:00
parent 25dd886d0d
commit ed4c8a5aba
5 changed files with 32 additions and 31 deletions

View File

@ -1,18 +1,19 @@
# $OpenBSD: Makefile,v 1.52 2001/08/12 22:48:37 brad Exp $
# $OpenBSD: Makefile,v 1.53 2001/08/14 02:06:29 brad Exp $
# $FreeBSD: Makefile,v 1.44 1999/03/04 21:27:58 dirk Exp $
COMMENT= "multithreaded SQL database (client)"
COMMENT-server= "multithreaded SQL database (server)"
COMMENT-tests= "multithreaded SQL database (test suite)"
VERSION= 3.23.40
VERSION= 3.23.41
DISTNAME= mysql-${VERSION}
FULLPKGNAME= mysql-client-${VERSION}
PKGNAME-server= mysql-server-${VERSION}
FULLPKGNAME-tests= mysql-tests-${VERSION}
CATEGORIES= databases
NEED_VERSION= 1.435
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/%SUBDIR%/ \
MASTER_SITES= http://www.mysql.com/Downloads/%SUBDIR%/ \
http://www.kernelnotes.de/MySQL/Downloads/%SUBDIR%/ \
http://www.mysql.net/Downloads/%SUBDIR%/ \
http://mysql.he.net/Downloads/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/%SUBDIR%/ \

View File

@ -1,3 +1,3 @@
MD5 (mysql-3.23.40.tar.gz) = 72f4c3adba1f7922e3e066f30985f05f
RMD160 (mysql-3.23.40.tar.gz) = 094ab888d23c563d875ffdde472c249dfb9ab0ed
SHA1 (mysql-3.23.40.tar.gz) = e1e9c7b6ce13ba1de6e9d5190ede30eb1aecbad6
MD5 (mysql-3.23.41.tar.gz) = c3fd551d752b40d384a53febf7175d09
RMD160 (mysql-3.23.41.tar.gz) = 9ff0b05d0090d236a250d40930f0539bd1d20d5e
SHA1 (mysql-3.23.41.tar.gz) = b79cd5ee4cf03148272bbe8eef53a5f44f2e1081

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.9 2001/07/22 20:35:29 brad Exp $
--- configure.orig Wed Jul 18 17:19:27 2001
+++ configure Sat Jul 21 20:12:14 2001
@@ -2996,7 +2996,7 @@ else
$OpenBSD: patch-configure,v 1.10 2001/08/14 02:06:29 brad Exp $
--- configure.orig Sat Aug 11 07:12:34 2001
+++ configure Mon Aug 13 19:48:54 2001
@@ -2992,7 +2992,7 @@ else
;;
esac
fi
@ -10,9 +10,9 @@ $OpenBSD: patch-configure,v 1.9 2001/07/22 20:35:29 brad Exp $
if test -n "$HOSTNAME"; then
echo "$ac_t""$HOSTNAME" 1>&6
else
@@ -3130,38 +3130,7 @@ fi
@@ -3126,38 +3126,7 @@ fi
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:3132: checking "how to check if pid exists"" >&5
echo "configure:3128: checking "how to check if pid exists"" >&5
PS=$ac_cv_path_PS
-# Linux style
-if $PS p $$ 2> /dev/null | grep $0 > /dev/null
@ -50,23 +50,23 @@ $OpenBSD: patch-configure,v 1.9 2001/07/22 20:35:29 brad Exp $
echo "$ac_t"""$FIND_PROC"" 1>&6
@@ -5019,6 +4988,7 @@ else
@@ -5015,6 +4984,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 5021 "configure"
#line 5017 "configure"
#include "confdefs.h"
+#include <stdio.h>
#include <tcpd.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
@@ -5044,6 +5014,7 @@ echo "configure:5044: checking for TCP w
@@ -5040,6 +5010,7 @@ echo "configure:5040: checking for TCP w
cat > conftest.$ac_ext <<EOF
#line 5046 "configure"
#line 5042 "configure"
#include "confdefs.h"
+#include <stdio.h>
#include <tcpd.h>
int allow_severity = 0;
int deny_severity = 0;
@@ -5938,8 +5909,6 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
@@ -5934,8 +5905,6 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
#define $ac_tr_lib 1
EOF
@ -75,7 +75,7 @@ $OpenBSD: patch-configure,v 1.9 2001/07/22 20:35:29 brad Exp $
else
echo "$ac_t""no" 1>&6
fi
@@ -6169,29 +6138,6 @@ EOF
@@ -6165,29 +6134,6 @@ EOF
fi

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-ltmain.sh,v 1.4 2001/06/02 20:18:44 brad Exp $
--- ltmain.sh.orig Wed May 9 16:34:38 2001
+++ ltmain.sh Sat Jun 2 01:19:09 2001
$OpenBSD: patch-ltmain.sh,v 1.5 2001/08/14 02:06:29 brad Exp $
--- ltmain.sh.orig Sat Aug 11 07:12:19 2001
+++ ltmain.sh Mon Aug 13 19:48:55 2001
@@ -1081,6 +1081,17 @@ compiler."
# These systems don't actually have c library (as such)
continue
@ -30,9 +30,9 @@ $OpenBSD: patch-ltmain.sh,v 1.4 2001/06/02 20:18:44 brad Exp $
-module)
module=yes
continue
@@ -1798,6 +1813,9 @@ compiler."
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
@@ -1801,6 +1816,9 @@ compiler."
*-*-freebsd*)
#FreeBSD needs to handle -lc and -lc_r itself
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
@ -40,7 +40,7 @@ $OpenBSD: patch-ltmain.sh,v 1.4 2001/06/02 20:18:44 brad Exp $
*-*-rhapsody*)
# rhapsody is a little odd...
deplibs="$deplibs -framework System"
@@ -3570,40 +3588,6 @@ libdir='$install_libdir'\
@@ -3573,40 +3591,6 @@ libdir='$install_libdir'\
# Exit here if they wanted silent mode.
test "$show" = : && exit 0

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-scripts_safe_mysqld.sh,v 1.4 2001/06/02 20:18:44 brad Exp $
--- scripts/safe_mysqld.sh.orig Wed May 9 16:34:36 2001
+++ scripts/safe_mysqld.sh Sat Jun 2 01:19:10 2001
@@ -73,30 +73,9 @@ parse_arguments() {
$OpenBSD: patch-scripts_safe_mysqld.sh,v 1.5 2001/08/14 02:06:29 brad Exp $
--- scripts/safe_mysqld.sh.orig Sat Aug 11 07:12:16 2001
+++ scripts/safe_mysqld.sh Mon Aug 13 19:48:56 2001
@@ -68,30 +68,9 @@ parse_arguments() {
done
}
@ -35,7 +35,7 @@ $OpenBSD: patch-scripts_safe_mysqld.sh,v 1.4 2001/06/02 20:18:44 brad Exp $
MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -222,10 +201,10 @@ fi
@@ -217,10 +196,10 @@ fi
echo "Starting $MYSQLD daemon with databases from $DATADIR"
# Does this work on all systems?
@ -50,7 +50,7 @@ $OpenBSD: patch-scripts_safe_mysqld.sh,v 1.4 2001/06/02 20:18:44 brad Exp $
echo "`date +'%y%m%d %H:%M:%S mysqld started'`" >> $err_log
while true
@@ -240,34 +219,6 @@ do
@@ -235,34 +214,6 @@ do
if test ! -f $pid_file # This is removed if normal shutdown
then
break