summaryrefslogtreecommitdiff
path: root/databases/mysql323-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As previously advertised, complete removal of vulnerable ports thatDoug Barton2011-10-1417-910/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13 Notes: svn path=/head/; revision=283540
* Mark FORBIDDEN the remaining ports that are vulnerable for more thanDoug Barton2011-09-261-0/+3
| | | | | | | | | | | | | 2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports. Notes: svn path=/head/; revision=282419
* 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 Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* 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
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-3/+3
| | | | Notes: svn path=/head/; revision=247607
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Move the USE_PERL5 definition for the scripts slave ports from the masterMark Linimon2009-01-161-1/+0
| | | | | | | | | to the slave port, to move it before the inclusion of bsd.port.pre.mk. Approved by: maintainer Notes: svn path=/head/; revision=226291
* Accept all linuxthreads library major versions.Alex Dupre2008-11-171-1/+1
| | | | Notes: svn path=/head/; revision=222965
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* 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 CONFLICTS and remove duplicated USE_PERL5.Alex Dupre2008-07-261-3/+3
| | | | Notes: svn path=/head/; revision=217548
* Begin planning for de-orbit burn. This does not build with gcc4.2, andMark Linimon2007-07-241-15/+4
| | | | | | | | | | | | the correct fix is to update to a modern version of MySQL. While here, rip out obsolete 4.X cruft. Hat: portmgr Approved by: maintainer Notes: svn path=/head/; revision=196182
* Fix previouos commit.Alex Dupre2007-04-181-1/+1
| | | | Notes: svn path=/head/; revision=190265
* Use the new @stopdaemon feature.Alex Dupre2007-04-181-1/+1
| | | | Notes: svn path=/head/; revision=190263
* Fix for WITH_PROC_SCOPE_PTH=yes.Alex Dupre2006-09-091-1/+1
| | | | | | | | PR: ports/102899 Submitted by: Alex <garcol@postino.it> Notes: svn path=/head/; revision=172612
* Remove the temporary hack to use the new USE_LDCONFIG feature.Alex Dupre2006-06-221-5/+0
| | | | Notes: svn path=/head/; revision=166022
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-072-3/+2
| | | | | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement) Notes: svn path=/head/; revision=157011
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Convert mysql-client.sh to rcNG.Alex Dupre2006-01-123-23/+5
| | | | Notes: svn path=/head/; revision=153339
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-114-3/+21
| | | | | | | | | | | | | | | - 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) - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup 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=133016
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 3.23.59 snapshot:Alex Dupre2005-03-158-229/+194
| | | | | | | | | - Switch to rcNG - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script Notes: svn path=/head/; revision=131302
* - Use MASTER_SITES_MYSQLAlex Dupre2005-01-104-28/+207
| | | | | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1] Notes: svn path=/head/; revision=126061
* Fix p5-File-Temp dependency (not required for perl 5.8.x).Alex Dupre2004-12-151-2/+4
| | | | | | | Spotted by: cdine <cdine@cdine.org> Notes: svn path=/head/; revision=124089
* Add p5-File-Temp dependency to mysql-scripts.Alex Dupre2004-12-011-1/+2
| | | | | | | | | | Required to run mysqlhotcopy. PR: ports/72095 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=122887
* Unbreak (restore forced 'ps' command).Alex Dupre2004-09-291-5/+46
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=118499
* - Fix mysqlhotdump vulnerabilityAlex Dupre2004-09-243-57/+66
| | | | | | | | | | - Fix plist (don't install .la files) - Add optional knob WITH_PROC_SCOPE_PTH Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118374
* - Replace dead MASTER_SITE [1]Alex Dupre2004-05-181-1/+1
| | | | | | | | | | | | - 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
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Fix a never-catched bug in mysql_install_db script.Alex Dupre2004-03-122-8/+22
| | | | | | | Now the SKIP_DNS_CHECK knob is pointless. Notes: svn path=/head/; revision=103766
* Sync with MySQL 4.0:Alex Dupre2004-02-296-26/+97
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102523
* Don't limit architectures.Alex Dupre2004-02-031-2/+0
| | | | | | | | Noticed by: Petri Helenius <pete@he.iki.fi> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99883
* Use unique LATEST_LINK.Alex Dupre2004-01-291-0/+4
| | | | | | | | Reported by: kris Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99398
* - Completely restructure the port to follow other mysql* portsAlex Dupre2004-01-1710-359/+179
| | | | | | | | | | | | | | | | (too many improvements to be listed here) - Correctly support PTHREAD_LIBS/CFLAGS - Use USE_GNOME=lthack - Propagate DB_DIR in package [1] - Use my @FreeBSD.org email address - Bump PORTREVISION PR: ports/24749 [1] Submitted by: Tom Pavel <pavel@networkphysics.com> [1] Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98397
* In a followup to ports/60559, Alex admitted to being the maintainer of allMark Linimon2003-12-271-1/+1
| | | | | | | | | the other mysql-(server|client) ports, and thus found himself volunteered for this one as well. Of course, it may well be that he didn't run away fast enough ... or that this release is probably the last in the 3.x series. Notes: svn path=/head/; revision=96673
* o Add CONFLICTS sections.Norikatsu Shigemura2003-12-261-2/+5
| | | | | | | | | | | | 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
* Use INFO.Max Khon2003-11-142-3/+4
| | | | Notes: svn path=/head/; revision=93948
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+2
| | | | Notes: svn path=/head/; revision=93890
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Protect against accidentally defining USE_MYSQL in the environment orPeter Pentchev2003-10-031-0/+4
| | | | | | | | | | | | on the make(1) command line[1]. Unbreak mysql40-server's building on -CURRENT (-pthread)[2]. PR: 56252[1], 56925[2] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1], Alex Dupre <sysadmin@alexdupre.com> (maintainer) [2] Notes: svn path=/head/; revision=90144
* Update port: databases/mysql323-serverEdwin Groothuis2003-09-271-35/+35
| | | | | | | | | | | - ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56775 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89488
* Security update to 3.23.58.Martin Blapp2003-09-193-13/+4
| | | | | | | | | | | | | | | Fixed buffer overflow in password handling which could potentially be exploited by MySQL users with ALTER privilege on the mysql.user table to execute random code or to gain shell access with the UID of the mysqld process. The complete changelog can be found at: http://www.mysql.com/doc/en/News-3.23.58.html Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89069