notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/mysql41-server/Makefile
SVNWeb

Number of commits found: 78

Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Fri, 28 Dec 2012
[ 19:31 flo search for other commits by this committer ] Original commit   Revision:309581
Set EXPIRATION_DATE to a date in the future. Sorry.
[ 19:28 flo search for other commits by this committer ] Original commit   Revision:309580
Deprecate and set EXPIRATION_DATE

Approved by:	ale (maintainer)
Tue, 4 Sep 2012
[ 02:58 linimon search for other commits by this committer ] Original commit   Revision:303632
Mark as broken on ARM.

Approved by:	maintainer
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Fri, 29 Jun 2012
[ 09:59 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Mon, 13 Jun 2011
[ 10:11 ale search for other commits by this committer ] Original commit 
Switch to USERS/GROUPS.

PR:             ports/157562, ports/157591
Submitted by:   crees
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 11 Jan 2010
[ 11:58 ale search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
Wed, 25 Mar 2009
[ 14:04 mm search for other commits by this committer ] Original commit 
- Mark MAKE_JOBS_SAFE for SMP compilation

Approved by:    ale (maintainer, private e-mail)
Fri, 16 Jan 2009
[ 22:41 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Move the USE_PERL5 definition for the scripts slave ports from the master
to the slave port, to move it before the inclusion of bsd.port.pre.mk.

Approved by:    maintainer
Thu, 1 Jan 2009
[ 10:29 ale search for other commits by this committer ] Original commit 
Add bison build dependency.
Tue, 30 Dec 2008
[ 14:02 ale search for other commits by this committer ] Original commit 
Update to 4.1.25 release.

PR:             ports/130023
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Mon, 17 Nov 2008
[ 09:28 ale search for other commits by this committer ] Original commit 
Accept all linuxthreads library major versions.
Fri, 10 Oct 2008
[ 19:01 ale search for other commits by this committer ] Original commit 
Fix for CVE-2008-2079.

PR:             ports/127731
Submitted by:   Andrew Daugherity <adaugherity@tamu.edu>
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 26 Jul 2008
[ 08:36 ale search for other commits by this committer ] Original commit 
Update CONFLICTS and remove duplicated USE_PERL5.
Wed, 3 Oct 2007
[ 22:40 edwin search for other commits by this committer ] Original commit 
Remove support for OSVERSION < 5
Sat, 20 Jan 2007
[ 09:22 ale search for other commits by this committer ] Original commit 
Fix dependencies.
Tue, 28 Nov 2006
[ 07:24 ale search for other commits by this committer ] Original commit 
Update to 4.1.22 release and fix the long standing ORDER BY bug.

Requested by:   many
Sun, 6 Aug 2006
[ 18:53 pav search for other commits by this committer ] Original commit 
- Update to 4.1.21

Approved by:    ale's vacation
Thu, 22 Jun 2006
[ 10:23 ale search for other commits by this committer ] Original commit 
Remove the temporary hack to use the new USE_LDCONFIG feature.
Thu, 1 Jun 2006
[ 17:55 mnag search for other commits by this committer ] Original commit 
- Update to 4.1.20

PR:             98280
Approved by:    ale
Security:       http://lists.mysql.com/announce/364
Sat, 6 May 2006
[ 20:52 pav search for other commits by this committer ] Original commit 
- Update to 4.1.19

Approved by:    ale (maintainer)
Tue, 7 Mar 2006
[ 16:25 ale search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Fix rcNG startup ordering for MySQL daemon.
Bump PORTREVISION for mysql-server ports.

Approved by:    portmgr (clement)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 13 Feb 2006
[ 19:44 ale search for other commits by this committer ] Original commit 
MySQL 4.1 doesn't need newer zlib.

Reported by:    mnag
[ 12:25 ale search for other commits by this committer ] Original commit 
Update to 4.1.18 release.
Thu, 12 Jan 2006
[ 08:47 ale search for other commits by this committer ] Original commit 
Convert mysql-client.sh to rcNG.
Thu, 22 Dec 2005
[ 18:15 ale search for other commits by this committer ] Original commit 
Update to 4.1.16 release.
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Sun, 23 Oct 2005
[ 14:11 ale search for other commits by this committer ] Original commit 
Update to 4.1.15 release.

PR:             ports/87749
Submitted by:   mnag
Sun, 28 Aug 2005
[ 14:17 ale search for other commits by this committer ] Original commit 
Update to 4.1.14 release.
Sat, 23 Jul 2005
[ 10:14 ale search for other commits by this committer ] Original commit 
Update to 4.1.13 release.
Sat, 11 Jun 2005
[ 12:32 ale search for other commits by this committer ] Original commit 
Fix compilation on FreeBSD 4.X.

Submitted by:   many
Wed, 8 Jun 2005
[ 07:33 ale search for other commits by this committer ] Original commit 
Update to 4.1.12 release.

PR:             ports/81690
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:47 ale search for other commits by this committer ] Original commit 
- 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]
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Wed, 6 Apr 2005
[ 10:58 ale search for other commits by this committer ] Original commit 
Update to 4.1.11 release:
- add the possibility to specify additional command-line arguments
  to be passed to mysqld_safe on startup
Mon, 21 Mar 2005
[ 14:08 pav search for other commits by this committer ] Original commit 
- Tell users about new WITH_COLLATION knob

Requested by:   ale (maintainer)
[ 13:25 pav search for other commits by this committer ] Original commit 
- Add WITH_COLLATION knob to control --with-collation configure argument.
  Useful for regional collation support.

PR:             ports/78400
Submitted by:   Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Approved by:    maintainer timeout (17 days)
Tue, 15 Mar 2005
[ 12:08 ale search for other commits by this committer ] Original commit 
Remove obsolate knob description.
Mon, 14 Mar 2005
[ 09:53 ale search for other commits by this committer ] Original commit 
Update to 4.1.10a:
- fix potential security vulnerabilities in the creation of temporary
  table file names and the handling of User Defined Functions (UDFs).
Tue, 15 Feb 2005
[ 22:57 ale search for other commits by this committer ] Original commit 
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]
Sun, 16 Jan 2005
[ 10:24 ale search for other commits by this committer ] Original commit 
Update to 4.1.9 release.
Mon, 10 Jan 2005
[ 14:13 ale search for other commits by this committer ] Original commit 
Extend allowed linuxthreads shlib versions.
[ 13:40 ale search for other commits by this committer ] Original commit 
Move pre-configure in the common part.

Spotted by:     Maxim Maximov <mcsi@mcsi.pp.ru>
[ 13:22 ale search for other commits by this committer ] Original commit 
Correct comment typo.

PR:             ports/76050
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
[ 08:53 ale search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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]
Wed, 15 Dec 2004
[ 10:04 ale search for other commits by this committer ] Original commit 
Fix p5-File-Temp dependency (not required for perl 5.8.x).

Spotted by:     cdine <cdine@cdine.org>
Wed, 1 Dec 2004
[ 10:42 ale search for other commits by this committer ] Original commit 
Add p5-File-Temp dependency to mysql-scripts.
Required to run mysqlhotcopy.

PR:             ports/72095
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Mon, 15 Nov 2004
[ 22:33 ale search for other commits by this committer ] Original commit 
Fix docs installation.

Submitted by:   Dan Nelson <dnelson@allantgroup.com>
Wed, 27 Oct 2004
[ 20:36 ale search for other commits by this committer ] Original commit 
Update to 4.1.7 release. This is the first 4.1 production release.
Tue, 19 Oct 2004
[ 14:14 ale search for other commits by this committer ] Original commit 
Update to 4.1.6 release:
- convert startup script to rcNG [1]

PR:             ports/69273 [1]
Submitted by:   andreas [1]
Fri, 24 Sep 2004
[ 16:20 ale search for other commits by this committer ] Original commit 
Fix build on FreeBSD 4.X.

PR:             ports/71352
Submitted by:   Douglas Thrift <douglas@douglasthrift.net>
Approved by:    portmgr (marcus)
Wed, 22 Sep 2004
[ 22:22 ale search for other commits by this committer ] Original commit 
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)
Thu, 2 Sep 2004
[ 21:27 ale search for other commits by this committer ] Original commit 
Update to 4.1.4 release (before port freeze ;-))
Mon, 5 Jul 2004
[ 10:16 ale search for other commits by this committer ] Original commit 
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
Tue, 1 Jun 2004
[ 07:15 ale search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 18 May 2004
[ 11:37 ale search for other commits by this committer ] Original commit 
- 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]
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Fri, 12 Mar 2004
[ 10:36 ale search for other commits by this committer ] Original commit 
Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
Mon, 8 Mar 2004
[ 08:58 ale search for other commits by this committer ] Original commit 
Fix mysql default db installation.

