brad
ee08c2d266
Disable the TCP wrappers support.
...
ok sthen@
2014-03-23 16:49:30 +00:00
brad
7526c023e0
Update to MySQL 5.1.73.
...
ok giovanni@
2013-12-10 22:15:46 +00:00
sthen
701c91e413
kill VMEM_WARNING
2013-11-25 14:16:22 +00:00
giovanni
a47664d758
Update to 5.1.72,
...
some innodb related bugs has been fixed.
Full changelog available at:
http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-72.html
ok brad@ (Mantainer)
2013-10-04 07:09:17 +00:00
brad
a9a177ed45
- Remove some unnecessary patching
...
- Mention the rc script in mysql_install_db
- Move the removal of the plugins subdir to the correct PLIST
ok sthen@
2013-09-04 19:16:59 +00:00
brad
7056bc2cef
Update to MySQL 5.1.71.
...
ok giovanni@
2013-08-07 23:38:55 +00:00
naddy
c7e055641a
kill direct and indirect references to GCC2_ARCHS
2013-08-07 15:37:07 +00:00
giovanni
8f27d5b837
Update to 5.1.70
...
fixes lot of memory leaks and other bugs.
Full changelog available at http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-70.html
Take care to this change:
The url columns in the mysql database help tables were too short to hold some of the URLs in the help content.
For upgrades, mysql_upgrade does not update the columns. Modify them manually using these statements:
ALTER TABLE mysql.help_category MODIFY url TEXT NOT NULL;
ALTER TABLE mysql.help_topic MODIFY url TEXT NOT NULL;
ok brad@
2013-06-14 13:13:37 +00:00
ajacoutot
e79d1b8931
Unbreak packaging, pkgspec didn't match after EPOCH was bumped.
...
ok sthen@
2013-06-13 16:27:46 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
ajacoutot
5cc35603e9
Document accessing the MySQL socket from within a chrooted application.
...
(e.g. php)
ok brad@ sthen@ jasper@
2013-03-17 07:22:23 +00:00
espie
3f680606a7
PERMIT_* / REGRESS->TEST sweep
2013-03-11 02:52:04 +00:00
brad
0d6f4f57ca
Update to MySQL 5.1.68.
...
ok giovanni@
2013-02-08 15:51:56 +00:00
brad
9ca5ec64fa
Update to MySQL 5.1.67.
...
ok giovanni@
2012-12-28 02:03:58 +00:00
giovanni
04d70009a5
Update to 5.1.66,
...
full Changelog available at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-66.html
ok Brad (Maintainer)
2012-10-01 09:44:51 +00:00
giovanni
68d0bfb408
Bugfix update to 5.1.65
...
ok Brad (Maintainer)
2012-08-10 07:31:38 +00:00
sthen
56f2bead40
Stop recommending that people use mysqld_safe(1) directly, the rc script
...
is preferred. Adjust some wording in the paragraph about login classes while
there. From Brad.
2012-05-23 21:33:04 +00:00
giovanni
60f907639b
Update to 5.1.63
...
from Brad (Maintainer)
ok ajacoutot@
2012-05-11 14:32:36 +00:00
ajacoutot
15d74a765d
SECURITY patches for bugs #64884 and #59387 .
...
-> fixes a nasty issue where one could get access using any password by
repeating connection attempts
from Brad (maintainer)
2012-05-04 07:57:17 +00:00
ajacoutot
acaaa6fdba
Use LOCALSTATEDIR instead of local variables.
2012-04-28 11:06:12 +00:00
ajacoutot
3f0ee525f1
Use LOCALSTATEDIR.
2012-04-28 10:51:44 +00:00
giovanni
014ac242d5
Update to 5.1.62, fixes 2 security bugs and other things
...
ok Brad (Maintainer)
2012-03-26 08:05:01 +00:00
william
a7c31d280a
fix typo in readme; ok brad sthen
2012-03-16 00:47:54 +00:00
naddy
849196b437
Belatedly bump versions for libraries we know had symbol changes due
...
to the addition of stpcpy(). Prodded by espie@
2012-01-26 22:08:26 +00:00
naddy
e893d6cfb5
remove obsolete workaround for alpha/gcc3; ok Brad
2011-12-05 16:42:07 +00:00
giovanni
368d74b01a
Update to 5.1.60
...
hints and ok Brad (Maintainer)
2011-11-22 14:38:51 +00:00
espie
a400ce85b6
switch to bsd.port.arch.mk
2011-11-11 11:37:08 +00:00
giovanni
340d33c49c
Update to 5.1.59
...
ok Brad (Maintainer)
2011-09-30 10:18:25 +00:00
espie
61199a1dbc
normalize pkgpath
2011-09-16 08:48:01 +00:00
giovanni
d6ea53e8e0
Update to 5.1.58
...
help and ok Brad (Maintainer)
2011-09-05 07:11:23 +00:00
sthen
6173fc2733
Make the cap_mkdb example test existence of login.conf.db before creating
...
it. Ok aja@ landry@, maintainer timeout.
2011-06-22 07:28:17 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sthen
271f8c5263
switch to new *_DEPENDS format, from Brad.
2011-05-27 21:07:00 +00:00
dcoppa
2dfbfce831
Fix floating point string printing in MySQL status output
...
(MySQL Bug #61205 )
OK Brad (maintainer)
2011-05-19 08:35:15 +00:00
ajacoutot
490432a2f1
Simplify: 'mysqladmin -s ping' is not good enough for rc_check because
...
while the daemon is shutting down, the access will be denied but the
process will still exists until it has shutdown completely.
This allows restart to work properly.
discussed with and ok robert@
2011-03-08 10:46:31 +00:00
ajacoutot
194fb0a9f4
No need to override rc_start() anymore, just use rc_bg.
2011-03-06 16:54:38 +00:00
ajacoutot
394ad895ec
Revert local patches that reverted a commit that broken MySQL on OpenBSD
...
64-bit archs and apply a patch from upstream to properly fix the
regression.
from Brad (maintainer)
2011-01-11 11:03:03 +00:00
ajacoutot
ae70c849c2
Make use of rcexec.
...
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +00:00
ajacoutot
e133cd7a34
Cope with recent class handling in rc.subr.
2011-01-04 16:03:00 +00:00
ajacoutot
4ec44530ca
Simplify after recent rc.subr change.
...
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
df73465884
Update to mysql-5.1.54.
...
More details at:
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-54.html
from Brad
2010-12-26 08:23:17 +00:00
ajacoutot
b28452a489
Cope with recent rc.subr changes.
2010-12-24 10:40:04 +00:00
ajacoutot
73ebcb7514
Cope with recent rc.subr changes.
2010-12-13 16:13:04 +00:00
jasper
1552f48bdc
- unbreak rc_stop()
...
from frantisek holop, ok brad (MAINTAINER)
2010-12-12 20:18:40 +00:00
ajacoutot
8a39ef78ea
Move these to rc_reload=NO.
2010-12-11 12:57:37 +00:00
ajacoutot
baffaea96e
Cope again with rc.subr changes.
2010-12-11 09:59:25 +00:00
ajacoutot
edb6d63e81
Adapt to new rc_start and fix RCS Id.
...
ok robert@
2010-12-11 08:48:24 +00:00
sthen
8347a8a8e1
update MySQL to 5.1.53; from Brad
2010-11-26 10:21:17 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00