Security update to mysql-5.0.22.
From mysql ChangeLog: An SQL-injection security hole has been found in multi-byte encoding processing. The bug was in the server, incorrectly parsing the string escaped with the mysql_real_escape_string() C API function. (Bug#8378) Detailed information: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-22.html ok brad@
This commit is contained in:
parent
23e9116172
commit
c150c3f7ba
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.118 2006/05/10 03:21:30 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.119 2006/06/02 18:34:12 bernd Exp $
|
||||
# Uses pthreads
|
||||
|
||||
.if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "m88k"
|
||||
@ -9,7 +9,7 @@ COMMENT= "multithreaded SQL database (client)"
|
||||
COMMENT-server= "multithreaded SQL database (server)"
|
||||
COMMENT-tests= "multithreaded SQL database (regression test suite)"
|
||||
|
||||
VERSION= 5.0.21
|
||||
VERSION= 5.0.22
|
||||
DISTNAME= mysql-${VERSION}
|
||||
FULLPKGNAME= mysql-client-${VERSION}
|
||||
PKGNAME-server= mysql-server-${VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (mysql-5.0.21.tar.gz) = c3165204c42e1db6fc3a95a4fd2cd22f
|
||||
RMD160 (mysql-5.0.21.tar.gz) = 4bbc85f2585c76c58ab09c74f144ee5bd701607e
|
||||
SHA1 (mysql-5.0.21.tar.gz) = c249a237e7d84e08846df6f7becc277f4060219b
|
||||
SIZE (mysql-5.0.21.tar.gz) = 19529703
|
||||
MD5 (mysql-5.0.22.tar.gz) = b0533dce52a3147234e588f51affbcab
|
||||
RMD160 (mysql-5.0.22.tar.gz) = 12aad812756b2a97a380bc504c514db15a997362
|
||||
SHA1 (mysql-5.0.22.tar.gz) = b4310bfa838771f0b01e01cf9c1f789a3bbb4b76
|
||||
SIZE (mysql-5.0.22.tar.gz) = 19542405
|
||||
|
Loading…
Reference in New Issue
Block a user