summaryrefslogtreecommitdiff
path: root/databases/mysql41-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.Florian Smeets2013-04-2610-353/+0
| | | | Approved by: ale
* 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)
* 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
* 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.
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update to 4.1.25 release.Alex Dupre2008-12-303-114/+0
| | | | | PR: ports/130023 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Fix for CVE-2008-2079.Alex Dupre2008-10-103-0/+114
| | | | | PR: ports/127731 Submitted by: Andrew Daugherity <adaugherity@tamu.edu>
* Make startup script ssh-friendly.Alex Dupre2008-07-301-1/+1
| | | | | PR: ports/81915 Submitted by: David Marshall <marshall@chezmarshall.com>
* Update to 4.1.22 release and fix the long standing ORDER BY bug.Alex Dupre2006-11-281-4/+6
| | | | Requested by: many
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-071-2/+1
| | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement)
* Convert mysql-client.sh to rcNG.Alex Dupre2006-01-121-15/+0
|
* Update to 4.1.16 release.Alex Dupre2005-12-223-22/+29
|
* Update to 4.1.13 release.Alex Dupre2005-07-232-7/+5
|
* Update to 4.1.12 release.Alex Dupre2005-06-082-37/+10
| | | | | PR: ports/81690 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - 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]
* Update to 4.1.11 release:Alex Dupre2005-04-061-1/+4
| | | | | - add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup
* Update to 4.1.10 release:Alex Dupre2005-02-153-141/+61
| | | | | | | | - Add the possibility to specify the database directory in rc.conf [1] - Move database creation from post-install stage into startup script PR: ports/75453 [1] Submitted by: Boris Kovalenko <boris@tagnet.ru> [1]
* Symlink vulnerability fixed.Alex Dupre2005-01-161-0/+90
| | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository
* Update to 4.1.9 release.Alex Dupre2005-01-162-37/+1
|
* - 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>
* Update to 4.1.8a release [1][2]:Alex Dupre2005-01-109-113/+222
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [3] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob PR: ports/75556 [1], ports/75565 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Marcus Grando <marcus@corp.grupos.com.br> [2], sobomax [3]
* Update to 4.1.6 release:Alex Dupre2004-10-191-25/+49
| | | | | | | - convert startup script to rcNG [1] PR: ports/69273 [1] Submitted by: andreas [1]
* Update to 4.1.15 release:Alex Dupre2004-09-224-8/+89
| | | | | | | | - Fix a buffer overflow in prepared statements API - Fix bug in remote connections caused by libwrap [1] Patch by: peadar [1] Approved by: portmgr (marcus)
* Update to 4.1.4 release (before port freeze ;-))Alex Dupre2004-09-024-157/+10
|
* Fix compilation of ndb with gcc 3.4.Alex Dupre2004-07-271-0/+136
| | | | Obtained from: MySQL BitKeeper Repository
* Update to 4.1.3 release:Alex Dupre2004-07-051-10/+9
| | | | | | | | | | - switch to use libtool 1.5 Add ndbcluster, the new high-performance and high-reliable storage engine used in MySQL Cluster: - experimental: no docs, no examples, no startup scripts - to setup it see the administration guide at: http://gd.tuwien.ac.at/db/mysql/Downloads/Manual/mysql-cluster-admin.pdf
* Add patchfile as in mysql 5.0 to remove useless perl dependency.Alex Dupre2004-06-091-0/+21
|
* Improve the patch (this should work on 4.X, too).Alex Dupre2004-06-021-3/+3
|
* - Update to 4.1.2 releaseAlex Dupre2004-06-016-108/+32
| | | | | - Add experimental WITH_PROC_SCOPE_PTH knob to use process scope threads instead of system scope threads with libpthread
* - 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]
* Fix a never-catched bug in mysql_install_db script.Alex Dupre2004-03-121-0/+22
| | | | Now the SKIP_DNS_CHECK knob is pointless.
* Fix installation (a bit of perl was still there).Alex Dupre2004-03-021-2/+20
| | | | Reported by: bento via kris
* Sync with MySQL 4.0:Alex Dupre2004-02-292-0/+42
| | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port
* Sync with recent mysql323 changes:Alex Dupre2004-01-181-8/+0
| | | | | | | | | - Correctly support PTHREAD_LIBS/CFLAGS - Use USE_GNOME=lthack - Propagate DB_DIR in packages - Use my @FreeBSD.org email address Approved by: nork (mentor/implicitly)
* o Add CONFLICTS sections.Norikatsu Shigemura2003-12-261-0/+11
| | | | | | | | | o Fix packages dependencies. o portlint clean o Correct typo in MASTER_SITES, Fix non-optimized build. PR: ports/60559 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* o Update to 4.1.1 alpha release.Norikatsu Shigemura2003-12-112-32/+13
| | | | | | | | o Sync with mysql40 port changes. o Make portlint clean. PR: ports/60119 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp2003-05-221-5/+24
| | | | | | | | Remove problematic HAVE_BROKEN_REALPATH define, now we have a fixed version. This allows usage of symlinks for database paths again which was previously broken. Bump portrevision.
* Correct configure patchTilman Keskinoz2003-05-191-5/+3
| | | | | PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.Norikatsu Shigemura2003-04-181-5/+5
| | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* Update to 4.0.12.Norikatsu Shigemura2003-03-243-32/+24
| | | | | PR: ports/50130 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* o Definitely fix building on -current.Norikatsu Shigemura2003-02-051-0/+12
| | | | | | | | | o Really overwrite databases when OVERWRITE_DB is set. o Automatically skip installing databases if they already exist (unless OVERWRITE_DB is set). PR: ports/47945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 4.0.10.Norikatsu Shigemura2003-02-042-11/+56
| | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.Peter Pentchev2003-01-316-250/+21
| | | | | | | PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk)
* Upgrade to 3.23.55.Dirk Froemberg2003-01-291-5/+6
|
* make USE_LIBTOOL actually workingDirk Froemberg2002-12-161-10/+18
| | | | Submitted by: sobomax
* Upgrade to 3.23.54.Dirk Froemberg2002-12-143-47/+41
| | | | | | | | | 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
* -STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg2002-11-131-4/+5
| | | | | | | | 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.
* FreeBSD has broken realpath(3), too.Dirk Froemberg2002-11-101-8/+16
| | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Set limits from user mysql before starting mysqld.Dirk Froemberg2002-11-101-0/+1
| | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>