Commit Graph

72 Commits

Author SHA1 Message Date
espie
e177182693 trim down INSTALL -> @newuser/@newgroup 2004-10-12 21:14:42 +00:00
espie
432547e0f6 do not show stuff that's done by pkg_delete -c when pkg_delete -c is
not mentioned.

(pkg_delete has all the info to do a good job of this, and will do so soon).
2004-10-12 21:00:27 +00:00
espie
0a5d240a79 new plists 2004-08-10 00:52:43 +00:00
brad
12fd4ec729 better 2004-06-23 04:04:05 +00:00
brad
d91dc14e84 somehow cvs missed this. 2004-05-22 11:39:10 +00:00
brad
c76e4b492f revert back to 4.0.18
for details http://dev.mysql.com/doc/mysql/en/News-4.0.19.html

thanks to Frank Denis for pointing this out to me.
2004-05-16 09:01:15 +00:00
brad
b72dc871d3 upgrade to MySQL 4.0.19 2004-05-16 04:30:39 +00:00
brad
8edb391ee5 @extra removes user/group too 2004-02-25 23:54:19 +00:00
brad
b6ecd9069b upgrade to MySQL 4.0.18 2004-02-22 01:20:11 +00:00
brad
0f2c3343eb add @extra support 2004-01-31 03:08:49 +00:00
brad
85a181c1d5 move mysql_config to -client sub-package 2003-12-30 20:07:27 +00:00
brad
f8f2fea305 upgrade to MySQL 4.0.17
LOTS of people have asked for this so here is my work in progress.
test as much as possible.
2003-12-30 05:57:30 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
brad
04c6071b5b add missing MESSAGE file. 2003-08-28 00:44:03 +00:00
brad
c50020e757 use new user/group schema 2003-08-27 00:14:49 +00:00
brad
90327a4768 upgrade to MySQL 3.23.57 + patches
fixes some older security issues as well as a soon to be disclosed issue.

