summaryrefslogtreecommitdiff
path: root/databases/mysql41-server/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-26Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.Florian Smeets10-353/+0
Approved by: ale Notes: svn path=/head/; revision=316631
2013-04-24Very slight speedup on rc file parsing; use hostname variable in preferenceChris Rees1-1/+2
to calling /bin/hostname if available Approved by: ale (maintainer) Notes: svn path=/head/; revision=316456
2012-08-05Move the rc.d scripts of the form *.sh.in to *.inDoug Barton1-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
2012-01-14In the rc.d scripts, change assignments to rcvar to use theDoug Barton1-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
2011-05-15Remove painful examples of foo="", with particular prejudice againstDoug Barton1-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 Notes: svn path=/head/; revision=274133
2010-03-27Begin the process of deprecating sysutils/rc_subr byDoug Barton1-1/+1
s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
2008-12-30Update to 4.1.25 release.Alex Dupre3-114/+0
PR: ports/130023 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=225001
2008-10-10Fix for CVE-2008-2079.Alex Dupre3-0/+114
PR: ports/127731 Submitted by: Andrew Daugherity <adaugherity@tamu.edu> Notes: svn path=/head/; revision=221402
2008-07-30Make startup script ssh-friendly.Alex Dupre1-1/+1
PR: ports/81915 Submitted by: David Marshall <marshall@chezmarshall.com> Notes: svn path=/head/; revision=217836
2006-11-28Update to 4.1.22 release and fix the long standing ORDER BY bug.Alex Dupre1-4/+6
Requested by: many Notes: svn path=/head/; revision=178151
2006-03-07Fix rcNG startup ordering for MySQL daemon.Alex Dupre1-2/+1
Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement) Notes: svn path=/head/; revision=157011
2006-01-12Convert mysql-client.sh to rcNG.Alex Dupre1-15/+0
Notes: svn path=/head/; revision=153338
2005-12-22Update to 4.1.16 release.Alex Dupre3-22/+29
Notes: svn path=/head/; revision=151863
2005-07-23Update to 4.1.13 release.Alex Dupre2-7/+5
Notes: svn path=/head/; revision=139960
2005-06-08Update to 4.1.12 release.Alex Dupre2-37/+10
PR: ports/81690 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=137030
2005-04-11- Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2-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=133008
2005-04-06Update to 4.1.11 release:Alex Dupre1-1/+4
- add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup Notes: svn path=/head/; revision=132632
2005-02-15Update to 4.1.10 release:Alex Dupre3-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] Notes: svn path=/head/; revision=128973
2005-01-16Symlink vulnerability fixed.Alex Dupre1-0/+90
Submitted by: simon Obtained from: MySQL BitKeeper Repository Notes: svn path=/head/; revision=126626
2005-01-16Update to 4.1.9 release.Alex Dupre2-37/+1
Notes: svn path=/head/; revision=126566
2005-01-10- Make it compilable with old gcc [1]Alex Dupre1-0/+11
- Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=126065
2005-01-10Update to 4.1.8a release [1][2]:Alex Dupre9-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] Notes: svn path=/head/; revision=126033
2004-10-19Update to 4.1.6 release:Alex Dupre1-25/+49
- convert startup script to rcNG [1] PR: ports/69273 [1] Submitted by: andreas [1] Notes: svn path=/head/; revision=119786
2004-09-22Update to 4.1.15 release:Alex Dupre4-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) Notes: svn path=/head/; revision=118346
2004-09-02Update to 4.1.4 release (before port freeze ;-))Alex Dupre4-157/+10
Notes: svn path=/head/; revision=117972
2004-07-27Fix compilation of ndb with gcc 3.4.Alex Dupre1-0/+136
Obtained from: MySQL BitKeeper Repository Notes: svn path=/head/; revision=114856
2004-07-05Update to 4.1.3 release:Alex Dupre1-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 Notes: svn path=/head/; revision=112947
2004-06-09Add patchfile as in mysql 5.0 to remove useless perl dependency.Alex Dupre1-0/+21
Notes: svn path=/head/; revision=111183
2004-06-02Improve the patch (this should work on 4.X, too).Alex Dupre1-3/+3
Notes: svn path=/head/; revision=110647
2004-06-01- Update to 4.1.2 releaseAlex Dupre6-108/+32
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope threads instead of system scope threads with libpthread Notes: svn path=/head/; revision=110578
2004-05-18- Replace dead MASTER_SITE [1]Alex Dupre1-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
2004-03-12Fix a never-catched bug in mysql_install_db script.Alex Dupre1-0/+22
Now the SKIP_DNS_CHECK knob is pointless. Notes: svn path=/head/; revision=103766
2004-03-02Fix installation (a bit of perl was still there).Alex Dupre1-2/+20
Reported by: bento via kris Notes: svn path=/head/; revision=102728
2004-02-29Sync with MySQL 4.0:Alex Dupre2-0/+42
- get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102495
2004-01-18Sync with recent mysql323 changes:Alex Dupre1-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) Notes: svn path=/head/; revision=98441
2003-12-26o Add CONFLICTS sections.Norikatsu Shigemura1-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> Notes: svn path=/head/; revision=96629
2003-12-11o Update to 4.1.1 alpha release.Norikatsu Shigemura2-32/+13
o Sync with mysql40 port changes. o Make portlint clean. PR: ports/60119 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=95620
2003-05-22We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp1-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. Notes: svn path=/head/; revision=81751
2003-05-19Correct configure patchTilman Keskinoz1-5/+3
PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=81394
2003-04-18Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.Norikatsu Shigemura1-5/+5
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Repo copied by: joe (cvs) Approved by: portmgr (no objections) Notes: svn path=/head/; revision=79234
2003-03-24Update to 4.0.12.Norikatsu Shigemura3-32/+24
PR: ports/50130 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=77407
2003-02-05o Definitely fix building on -current.Norikatsu Shigemura1-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) Notes: svn path=/head/; revision=74879
2003-02-04Update to 4.0.10.Norikatsu Shigemura2-11/+56
Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74675
2003-01-31Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.Peter Pentchev6-250/+21
PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk) Notes: svn path=/head/; revision=74356
2003-01-29Upgrade to 3.23.55.Dirk Froemberg1-5/+6
Notes: svn path=/head/; revision=74215
2002-12-16make USE_LIBTOOL actually workingDirk Froemberg1-10/+18
Submitted by: sobomax Notes: svn path=/head/; revision=71680
2002-12-14Upgrade to 3.23.54.Dirk Froemberg3-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 Notes: svn path=/head/; revision=71630
2002-11-13-STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg1-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. Notes: svn path=/head/; revision=70020
2002-11-10FreeBSD has broken realpath(3), too.Dirk Froemberg1-8/+16
PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=69859
2002-11-10Set limits from user mysql before starting mysqld.Dirk Froemberg1-0/+1
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=69853