notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/mysql323-server/Makefile

Number of commits found: 120 (showing only 100 on this page)

1 | 2  »  

Friday, 14 Oct 2011
22:30 dougb search for other commits by this committer
As previously advertised, complete removal of vulnerable ports that
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
Original commit
Monday, 26 Sep 2011
09:24 dougb search for other commits by this committer
Mark FORBIDDEN the remaining ports that are vulnerable for more than
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.
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 11 Jan 2010
11:58 ale search for other commits by this committer
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Friday, 16 Jan 2009
22:41 linimon search for other commits by this committer
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
Original commit
Monday, 17 Nov 2008
09:28 ale search for other commits by this committer
Accept all linuxthreads library major versions.
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - 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)
Original commit
Saturday, 26 Jul 2008
08:36 ale search for other commits by this committer
Update CONFLICTS and remove duplicated USE_PERL5.
Original commit
Tuesday, 24 Jul 2007
11:30 linimon search for other commits by this committer
Begin planning for de-orbit burn.  This does not build with gcc4.2, and
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
Original commit
Saturday, 9 Sep 2006
07:45 ale search for other commits by this committer
Fix for WITH_PROC_SCOPE_PTH=yes.

PR:             ports/102899
Submitted by:   Alex <garcol@postino.it>
Original commit
Thursday, 22 Jun 2006
10:23 ale search for other commits by this committer
Remove the temporary hack to use the new USE_LDCONFIG feature.
Original commit
Thursday, 4 May 2006
21:41 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
Original commit
Tuesday, 7 Mar 2006
16:25 ale search for other commits by this committer
Fix rcNG startup ordering for MySQL daemon.
Bump PORTREVISION for mysql-server ports.

Approved by:    portmgr (clement)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Thursday, 12 Jan 2006
08:57 ale search for other commits by this committer
Convert mysql-client.sh to rcNG.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
09:33 ale search for other commits by this committer
- 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)
- 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]
Original commit
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Tuesday, 15 Mar 2005
14:17 ale search for other commits by this committer
Update to 3.23.59 snapshot:
- Switch to rcNG
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
Original commit
Monday, 10 Jan 2005
14:44 ale search for other commits by this committer
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [1]
- Fix tcp wrappers (hopefully definitely!)
- Extend allowed linuxthreads shlib versions

Submitted by:   sobomax [1]
Original commit
Wednesday, 15 Dec 2004
10:04 ale search for other commits by this committer
Fix p5-File-Temp dependency (not required for perl 5.8.x).

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

PR:             ports/72095
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Original commit
Friday, 24 Sep 2004
16:18 ale search for other commits by this committer
- Fix mysqlhotdump vulnerability
- Fix plist (don't install .la files)
- Add optional knob WITH_PROC_SCOPE_PTH

Approved by:    portmgr (marcus)
Original commit
Tuesday, 18 May 2004
11:37 ale search for other commits by this committer
- 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]
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
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.
Original commit
Friday, 12 Mar 2004
10:36 ale search for other commits by this committer
Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
Original commit
Sunday, 29 Feb 2004
12:38 ale search for other commits by this committer
Sync with MySQL 4.0:
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
Original commit
Tuesday, 3 Feb 2004
15:25 ale search for other commits by this committer
Don't limit architectures.

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

Reported by:    kris
Approved by:    nork (mentor/implicitly)
Original commit
Saturday, 17 Jan 2004
12:47 ale search for other commits by this committer
- Completely restructure the port to follow other mysql* ports
  (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)
Original commit
Saturday, 27 Dec 2003
07:04 linimon search for other commits by this committer
In a followup to ports/60559, Alex admitted to being the maintainer of all
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.
Original commit
Friday, 26 Dec 2003
16:56 nork search for other commits by this committer
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>
Original commit
Friday, 14 Nov 2003
14:13 fjoe search for other commits by this committer
Use INFO.
Original commit
Thursday, 13 Nov 2003
14:45 trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Original commit
Friday, 24 Oct 2003
12:05 ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Friday, 3 Oct 2003
16:10 roam search for other commits by this committer
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]
Original commit
Saturday, 27 Sep 2003
00:05 edwin search for other commits by this committer
Update port: databases/mysql323-server

        - ECHO -> ECHO_MSG
        - pre-fetch -> pre-everything

PR:             ports/56775
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Friday, 19 Sep 2003
14:47 mbr search for other commits by this committer
Security update to 3.23.58.

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)
Original commit
Friday, 29 Aug 2003
17:29 marcus search for other commits by this committer
With my portmgr hat on, apply a fix discussed on current@ to fix the
build on -CURRENT.  Also, reset maintainer to ports@ since dirk@ has been
inactive since 2003-02-06.
Original commit
Thursday, 10 Jul 2003
09:39 nork search for other commits by this committer
Update to 3.23.57.