ok naddy@
2003-08-26 15:37:18 +00:00
brad
999d519077 upgrade to MySQL 3.23.55
STABILITY FIX:
Fixed double free'd pointer bug in mysql_change_user() handling, that
enabled a specially hacked version of MySQL client to crash mysqld.
Note, that one needs to login to the server by using a valid user
account to be able to exploit this bug.
2003-01-29 16:35:55 +00:00
brad
207714a5c4 add #!/bin/sh 2003-01-20 19:15:31 +00:00
brad
d320bc2c54 upgrade to MySQL 3.23.54 2002-12-14 23:56:43 +00:00
brad
d4dab887c8 - use -p flag for mkdir in mysql_install_db
- if the socket dir does not exist then create it as part of startup in
safe_mysqld
2002-03-19 19:11:39 +00:00
brad
5fb2d3938b cosmetic 2002-02-26 03:42:06 +00:00
brad
e4d5f98cc5 a few improvements here and there. 2002-02-20 18:03:32 +00:00
brad
893dbf1f6c better 2002-02-20 04:16:20 +00:00
brad
493bc5d2d0 - Move socket from the database dir to /var/run/mysql.
- Tighten perms on the database dir.
--
Suggestion of using /var/run/mysql from: Wilbern Cobb
2002-02-19 03:58:57 +00:00
brad
e87235f87e upgrade to MySQL 3.23.49 2002-02-18 03:25:33 +00:00
brad
ab724ecc9a - Don't mark the whole port BROKEN, only the -server subpackage. Enable
this port on sparc.
- Set CXX=${CC} to get rid of libstdc++ in order to improve stability
under heavy load; From: FreeBSD.
- Build mysqld statically by default, enable InnoDB by default too.
- Replace max FLAVOR with bdb FLAVOR and only enable it on i386 for now
until it can be tested on other archs.
- Add comment to MySQL to indicate that this install of MySQL is from the
OpenBSD port/package.
- Add RUN_DEPENDS on p5-Msql-Mysql for some of the Perl-based MySQL
scripts.
- Set the mysql account to be apart of the daemon login class.
2002-01-06 07:06:25 +00:00
brad
f832fe4919 upgrade to MySQL 3.23.47 2001-12-29 17:56:56 +00:00
brad
af59157dc9 upgrade to MySQL 3.23.46
--
- The port has switched back to using native threads. Only tested and known to work on i386. For everything else the port is currently marked BROKEN until the appropriate architectures are tested. Do not even try this if you're not running -current libc_r.
- As suggested by Marc Espie, make symlink for the MySQL client library in lib/ to eliminate the need for adding lib/mysql to the shlib dir path. Porters have to be careful and ensure autoconf scripts do not arbitrarily enable MySQL support after this change.
2001-12-22 03:54:44 +00:00
brad
e91e33a83d move mysqlbinlog 2001-09-20 19:25:42 +00:00
brad
666752fc75 upgrade to MySQL 3.23.40 2001-07-22 20:35:29 +00:00
brad
e0021e087f upgrade to MySQL 3.23.39 2001-06-15 19:10:11 +00:00
brad
50345c3bfd rearrange DEINSTALL message so it doesn't wraparound if the PKGNAME is too
long.
2001-06-02 21:57:05 +00:00
brad
1f15fd42e7 upgrade to MySQL 3.23.38
- Also split the package into client and a server sub-package which
depends on the client portion. This allows for adding/removing the server
without needing to remove ports that might be dependent on the client
portion.
- innodb FLAVOR goes away and is replaced with the max FLAVOR like the
real MySQL distribution which gives us both Berkeley DB and InnoDB tables
for transaction support.
2001-06-02 20:18:43 +00:00
brad
f1f7315d48 upgrade to MySQL 3.23.37 2001-04-20 13:49:38 +00:00
brad
2b84c015aa add innodb FLAVOR to build MySQL with transaction support using InnoDB
(currently known throughout as Innobase though it will be renamed as of
MySQL 3.23.37 and up).
2001-04-13 18:15:46 +00:00
brad
f86a217432 - integrate COMMENT
- remove extraneous ${INTALL_DATA_DIR}
- WRKDIR -> WRKBUILD
2001-03-24 22:07:08 +00:00
brad
d3997d4313 pth FLAVOR has been made the default. 2001-03-24 21:49:11 +00:00
brad
2373a38d4e upgrade to MySQL 3.23.35
--
Availability of this version pointed out to by: fries@
2001-03-16 21:14:42 +00:00
brad
eeb6788aa2 upgrade to MySQL 3.23.34 2001-03-12 22:30:59 +00:00
brad
3e1eb90c9d saner INSTALL script which now allows you to do a pkg_delete and
pkg_add back to back without needing to remove the DB_DIR first.
Now the install script just informs the user of the existing DB_DIR
and how to recreate from the default setup if they wish todo so.
2001-02-15 01:14:34 +00:00
brad
76f5c4c68b upgrade to MySQL 3.23.33 2001-02-13 21:03:42 +00:00
brad
ea5695903a document the FLAVORs available for these ports 2001-02-10 00:33:24 +00:00
brad
2783c9e4ef upgrade to MySQL 3.23.32 2001-01-23 00:48:45 +00:00
brad
08677f0112 upgrade to MySQL 3.23.31 2001-01-21 17:09:12 +00:00
espie
268b897aa8 commit mysql fix, now that I've had time to look at it 2000-11-03 00:54:09 +00:00
espie
18023f6e78 Ports is locked.
Revert unauthorized commit, until I have a chance to look at it.
2000-11-02 15:15:24 +00:00
brad
ec23f9c2ad fix initial permissions on the database directory, they were a little too tight for the client apps to be able to read DB_DIR/mysql.sock. 2000-11-02 14:42:44 +00:00
brad
32b48f1afd create initial database dir with tighter perms. 2000-10-24 20:22:07 +00:00
brad
4864505aae - don't force uid/gid to 40 when adding user/group for mysql
- user add/group add -> useradd/groupadd
- remove egrep nastiness and use userinfo/groupinfo instead
2000-09-06 21:09:16 +00:00
brad
cd88360bdf user del/group del -> userdel/groupdel 2000-09-06 21:06:20 +00:00