Next | Query returned 53 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2006-05-18 18:11:15 by Quentin Garnier | Files touched by this commit (11)
Log message:
Update to version 5.0.21.

Full listing of changes:

http://dev.mysql.com/doc/refman/5.0/en/news-5-0-21.html

Notable changes include:
 - Security enhancement: Added the global max_prepared_stmt_count system
   variable to limit the total number of prepared statements in the
   server.
 - The default for the innodb_thread_concurrency system variable was
   changed to 8.
 - Fixes for CVE-2006-1516, CVE-2006-1517 and CVE-2006-1518.

 And a lot of bug fixes.
   2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78)
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
   2006-04-17 13:21:41 by Matthias Scheler | Files touched by this commit (3)
Log message:
Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump package
revision because of this security fix.
   2006-04-13 13:19:25 by Juan Romero Pardines | Files touched by this commit (8)
Log message:
Update mysql5-* to 5.0.20.

To see new changes and bugs fixed, see:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html.
   2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134)
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-09 17:25:01 by Juan Romero Pardines | Files touched by this commit (12)
Log message:
Update mysql5-{client,server} to 5.0.18.

Too many changes to list... more information via:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-18.html
   2006-01-08 18:43:58 by Juan Romero Pardines | Files touched by this commit (4)
Log message:
Don't install the extra header files, they are needed to build some
packages so they belong to mysql-client.

Bump PKGREVISION.
   2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597)
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
   2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413)
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Next | Query returned 53 messages, browsing 41 to 50 | Previous