summaryrefslogtreecommitdiff
path: root/databases/mysql50-server/files
Commit message (Collapse)AuthorAgeFilesLines
* Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsFlorian Smeets2013-06-0414-453/+0
| | | | | | | Approved by: ale (maintainer) Notes: svn path=/head/; revision=319886
* Fix build with clang.Alex Dupre2013-05-061-0/+11
| | | | | | | | PR: ports/176105 Submitted by: Spil <spil.oss@gmail.com> Notes: svn path=/head/; revision=317485
* Very slight speedup on rc file parsing; use hostname variable in preferenceChris Rees2013-04-241-1/+2
| | | | | | | | | to calling /bin/hostname if available Approved by: ale (maintainer) Notes: svn path=/head/; revision=316456
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 5.0.92:Alex Dupre2011-02-081-2/+3
| | | | | | | | | | | | | - switch to use USER/GROUP [1] - allow custom pidfile - replace CONFLICTS with CONFLICTS_INSTALL PR: ports/143384 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Feature safe: yes Notes: svn path=/head/; revision=268788
* Optimization: don't call times()->getrusage() on FreeBSD >= 7.0 when not needed.Alex Dupre2010-10-261-0/+30
| | | | | | | Submitted by: davidxu Notes: svn path=/head/; revision=263610
* Switch to use daemon(8) in rc script to avoid keeping a tty open.Alex Dupre2010-09-301-2/+2
| | | | | | | Submitted by: koitsu, ed Notes: svn path=/head/; revision=262152
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 5.0.89 release.Alex Dupre2009-12-291-27/+0
| | | | Notes: svn path=/head/; revision=246837
* Update to 5.0.86 release:Alex Dupre2009-09-241-1/+19
| | | | | | | | | - wait for mysql to be responsive at startup Feature safe: yes Notes: svn path=/head/; revision=242018
* Update to 5.0.84 release and use bundled libtool.Alex Dupre2009-07-241-10/+1
| | | | Notes: svn path=/head/; revision=238317
* Update to 5.0.81 release.Alex Dupre2009-05-131-3/+3
| | | | Notes: svn path=/head/; revision=233812
* Add mysqld embedded server library and fix pkg-plist.Alex Dupre2009-03-041-0/+11
| | | | Notes: svn path=/head/; revision=229456
* Update to 5.0.75 release.Alex Dupre2008-12-291-13/+0
| | | | | | | | PR: ports/129979 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=224945
* - Fix client input validation vulnerabilityAlex Dupre2008-10-102-1/+28
| | | | | | | - Fix my.cnf search path Notes: svn path=/head/; revision=221400
* Update to 5.0.67 release.Alex Dupre2008-08-274-89/+20
| | | | Notes: svn path=/head/; revision=219320
* Make startup script ssh-friendly.Alex Dupre2008-07-301-1/+1
| | | | | | | | PR: ports/81915 Submitted by: David Marshall <marshall@chezmarshall.com> Notes: svn path=/head/; revision=217836
* Update to 5.0.51a release.Alex Dupre2008-01-311-0/+12
| | | | Notes: svn path=/head/; revision=206533
* Fix SSL connections.Alex Dupre2008-01-211-0/+57
| | | | | | | Reported by: many Notes: svn path=/head/; revision=205955
* Backport a couple of small enhancement from mysql 5.1 port.Alex Dupre2007-12-122-0/+37
| | | | Notes: svn path=/head/; revision=203204
* Update to 5.0.51 release.Alex Dupre2007-12-112-121/+0
| | | | Notes: svn path=/head/; revision=202982
* - tmpdir fix [1]Alex Dupre2007-10-082-0/+121
| | | | | | | | | | - add WITHOUT_THR_ALARM knob to reduce kernel contention [2] (use it only if you understand the drawback) Submitted by: stas [1], kris [2] Notes: svn path=/head/; revision=201073
* Update to 5.0.45 release.Alex Dupre2007-07-122-12/+12
| | | | Notes: svn path=/head/; revision=195463
* Update to 5.0.41 release and drop support for FreeBSD < 5.Alex Dupre2007-05-201-11/+14
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=191565
* Update to 5.0.37 release.Alex Dupre2007-03-141-11/+0
| | | | Notes: svn path=/head/; revision=187384
* Update to 5.0.33 release.Alex Dupre2007-01-262-21/+11
| | | | Notes: svn path=/head/; revision=183366
* Update to 5.0.26 release and fix two security vulnerabilitiesAlex Dupre2006-10-222-16/+7
| | | | | | | | | (CVE-2006-4226 and CVE-2006-4227). Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175484
* - Apply fix to ulong problem. http://bugs.mysql.com/bug.php?id=22227Marcus Alves Grando2006-09-271-0/+21
| | | | | | | | | | - Bump -client PORTREVISION - portlint Approved by: maintainer (ale) Notes: svn path=/head/; revision=173978
* - Fix build with OpenSSLPav Lucistnik2006-08-101-10/+21
| | | | | | | | | | PR: ports/101647 Submitted by: Dan Lukes <dan@obluda.cz>, Sergey Mokryshev <mokr@mokr.net> Obtained from: http://bugs.mysql.com/bug.php?id=21327 Approved by: ale's vacation Notes: svn path=/head/; revision=170262
* - Update to 5.0.24Pav Lucistnik2006-08-062-15/+6
| | | | | | | Approved by: ale's vacation Notes: svn path=/head/; revision=169852
* Update to 5.0.19 release:Alex Dupre2006-03-171-8/+9
| | | | | | | - add mysql_upgrade script to update the databases from an earlier (even minor) release Notes: svn path=/head/; revision=157479
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-071-2/+1
| | | | | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement) Notes: svn path=/head/; revision=157011
* Update to 5.0.18 release:Alex Dupre2006-01-091-15/+0
| | | | | | | - convert mysql-client.sh script to use ldconfig rcNG system Notes: svn path=/head/; revision=153126
* Update to 5.0.17 release.Alex Dupre2005-12-222-13/+22
| | | | Notes: svn path=/head/; revision=151862
* Update to 5.0.16 release:Alex Dupre2005-11-271-11/+9
| | | | | | | - add Federated Engine Notes: svn path=/head/; revision=149664
* Update to 5.0.11 release.Alex Dupre2005-08-281-3/+12
| | | | | | | | PR: ports/85403 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=141168
* Update to 5.0.9 release.Alex Dupre2005-07-161-1/+1
| | | | | | | | PR: ports/83541 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=139329
* Update to 5.0.7 release.Alex Dupre2005-06-181-6/+4
| | | | Notes: svn path=/head/; revision=137677
* Update to 5.0.6 release.Alex Dupre2005-06-084-48/+30
| | | | Notes: svn path=/head/; revision=137029
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-112-1/+14
| | | | | | | | | | | | | - Set the new sequence for finding my.cnf files [2]: /etc, ${PREFIX}/etc, ${mysql_dbdir} (default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf) PR: ports/79166 [1], ports/79597 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Vasil Dimov <vd@datamax.bg> [2] Notes: svn path=/head/; revision=133014
* Update to 5.0.3 release:Alex Dupre2005-04-068-213/+100
| | | | | | | | | | - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup Notes: svn path=/head/; revision=132637
* Symlink vulnerability fixed.Alex Dupre2005-01-161-0/+90
| | | | | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository Notes: svn path=/head/; revision=126626
* - Make it compilable with old gcc [1]Alex Dupre2005-01-101-0/+11
| | | | | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=126068
* Update to 5.0.2 release:Alex Dupre2005-01-105-44/+223
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1] Notes: svn path=/head/; revision=126051
* Update to 5.0.1 (snapshot) release:Alex Dupre2004-10-248-171/+69
| | | | | | | | | | - Unmark FORBIDDEN - Install a rcNG startup script - Enable support for ndbcluster - Add knob to use process scope threads Notes: svn path=/head/; revision=120092
* - Fix mysqlhotdump vulnerabilityAlex Dupre2004-09-242-9/+58
| | | | | | | | | - Fix plist (don't install .la files) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118376
* - Replace dead MASTER_SITE [1]Alex Dupre2004-05-181-0/+14
| | | | | | | | | | | | - Fix mysqlbug vulnerability [2] - Bump PORTREVISION PR: ports/66671 [1] Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1], roam [2] Notes: svn path=/head/; revision=109426
* Fix a never-catched bug in mysql_install_db script.Alex Dupre2004-03-121-0/+22
| | | | | | | Now the SKIP_DNS_CHECK knob is pointless. Notes: svn path=/head/; revision=103766
* Fix building without perl.Alex Dupre2004-03-051-0/+21
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=103028