summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15Update to 4.1.10a.xtraeme1-2/+2
- Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs). More info: http://www.k-otik.com/english/advisories/2005/0252 Increased BUILDLINK_RECOMMENDED to 4.1.10a.
2005-01-20Apply patch from MySQL BitKeeper repository to fix the symlinkxtraeme1-1/+2
vulnerability in the mysqlaccess script. Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2004-11-16Don't include "pthread.buildlink3.mk" here. Not all programs (especiallytron1-2/+1
not Apache modules) use Posix Threads.
2004-11-16The mysql4-client libraries depend on libpthread. When buildingben1-1/+2
packages that depend on mysql-client, using buildlink3, and using GNU PTH, the pthread library never gets pulled in by buildlink. This caused the p5-DBD-mysql build to fail, which in turn caused the mytop build to fail. The fix is to include mk/pthread.buildlink3.mk in mysql4-client/buildlink3.mk. This addresses PR#28162.
2004-10-28Update mysql4-{client,server} to 4.1.7 (latest production release).xtraeme1-3/+2
MySQL version 4.1 offers dozens of important product enhancements and new features, including support for: * Subqueries and derived tables -- allowing users to search complex data sets with greater ease and efficiency; * A significantly faster and more flexible client-server protocol with support for prepared statements, providing optimized query execution and improved warning information; * New GUI installer and configuration wizards for Linux and Windows, making it easier for developers to set up and optimize their MySQL databases; * Encrypted client-server communication using OpenSSL (GPL), greatly increasing security against malicious intrusion and unauthorized access. * A more highly-optimized MySQL server library with a smaller memory footprint that performs significantly faster when embedded in third-party software. * Extensive Unicode support through the utf8 and ucs2 international character sets for applications that require the use of local languages; * Industry-standard GIS spatial types for storing and managing geographic data; * Improved full text search and Help features.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-18The libraries don't link against libreadline, only the client binaries, sojlam1-3/+2
remove the readline buildlink3.mk file.
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme1-2/+2
Lots of bugfixes, please review the Changelog file.
2004-04-22Bl3ify.seb1-0/+24
Provide a buildlink3.mk file for mysql4-client package. While here remove obsolete USE_NEW_TEXINFO.