Next | Query returned 77 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   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-17 17:30:31 by Matthias Scheler | Files touched by this commit (2)
Log message:
Remove directory "share/doc/mysql" during deinstallation. Problem noted
by Geert Hendrickx in private e-mail. Bump package revision.
   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-12-08 23:26:24 by John Nemeth | Files touched by this commit (1)
Log message:
AUTO_MKDIRS from Rumko on pkgsrc-users@
   2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29)
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
   2007-10-14 19:43:33 by Roland Illig | Files touched by this commit (2)
Log message:
The file manual.chm is installed additionally, since it is much more
comfortable to browse than the GNU info file.

PKGREVISION++
   2007-10-12 16:32:46 by Roland Illig | Files touched by this commit (5)
Log message:
The mysql.info file is not rebuilt anymore, so it is safe to install the
documentation.

PKGREVISION++
   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)

Next | Query returned 77 messages, browsing 31 to 40 | Previous