Noticed by:     many
Tue, 2 Mar 2004
[ 12:17 ale search for other commits by this committer ] Original commit 
Fix installation (a bit of perl was still there).

Reported by:    bento via kris
Sun, 29 Feb 2004
[ 10:50 ale search for other commits by this committer ] Original commit 
Move mysql.info installation in do-install stage.
[ 08:44 ale search for other commits by this committer ] Original commit 
Sync with MySQL 4.0:
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
Tue, 3 Feb 2004
[ 15:25 ale search for other commits by this committer ] Original commit 
Don't limit architectures.

Noticed by:     Petri Helenius <pete@he.iki.fi>
Approved by:    nork (mentor/implicitly)
Thu, 29 Jan 2004
[ 12:44 ale search for other commits by this committer ] Original commit 
Use unique LATEST_LINK.

Reported by:    kris
Approved by:    nork (mentor/implicitly)
Sun, 18 Jan 2004
[ 00:59 ale search for other commits by this committer ] Original commit 
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)
Fri, 26 Dec 2003
[ 16:56 nork search for other commits by this committer ] Original commit 
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>
Thu, 11 Dec 2003
[ 15:58 nork search for other commits by this committer ] Original commit 
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)
Fri, 24 Oct 2003
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Fri, 3 Oct 2003
[ 16:10 roam search for other commits by this committer ] Original commit 
Protect against accidentally defining USE_MYSQL in the environment or
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]
Sun, 28 Sep 2003
[ 21:47 oliver search for other commits by this committer ] Original commit 
take care about DB_DIR when the initial database get installed

PR:             ports/54628
Submitted By:   Max Okumoto <okumoto@ucsd.edu>
Approved By:    maintainer
Thu, 22 May 2003
[ 23:15 mbr search for other commits by this committer ] Original commit 
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.
Fri, 18 Apr 2003
[ 16:17 nork search for other commits by this committer ] Original commit 
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)

Number of commits found: 78