summaryrefslogtreecommitdiff
path: root/databases/mysql323-server
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-09-19 14:47:59 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-09-19 14:47:59 +0000
commitced2bcb79232c1f7e7c35624496e045d9c25f99f (patch)
tree7c208c1f1215771df00de34d8c6f5c2569b4023e /databases/mysql323-server
parentFix compilation with WITHOUT_X11. (diff)
Security update to 3.23.58.
Fixed buffer overflow in password handling which could potentially be exploited by MySQL users with ALTER privilege on the mysql.user table to execute random code or to gain shell access with the UID of the mysqld process. The complete changelog can be found at: http://www.mysql.com/doc/en/News-3.23.58.html Approved by: marcus (portsmgr)
Notes
Notes: svn path=/head/; revision=89069
Diffstat (limited to 'databases/mysql323-server')
-rw-r--r--databases/mysql323-server/Makefile2
-rw-r--r--databases/mysql323-server/distinfo2
-rw-r--r--databases/mysql323-server/files/patch-ag13
3 files changed, 4 insertions, 13 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile
index 7ea008ea8d11..9f7e77a2cc9b 100644
--- a/databases/mysql323-server/Makefile
+++ b/databases/mysql323-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
-PORTVERSION= 3.23.57
+PORTVERSION= 3.23.58
#PORTREVISION?= 1
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
diff --git a/databases/mysql323-server/distinfo b/databases/mysql323-server/distinfo
index 0b2484f7d0f6..be8d39717e57 100644
--- a/databases/mysql323-server/distinfo
+++ b/databases/mysql323-server/distinfo
@@ -1 +1 @@
-MD5 (mysql-3.23.57.tar.gz) = 892f7d97af1ce7502e89d824031abd05
+MD5 (mysql-3.23.58.tar.gz) = 835a96c86132fbde0db36db60c5b34cd
diff --git a/databases/mysql323-server/files/patch-ag b/databases/mysql323-server/files/patch-ag
index 4075c8ccf47f..a54c0a835c6a 100644
--- a/databases/mysql323-server/files/patch-ag
+++ b/databases/mysql323-server/files/patch-ag
@@ -1,5 +1,5 @@
---- configure.orig Fri Jun 6 10:39:41 2003
-+++ configure Fri Aug 29 13:26:35 2003
+--- configure.orig Thu Sep 11 13:49:33 2003
++++ configure Fri Sep 19 16:37:59 2003
@@ -8070,6 +8070,7 @@
# This can be used to rebuild libtool when needed
@@ -138,15 +138,6 @@
mysql_cv_btype_last_arg_accept=none
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
-@@ -16942,7 +16886,7 @@
- FILE *file=fopen("conftestval", "w");
- f = (float) ll;
- fprintf(file,"%g\n",f);
-- close(file);
-+ fclose(file);
- exit (0);
- }
- _ACEOF
@@ -19229,14 +19173,6 @@
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu