Commit graph

178 commits

Author SHA1 Message Date
Dirk Froemberg
62f5f7182f Upgrade to 3.23.55. 2003-01-29 16:30:27 +00:00
Dirk Froemberg
f7747a8f62 mysql-server compiles and runs fine on sparc64.
Submitted by:	Joao Pedras <jpedras@webvolution.net>
2003-01-23 13:08:03 +00:00
Dirk Froemberg
1ab754e246 make USE_LIBTOOL actually working
Submitted by:	sobomax
2002-12-16 19:33:58 +00:00
Dirk Froemberg
282d50d23d Upgrade to 3.23.54.
This fixes a security hole which is remotely exploitable.

See http://security.e-matters.de/advisories/042002.html for details.

Submitted by:	sobomax
Approved by:	sobomax
2002-12-14 16:00:39 +00:00
Maxim Sobolev
b1ba818a65 Mark as FORBIDDEN - multiple security vulnerabilities exist. See
http://security.e-matters.de/advisories/042002.html

Submitted by:	Constantin Deribin <deribin@portaone.com>
2002-12-13 11:28:40 +00:00
Dirk Froemberg
b2a012a879 Fix MASTER_SITES. 2002-11-21 21:04:16 +00:00
Dirk Froemberg
1d48e3c107 WITH_XCHARSET is independent of WITH_CHARSET.
PR:		ports/45173
Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
2002-11-17 15:58:19 +00:00
Dirk Froemberg
d649ce27bb -STABLE exits with signal 11 while connecting via TCP/IP if empty
prototypes are used. -CURRENT needs empty prototypes to build. Use
__FreeBSD_version to differentiate.

Set CXX to $CC on -STABLE again to get around stability problems
under heavy load.
2002-11-13 10:38:20 +00:00
Dirk Froemberg
46420237f9 FreeBSD has broken realpath(3), too.
PR:		ports/44784
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
2002-11-10 22:22:17 +00:00
Dirk Froemberg
be81ea8214 Set limits from user mysql before starting mysqld.
Submitted by:	Denis Shaposhnikov <dsh@neva.vlink.ru>
2002-11-10 21:47:46 +00:00
Dirk Froemberg
69ae594e86 Only kill mysqld we started. Don't kill all mysqld.
Submitted by:	Submitted by:   sobomax (modified by me a bit)
2002-11-10 20:28:07 +00:00
Dirk Froemberg
9eeffbcbf8 Only kill mysqld we started. Don't kill all mysqld.
Submitted by:	sobomax (modified by me a bit)
2002-11-10 20:24:24 +00:00
Dirk Froemberg
7f49013883 Fix build on 5.0-CURRENT.
Submitted by:	sobomax
2002-11-10 17:11:59 +00:00
Dirk Froemberg
5f0e15e63a Upgrade to 3.23.52. 2002-10-21 09:04:51 +00:00
Dirk Froemberg
5095db8b9c Don't restrict InnoDB to i386. Works on alpha, too.
PR:		ports/42337
2002-09-03 21:31:38 +00:00
Dirk Froemberg
172ccca45e Upgrade to 3.23.52. 2002-08-19 13:27:52 +00:00
Dirk Froemberg
97b1019c82 - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.
- add patch to use correct prototypes for libwrap
2002-08-12 20:21:51 +00:00
Dirk Froemberg
74e69248fb Bump PORTREVISION after fixing startup script. 2002-08-07 19:58:25 +00:00
Dirk Froemberg
8dc8d99f09 Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c.
Submitted by:	The Anarcat <anarcat@anarcat.ath.cx>
2002-08-07 19:51:47 +00:00
Dirk Froemberg
0ffe9c48ec Back out last commit. It was unapproved and inappropriate since it
breaks existing installations (very clever!).

An appropriate "fix" for this "problem" would be to look in both /etc
and ${PREFIX}/etc.
2002-08-07 19:48:40 +00:00
Anders Nordby
63f849a1c4 Look for my.cnf in ${PREFIX}/etc rather than /etc.
Silence by:	dirk
2002-06-30 21:06:00 +00:00
Dirk Froemberg
93ff340325 Upgrade to 3.23.51. 2002-06-20 14:47:47 +00:00
Dirk Froemberg
b5d01e2916 Upgrade to 3.23.49. 2002-02-19 11:16:44 +00:00
Dirk Froemberg
e3442cd522 Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT)
PR:		ports/33280
Submitted by:	Olafur Osvaldsson <oli@isnic.is>
2002-02-14 22:11:45 +00:00
Dirk Froemberg
bf1ea36835 Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh)
Submitted by:	Jens Trzaska <j_trzaska@gmx.net>
2002-02-12 11:39:26 +00:00
Dirk Froemberg
49df86fb19 - upgrade to 3.23.48
- install mysql-client.sh as 000.mysql-client.sh.
  The 000. prefix seems to be more common, now.