PR:             ports/53982
Submitted by:   Xin LI <delphij@freebsdchina.org>
Original commit
Thursday, 22 May 2003
23:15 mbr search for other commits by this committer
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.
Original commit
Wednesday, 26 Mar 2003
23:27 mbr search for other commits by this committer
Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSD
native (libc_r style) mutexes, thus some of the linked application
might indirectly try to pass native style mutexes to linuxthreads
pthread functions, either hanging at program startup or overwriting
data following the native style mutex. <tegge>

Reviewed by:    tegge
Original commit
22:17 mbr search for other commits by this committer
Upgrade to 3.23.56.

Maintainer timeout. I successfully run this package
on ~ 10 servers since Mar 19.
Original commit
Thursday, 6 Mar 2003
19:23 ade search for other commits by this committer
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:    portmgr (implicitly)
Original commit
Tuesday, 25 Feb 2003
00:33 mbr search for other commits by this committer
FreeBSD 5.X does have lthread.3, FreeBSD 4.X lthread.2
Original commit
Wednesday, 29 Jan 2003
16:30 dirk search for other commits by this committer
Upgrade to 3.23.55.
Original commit
Thursday, 23 Jan 2003
13:08 dirk search for other commits by this committer
mysql-server compiles and runs fine on sparc64.

Submitted by:   Joao Pedras <jpedras@webvolution.net>
Original commit
Saturday, 14 Dec 2002
16:00 dirk search for other commits by this committer
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
Original commit
Friday, 13 Dec 2002
11:28 sobomax search for other commits by this committer
Mark as FORBIDDEN - multiple security vulnerabilities exist. See
http://security.e-matters.de/advisories/042002.html

Submitted by:   Constantin Deribin <deribin@portaone.com>
Original commit
Thursday, 21 Nov 2002
21:04 dirk search for other commits by this committer
Fix MASTER_SITES.
Original commit
Sunday, 17 Nov 2002
15:58 dirk search for other commits by this committer
WITH_XCHARSET is independent of WITH_CHARSET.

PR:             ports/45173
Submitted by:   ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Original commit
Wednesday, 13 Nov 2002
10:38 dirk search for other commits by this committer
-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.
Original commit
Sunday, 10 Nov 2002
22:22 dirk search for other commits by this committer
FreeBSD has broken realpath(3), too.

PR:             ports/44784
Submitted by:   Adrian Filipi-Martin <adrian@ubergeeks.com>
Original commit
21:47 dirk search for other commits by this committer
Set limits from user mysql before starting mysqld.

Submitted by:   Denis Shaposhnikov <dsh@neva.vlink.ru>
Original commit
20:24 dirk search for other commits by this committer
Only kill mysqld we started. Don't kill all mysqld.

Submitted by:   sobomax (modified by me a bit)
Original commit
Monday, 21 Oct 2002
09:22 dirk search for other commits by this committer
Last commit was actually:

Upgrade to 3.23.53
Original commit
09:04 dirk search for other commits by this committer
Upgrade to 3.23.52.
Original commit
Tuesday, 3 Sep 2002
21:31 dirk search for other commits by this committer
Don't restrict InnoDB to i386. Works on alpha, too.

PR:             ports/42337
Original commit
Monday, 19 Aug 2002
13:27 dirk search for other commits by this committer
Upgrade to 3.23.52.
Original commit
Monday, 12 Aug 2002
20:21 dirk search for other commits by this committer
- remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.
- add patch to use correct prototypes for libwrap
Original commit
Wednesday, 7 Aug 2002
19:58 dirk search for other commits by this committer
Bump PORTREVISION after fixing startup script.
Original commit
19:48 dirk search for other commits by this committer
Back out last commit. It was unapproved and inappropriate since it
breaks existing installations (very clever!).

An appropriate "fix" for this "problem" would be to look in both /etc
and ${PREFIX}/etc.
Original commit
Sunday, 30 Jun 2002
21:06 anders search for other commits by this committer
Look for my.cnf in ${PREFIX}/etc rather than /etc.

