summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15Update to 4.1.10a.xtraeme3-8/+8
- 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-03-08o Add missing RCSID tags to patch-a{a,m} and use pkglint.xtraeme1-3/+3
o Explain how to start mysqld correctly, PKG_RCD_SCRIPTS {dis,en}abled; closes PR pkg/29579.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-18Apply patches from Georg Schwarz to make this build on IRIX 5.xtraeme5-2/+77
2005-02-16Updated mysql4-{client,server} to 4.1.10.xtraeme4-103/+7
A lot of bugfixes and functionality was added... please see: http://dev.mysql.com/doc/mysql/en/news-4-1-10.html
2005-01-20Apply patch from MySQL BitKeeper repository to fix the symlinkxtraeme5-6/+102
vulnerability in the mysqlaccess script. Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2005-01-17Update mysql4-{client,server} to 4.1.9.xtraeme4-40/+23
Functionality added or changed: * The Mac OS X 10.3 installation disk images now include a MySQL Preference Pane for the Mac OS X Control Panel that enables the user to start and stop the MySQL server via the GUI and activate and deactivate the automatic MySQL server startup on bootup. * Seconds_Behind_Master will be NULL (which means ``unknown'') if the slave SQL thread is not running, or if the slave I/O thread is not running or not connected to master. It will be zero if the SQL thread has caught up with the I/O thread. It no longer grows indefinitely if the master is idle. * InnoDB: Do not acquire an internal InnoDB table lock in LOCK TABLES if AUTOCOMMIT=1. This helps in porting old MyISAM applications to InnoDB. InnoDB table locks in that case caused deadlocks very easily. * InnoDB: Print a more descriptive error and refuse to start InnoDB if the size of `ibdata' files is smaller than what is stored in the tablespace header; innodb_force_recovery overrides this. * The MySQL server aborts immediately instead of simply issuing a warning if it is started with the --log-bin option but cannot initialize the binary log at startup (that is, an error occurs when writing to the binary log file or binary log index file). * The binary log file and binary log index file now behave like MyISAM when there is a "disk full" or "quota exceeded" error. See section A.4.3 How MySQL Handles a Full Disk. Many bugfixes were fixed... see http://dev.mysql.com/doc/mysql/en/News-4.1.9.html
2005-01-11Forgot to remove the ranlib call for libmystrings, which is not installedxtraeme2-6/+14
by mysql-client. This should fix problem reported by Stoned Elipot.
2005-01-10Update mysql4-* to 4.1.8a.xtraeme9-66/+81
Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to see the list of changes, new features added and a bunch of bugs were fixed.
2005-01-01Bump PKGREVISION because old binary packages may contain a wrong pathminskim1-2/+2
to the perl executable.
2004-12-17Fix typo in comment.wiz1-2/+2
2004-12-02Revert previous, ``mysqlhotcopy'' requires p5-DBD-mysql, which requiresxtraeme2-5/+12
mysql*-client! explain which are the required packages to run the script.
2004-12-01Depend on p5-DBI and p5-File-Temp, required to run the mysqlhotcopyxtraeme1-2/+5
script. Bump PKGREVISION to each package respectively.
2004-11-25Default PTHREAD_AUTO_VARS to the safer value of "no". Most packagesjlam1-3/+1
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
2004-11-23* Install my-{huge,large,innodb-heavy-4G,small,medium}.cnf example files.xtraeme3-16/+23
* Use PTHREAD_AUTO_VARS=no to disable linking to libpthread all programs and libraries, which is wrong. * Set USE_LIBTOOL and GNU_CONFIGURE before including bsd.prefs.mk, so the test for _OPSYS_MAX_CMDLEN is not skipped. Bump PKGREVISION to each package respectively (mysql-client and mysql4-client), closes PR pkg/28162 and PR pkg/28222.
2004-11-16Don't include "pthread.buildlink3.mk" here. Not all programs (especiallytron1-2/+1
not Apache modules) use Posix Threads.
2004-11-16Remove superflous variable assignments committed by accident.tron1-7/+1
2004-11-16Apply fix for PR pkg/28313 committed by tron@ on mysql-client somextraeme2-4/+15
minutes ago, but using subst.mk.
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-11-12Bump PKGREVISION.xtraeme1-2/+2
2004-11-12Enable support for old C API functions in libmysqlclient:xtraeme1-1/+2
mysql_drop_db(), mysql_create_db() and mysql_connect(), required to build some applications using the MySQL 3.23.x API.
2004-11-08Fix breakage added in last commits in mysql4-* packages:xtraeme7-158/+96
* Make mysql4-client build on NetBSD 1.[56]* * Don't install mysqld and friends in mysql4-client (eww!) * Remove an unneeded patch. * Remove duplicated files in mysql4-client's PLIST. Also, use assembler functions when MACHINE_ARCH == i386. This closes PR pkg/27154, pkg/27720, pkg/27744 and pkg/28035. BTW, I tested them on NetBSD 1.6.2, 2.0_RC4 and -current. Bump PKGREVISION for both packages.
2004-11-01Need also patch-au from mysql4-server. The build completes successfullyjdolecek2-1/+15
with this patch.
2004-11-01define USE_BUILDLINK3 before including Makefile.common, which pulls somejdolecek1-2/+3
buildlink3.mk files
2004-11-01move patch-af back here and don't share patches with mysql4-server.grant3-4/+68
some of the patches disable part of the build and break the client build. should fix build issue noted on tech-pkg.
2004-10-31enable the thread-safe client so that the full set of tools isgrant2-2/+131
built and installed. bump PKGREVISION.
2004-10-31be explicit about where openssl is, fixes openssl detection on Solaris.grant1-2/+2
2004-10-31use patches and distinfo from mysql4-server instead of duplicatinggrant3-18/+4
patches here.
2004-10-30Add missing pthread.bl3.mk, closes PR pkg/27650.xtraeme1-1/+2
2004-10-28Use subst.mk instead of using sed(1)/mv(1)/rm(1).xtraeme1-15/+12
2004-10-28Update mysql4-{client,server} to 4.1.7 (latest production release).xtraeme4-15/+21
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-22Update databases/mysql4* packages to 4.0.21 (latest stable productionxtraeme4-9/+9
release) and take maintainership. Functionality added or changed: # Print version_comment (from ./configure --comment during compilation) when starting the server. E.g.: Version: '4.0.21-debug' socket: '/tmp/mysql.sock' port: 0 Official MySQL Binary # Made the MySQL server not react to signals SIGHUP and SIGQUIT on Mac OS X 10.3. This is needed because under this OS, the MySQL server receives lots of these signals (reported as Bug #2030). # On Windows, the mysqld-nt and mysqld-max-nt servers now write error messages to the Windows event log in addition to the MySQL error log. Tons of bugfixes were fixed, more information: http://dev.mysql.com/doc/mysql/en/News-4.0.21.html
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-5/+5
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-07-20Use ${VARBASE}.xtraeme1-2/+2
2004-07-18Unbuildlinkify mysql_config so that --libs and --include return the correctjlam1-1/+2
values.
2004-07-18The libraries don't link against libreadline, only the client binaries, sojlam1-3/+2
remove the readline buildlink3.mk file.
2004-07-18No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOLjlam1-2/+1
is defined.
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme5-12/+12
Lots of bugfixes, please review the Changelog file.
2004-05-14s/netbsd.org/NetBSD.org/grant1-2/+2
2004-05-14distinguish between mysql 3 and 4 in COMMENT.grant1-2/+2
2004-04-27Unused.wiz1-28/+0
2004-04-22Bl3ify.seb3-8/+31
Provide a buildlink3.mk file for mysql4-client package. While here remove obsolete USE_NEW_TEXINFO.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-13Fix the build by adding USE_LANGUAGES=c c++ and linking myisam/isamrecht1-1/+2
with CXX. Noted by kristerw's bulk-build and Michal Pasternak on tech-pkg@.
2004-03-10Add --disable-dependency-tracking to speed up normal builds considerably.tv1-1/+5
2004-03-07Updated mysql-client to 4.0.18martti3-10/+14
* Bug fixes
2004-03-02Remove info files entries from PLIST.seb1-2/+1