Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Alex Dupre
7dade175b4
Update to 4.1.25 release.
...
PR: ports/130023
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-12-30 14:02:23 +00:00
Alex Dupre
7dece2bbc3
Fix for CVE-2008-2079.
...
PR: ports/127731
Submitted by: Andrew Daugherity <adaugherity@tamu.edu>
2008-10-10 19:01:11 +00:00
Alex Dupre
71e1e1936f
Make startup script ssh-friendly.
...
PR: ports/81915
Submitted by: David Marshall <marshall@chezmarshall.com>
2008-07-30 06:11:16 +00:00
Alex Dupre
a6ba15fc9d
Update to 4.1.22 release and fix the long standing ORDER BY bug.
...
Requested by: many
2006-11-28 07:24:17 +00:00
Alex Dupre
8140074797
Fix rcNG startup ordering for MySQL daemon.
...
Bump PORTREVISION for mysql-server ports.
Approved by: portmgr (clement)
2006-03-07 16:25:01 +00:00
Alex Dupre
707b085ac0
Convert mysql-client.sh to rcNG.
2006-01-12 08:47:23 +00:00
Alex Dupre
6eaf19399c
Update to 4.1.16 release.
2005-12-22 18:15:02 +00:00
Alex Dupre
78bab6762a
Update to 4.1.13 release.
2005-07-23 10:14:17 +00:00
Alex Dupre
ccb18423a8
Update to 4.1.12 release.
...
PR: ports/81690
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
2005-06-08 07:33:21 +00:00
Alex Dupre
f93aa4f231
- Use the rcNG script to kill MySQL on deinstallation [1]
...
- 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]
2005-04-11 08:47:36 +00:00
Alex Dupre
85f61982c2
Update to 4.1.11 release:
...
- add the possibility to specify additional command-line arguments
to be passed to mysqld_safe on startup
2005-04-06 10:58:50 +00:00
Alex Dupre
110771c2d9
Update to 4.1.10 release:
...
- 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]
2005-02-15 22:57:02 +00:00
Alex Dupre
416ebd1cc4
Symlink vulnerability fixed.
...
Submitted by: simon
Obtained from: MySQL BitKeeper Repository
2005-01-16 22:45:48 +00:00
Alex Dupre
b78a15da8e
Update to 4.1.9 release.
2005-01-16 10:24:46 +00:00
Alex Dupre
b877291619
- Make it compilable with old gcc [1]
...
- Fix plist
PR: ports/76054
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
2005-01-10 15:33:27 +00:00
Alex Dupre
7f462571a7
Update to 4.1.8a release [1][2]:
...
- 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]
2005-01-10 08:53:10 +00:00
Alex Dupre
1ddceb7e1d
Update to 4.1.6 release:
...
- convert startup script to rcNG [1]
PR: ports/69273 [1]
Submitted by: andreas [1]
2004-10-19 14:14:07 +00:00
Alex Dupre
5a1e6a8f8f
Update to 4.1.15 release:
...
- 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)
2004-09-22 22:22:32 +00:00
Alex Dupre
f2bc67e5ae
Update to 4.1.4 release (before port freeze ;-))
2004-09-02 21:27:54 +00:00
Alex Dupre
070cb2804d
Fix compilation of ndb with gcc 3.4.
...
Obtained from: MySQL BitKeeper Repository
2004-07-27 08:25:17 +00:00
Alex Dupre
a26918e4b7
Update to 4.1.3 release:
...
- 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
2004-07-05 10:16:55 +00:00
Alex Dupre
399ed5538e
Add patchfile as in mysql 5.0 to remove useless perl dependency.
2004-06-09 22:06:43 +00:00
Alex Dupre
9ae92de6d1
Improve the patch (this should work on 4.X, too).
2004-06-02 07:24:45 +00:00
Alex Dupre
eff0021f23
- Update to 4.1.2 release
...
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
threads instead of system scope threads with libpthread
2004-06-01 07:15:09 +00:00
Alex Dupre
3fed262dde
- Replace dead MASTER_SITE [1]
...
- Fix mysqlbug vulnerability [2]
- Bump PORTREVISION
PR: ports/66671 [1]
Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1],
roam [2]
2004-05-18 11:37:49 +00:00
Alex Dupre
6591025a58
Fix a never-catched bug in mysql_install_db script.
...
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:36:57 +00:00
Alex Dupre
9cd2122897
Fix installation (a bit of perl was still there).
...
Reported by: bento via kris
2004-03-02 12:17:32 +00:00
Alex Dupre
bcfddf9578
Sync with MySQL 4.0:
...
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
2004-02-29 08:44:12 +00:00
Alex Dupre
d4e7faed04
Sync with recent mysql323 changes:
...
- 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)
2004-01-18 00:59:41 +00:00
Norikatsu Shigemura
6af6d64e7e
o Add CONFLICTS sections.
...
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>
2003-12-26 16:56:52 +00:00
Norikatsu Shigemura
26d483a7a9
o Update to 4.1.1 alpha release.
...
o Sync with mysql40 port changes.
o Make portlint clean.
PR: ports/60119
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-11 15:58:26 +00:00
Martin Blapp
5f50990ece
We finally have a threadsafe realpath(3) in 4.x and 5.x.
...
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.
2003-05-22 23:15:15 +00:00
Tilman Keskinoz
1b7d598e61
Correct configure patch
...
PR: 51342
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
2003-05-19 14:45:25 +00:00
Norikatsu Shigemura
dc608dc90f
Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.
...
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
2003-04-18 16:17:47 +00:00
Norikatsu Shigemura
fc5b101e78
Update to 4.0.12.
...
PR: ports/50130
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-03-24 17:02:58 +00:00
Norikatsu Shigemura
52a1683f75
o Definitely fix building on -current.
...
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)
2003-02-05 15:34:09 +00:00
Norikatsu Shigemura
cc4970f845
Update to 4.0.10.
...
Fix configure on -current.
PR: ports/47902
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-02-04 14:13:34 +00:00
Peter Pentchev
b62043221b
Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.
...
PR: 45543
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by: portmgr (will)
Repo-copy performed by: cvs (josefk)
2003-01-31 16:02:39 +00:00
Dirk Froemberg
62f5f7182f
Upgrade to 3.23.55.
2003-01-29 16:30:27 +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
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
172ccca45e
Upgrade to 3.23.52.
2002-08-19 13:27:52 +00:00