Silence by:     dirk
Original commit
Thursday, 20 Jun 2002
14:47 dirk search for other commits by this committer
Upgrade to 3.23.51.
Original commit
Tuesday, 19 Feb 2002
11:16 dirk search for other commits by this committer
Upgrade to 3.23.49.    
Original commit
Thursday, 14 Feb 2002
22:11 dirk search for other commits by this committer
Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT)    
Original commit
Tuesday, 12 Feb 2002
11:39 dirk search for other commits by this committer
Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh)    
Original commit
Monday, 11 Feb 2002
13:35 dirk search for other commits by this committer
- upgrade to 3.23.48   - install mysql-client.sh as 000.mysql-client.sh.     The
000. prefix seems to be more common, now.    
Original commit
Saturday, 29 Dec 2001
10:33 dirk search for other commits by this committer
Upgrade to 3.23.47.    
Original commit
Wednesday, 19 Dec 2001
20:31 dirk search for other commits by this committer
Add support for InnoDB tables.    
Original commit
Tuesday, 18 Dec 2001
22:51 dirk search for other commits by this committer
Forgot to mention the following change in last commit:    
Original commit
22:41 dirk search for other commits by this committer
- remove -fno-omit-frame-pointer from CFLAGS if BUILD_OPTIMIZED is set   - add a
warning for BUILD_OPTIMIZED    
Original commit
Monday, 17 Dec 2001
22:50 dirk search for other commits by this committer
- CXX=${CC} to get rid of libstdc++ in order to improve stability     under
heavy load    
Original commit
Sunday, 2 Dec 2001
11:18 dirk search for other commits by this committer
Upgrade to 3.23.46.    
Original commit
Saturday, 24 Nov 2001
12:54 dirk search for other commits by this committer
Upgrade to 3.23.45.    
Original commit
Sunday, 18 Nov 2001
20:30 dirk search for other commits by this committer
Update to 3.23.44.    
Original commit
Friday, 5 Oct 2001
20:15 dirk search for other commits by this committer
Upgrade to 3.23.43.    
Original commit
Monday, 10 Sep 2001
17:13 dirk search for other commits by this committer
Upgrade to 3.23.42.    
Original commit
Saturday, 18 Aug 2001
22:57 dirk search for other commits by this committer
Add dependency to p5-Mysql for the server part. mysql_convert_table_format,  
mysql_setpermission and mysqlhotcopy need the perl module.    
Original commit
Monday, 13 Aug 2001
23:08 dirk search for other commits by this committer
Upgrade to 3.23.41.    
Original commit
22:50 dirk search for other commits by this committer
Cleanup:    
Original commit
Sunday, 5 Aug 2001
13:01 dirk search for other commits by this committer
Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCE   (see
Makefile for explanation).    
Original commit
Tuesday, 31 Jul 2001
22:10 dirk search for other commits by this committer
Upgrade to 3.23.40.    
Original commit
Thursday, 14 Jun 2001
09:25 dirk search for other commits by this committer
Upgrade to 3.23.39.    
Original commit
Wednesday, 23 May 2001
21:26 dirk search for other commits by this committer
Add option for linuxthreads (WITH_LINUXTHREADS).    
Original commit
Saturday, 12 May 2001
15:43 dirk search for other commits by this committer
Upgrade to 3.23.38.    
Original commit
Saturday, 21 Apr 2001
12:26 dirk search for other commits by this committer
Upgrade to 3.23.37.    
Original commit
Thursday, 5 Apr 2001
14:15 dirk search for other commits by this committer
Fix typo (Latin1 -> latin1).    
Original commit
Wednesday, 28 Mar 2001
13:43 dirk search for other commits by this committer
Upgrade to 3.23.36.    
Original commit
Saturday, 17 Mar 2001
10:35 dirk search for other commits by this committer
Upgrade to 3.23.35.    
Original commit
Monday, 12 Mar 2001
13:02 dirk search for other commits by this committer
Add ${MASTER_SITE_SOURCEFORGE} to MASTER_SITES and remove www.mysql.net   which
seems not to be a MySQL mirror anylonger.    
Original commit
07:06 dirk search for other commits by this committer
Upgrade to 3.23.34a.    
Original commit
Sunday, 4 Mar 2001
18:50 dirk search for other commits by this committer
BDB doesn't compile on alpha.    
Original commit
Wednesday, 14 Feb 2001
09:20 dirk search for other commits by this committer
Upgrade to 3.23.33.    
Original commit
Wednesday, 7 Feb 2001
23:02 dirk search for other commits by this committer
Install mysql-client.sh as 00mysql-client.sh so the included   ldconfig is run
earlier.    
Original commit
Thursday, 25 Jan 2001
01:03 dirk search for other commits by this committer
Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).    
Original commit
00:44 dirk search for other commits by this committer
Add support for BerkeleyDB table type.    
Original commit
Monday, 22 Jan 2001
22:46 dirk search for other commits by this committer
Upgrade to 3.23.32.    
Original commit

Number of commits found: 120 (showing only 100 on this page)

1 | 2  »