This release many bug fixes and DoS security problem (CVE-2009-4484). Plese refer these URL in detail. http://dev.mysql.com/doc/refman/5.0/en/news-5-0-89.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-90.html There some minor pkgsrc change to prevent compile time warnings.
13 lines
371 B
Text
13 lines
371 B
Text
$NetBSD: patch-bf,v 1.3 2010/02/18 15:46:10 taca Exp $
|
|
|
|
--- bdb/dist/configure.orig 2010-01-15 09:54:18.000000000 +0000
|
|
+++ bdb/dist/configure
|
|
@@ -5939,7 +5939,7 @@ fi
|
|
# we're using.
|
|
case "$host_os" in
|
|
sysv5UnixWare*|sysv5OpenUNIX8*)
|
|
- if test "$GCC" == "yes"; then
|
|
+ if test "$GCC" = "yes"; then
|
|
CPPFLAGS="$CPPFLAGS -pthread"
|
|
LDFLAGS="$LDFLAGS -pthread"
|
|
else
|