2008-07-01 11:22:59 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Add patch from <http://lists.mysql.com/commits/43206> to fix the
security vulnerability reported in CVE-2008-2079.
|
2008-06-30 14:01:47 by Martti Kuparinen | Files touched by this commit (6) |
Log message:
Updated mysql to 5.0.51b
* Security fixes
* Other bug fixes
See also:
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51a.html
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51b.html
|
2008-03-06 17:50:38 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
+ Remove explicit naming of "-lncurses -ltermcap" as the way to get
the termcap libraries. Including termcap.buildlink3.mk (indirectly
through including readline/buildlink3.mk) will do the right thing.
+ Remove readline dependency from Makefile.common and add it into
mysql5-client/Makefile. Only the -client package needs and uses
readline. The -server package only "needs" it to placate the
configure script, but none of its installed binaries are linked
against it.
+ Add full DESTDIR support to the -client and -server packages.
Bump the PKGREVISION of mysql5-client to 3.
The PKGREVISION of mysql5-server remains unchanged since there are
no user-visible changes to the binary package.
|
2008-01-22 01:42:00 by Roland Illig | Files touched by this commit (5) |
Log message:
Added some patches to fix the use of the sigsend() function, which is
not available on NetBSD.
|
2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-12-14 14:36:54 by Matthias Scheler | Files touched by this commit (9) |
Log message:
Update "mysql5-client" and "mysql5-server" packages to \
version 5.0.51.
This version fixes a lot of bugs including the security vulnerability
reported in CVE-2007-5969.
A complete list of the changes can be found here:
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
|
2007-07-31 16:10:11 by OBATA Akio | Files touched by this commit (1) |
Log message:
Marked as MAKE_JOBS_SAFE=no.
Pointed out by Gergo Szakal in PR 36711.
|
2007-07-15 21:22:07 by Matthias Scheler | Files touched by this commit (13) |
Log message:
Update "mysql5-client" and "mysql5-server" packages to \
version 5.0.45.
Change since version 5.0.41:
- Functionality added or changed:
- A new status variable, Com_call_procedure, indicates the number of calls
to stored procedures. (Bug#27994)
- NDB Cluster: The server source tree now includes scripts to simplify
building MySQL with SCI support. For more information about SCI
interconnects and these build scripts, see Section 15.9.1,
Configuring MySQL Cluster to use SCI Sockets. (Bug#25470)
- Prior to this release, when DATE values were compared with DATETIME values
the time portion of the DATETIME value was ignored. Now a DATE value is
coerced to the DATETIME type by adding the time portion as 00:00:00. To
mimic the old behavior use the CAST() function in the following way:
SELECT date_field = CAST(NOW() as DATE);. (Bug#28929)
- A large number of bugs including these security problems have been fixed:
- A malformed password packet in the
connection protocol could cause the server to crash. Thanks for Dormando
for reporting this bug and providing details and a proof of concept.
(Bug#28984)
- CREATE TABLE LIKE did not require any privileges on the source table. Now
it requires the SELECT privilege. (Bug#25578)
- In addition, CREATE TABLE LIKE was not isolated from alteration by other
connections, which resulted in various errors and incorrect binary log
order when trying to execute concurrently a CREATE TABLE LIKE statement
and either DDL statements on the source table or DML or DDL statements on
the target table. (Bug#23667)
|
2007-06-13 15:24:07 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
mysqld_precmd(): check if ${mysql_datadir}/mysql dir exists before
starting mysqld, otherwise if mysql_datadir has not been initialized
it will fail.
Patch from Edgar Fur via PR pkg/36138.
|
2007-05-21 06:40:01 by Juan Romero Pardines | Files touched by this commit (16) |
Log message:
Update to 5.0.41. Amongst many fixes these vulnerabilities were
fixed:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2583
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2692
And another patch adapted from a mailing list to fix:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691
See http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html
To see all changes.
|