2002-02-11 13:35:35 +00:00
Dirk Froemberg
5e5ce317c6 Upgrade to 3.23.47. 2001-12-29 10:33:26 +00:00
Dirk Froemberg
40118ebaa1 Add support for InnoDB tables.
This will emit a warning on startup and will be disabled if not
configured properly.

See http://www.mysql.com/doc/I/n/InnoDB.html for details.
2001-12-19 20:31:08 +00:00
Dirk Froemberg
0022a32651 - remove -fno-omit-frame-pointer from CFLAGS if BUILD_OPTIMIZED is set
- add a warning for BUILD_OPTIMIZED
2001-12-18 22:41:48 +00:00
Dirk Froemberg
b4349b0aca - CXX=${CC} to get rid of libstdc++ in order to improve stability
under heavy load

- add BUILD_STATIC option to link mysqld statically

- add BUILD_OPTIMIZED to add -mcpu=pentiumpro -O3 -fno-omit-frame-pointer
  to CFLAGS (and thus to CXXFLAGS)

Submitted by:	Sergei Golubchik <serg@mysql.com>
2001-12-17 22:50:46 +00:00
Dirk Froemberg
417a7a0ec0 Upgrade to 3.23.46. 2001-12-02 11:18:07 +00:00
Dirk Froemberg
e9185746c0 Upgrade to 3.23.45. 2001-11-24 12:54:12 +00:00
Dirk Froemberg
ab97b362e4 Update to 3.23.44. 2001-11-18 20:30:31 +00:00
Dirk Froemberg
882695f893 Upgrade to 3.23.43. 2001-10-05 19:15:41 +00:00
Dirk Froemberg
19add691ef Upgrade to 3.23.42. 2001-09-10 16:13:36 +00:00
David W. Chapman Jr.
2f9d6f48db Comply with NOPORTDOCS
PR:		29800
Submitted by:	pat@databits.net
No response:	maintainer
2001-09-03 22:27:58 +00:00
Dirk Froemberg
77ab88f1e1 Add dependency to p5-Mysql for the server part. mysql_convert_table_format,
mysql_setpermission and mysqlhotcopy need the perl module.
2001-08-18 21:57:18 +00:00
Dirk Froemberg
6a45e46521 Upgrade to 3.23.41. 2001-08-13 22:08:59 +00:00
Dirk Froemberg
7a6e5f95b2 Cleanup:
- rename INSTALL_DB_FORCE to SKIP_DNS_CHECK
- add additional comments for build options
- move printing of build option to server part
2001-08-13 21:50:34 +00:00
Dirk Froemberg
376118afd8 Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCE
(see Makefile for explanation).
2001-08-05 12:01:09 +00:00
Dirk Froemberg
423d70c5d9 Upgrade to 3.23.40. 2001-07-31 21:10:10 +00:00
Dirk Froemberg
0f5b447dfe Upgrade to 3.23.39. 2001-06-14 08:25:08 +00:00
Dirk Froemberg
4c1900dced POSIX chown syntax. 2001-06-03 18:45:35 +00:00
Dirk Froemberg
692ff3f0a1 Add option for linuxthreads (WITH_LINUXTHREADS).
Submitted by:	Alexey Zakirov <frank@agava.com>
2001-05-23 20:26:06 +00:00
Dirk Froemberg
65bd433996 Upgrade to 3.23.38. 2001-05-12 14:43:52 +00:00
Dirk Froemberg
fe7ab376bb Upgrade to 3.23.37. 2001-04-21 11:26:11 +00:00
Dirk Froemberg
b3b3a86d86 Fix typo (Latin1 -> latin1).
Noticed by:	Jon Nathan <jon@rupture.net>
2001-04-05 13:15:22 +00:00
Dirk Froemberg
d7e6656197 Upgrade to 3.23.36.
From the announcement:

"This release should fix the final bugs we accidently got into 3.23.34
and a long security bug that has been in MySQL a long time!

The main fixed bugs are that UPDATE didn't always use keys when
updating on something not based on a primary key and that 'affected
rows' wasn't returned to the client if the mysqld server wasn't
compiled with support for transactions."
2001-03-28 13:43:06 +00:00
Dirk Froemberg
384377aff8 Upgrade to 3.23.35.
From the announce mail:

"The 3.23.35 mainly fixes a critical bug in 3.23.34 with ORDER BY.  We
don't know how the ORDER BY bug slipped through our testing suite or
how fatal it's really is, but as we have got a couple of reports about
core dumps regarding this, we recommend 3.23.34 users to
upgrade as soon as possible. Sorry for the inconvenience."
2001-03-17 10:35:49 +00:00
Dirk Froemberg
38fae3c981 Add ${MASTER_SITE_SOURCEFORGE} to MASTER_SITES and remove www.mysql.net
which seems not to be a MySQL mirror anylonger.

Submitted by:	roam (sort of ;-)
2001-03-12 13:02:50 +00:00