The NetBSD Project

CVS log for pkgsrc/databases/mysql4-client/Attic/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / mysql4-client

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.68, Thu Sep 23 14:35:40 2010 UTC (13 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.67: +1 -1 lines
FILE REMOVED

Good-by mysql4-client now.  It isn't supported any more and no package
need it now.

Revision 1.67 / (download) - annotate - [select for diffs], Sat Jan 16 17:57:37 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.66: +1 -4 lines
Diff to previous 1.66 (colored) to selected 1.47 (colored)

Remove workaround for compiler bug in gcc2 on sparc64.

Revision 1.66 / (download) - annotate - [select for diffs], Sun May 25 21:42:20 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.47 (colored)

Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.

Revision 1.65 / (download) - annotate - [select for diffs], Wed Mar 26 13:29:58 2008 UTC (16 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.64: +10 -4 lines
Diff to previous 1.64 (colored) to selected 1.47 (colored)

pkglint cleanup.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Mar 26 13:22:00 2008 UTC (16 years ago) by wiz
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63 (colored) to selected 1.47 (colored)

Re-add mysql4 packages.
Andreas Hallmann graciously agreed to maintain them.

Revision 1.63, Tue Mar 25 13:42:52 2008 UTC (16 years ago) by wiz
Branch: MAIN
Changes since 1.62: +1 -1 lines
FILE REMOVED

Remove mysql4 (4.1 branch) packages.
They have security problems and are not maintained.

Removal was announced on pkgsrc-users on March 13.

Revision 1.62 / (download) - annotate - [select for diffs], Tue Mar 11 18:47:40 2008 UTC (16 years ago) by tnn
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.47 (colored)

Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.

Revision 1.61 / (download) - annotate - [select for diffs], Thu Mar 6 16:01:42 2008 UTC (16 years ago) by jlam
Branch: MAIN
Changes since 1.60: +5 -9 lines
Diff to previous 1.60 (colored) to selected 1.47 (colored)

+ Honor PKGINFODIR in mysql4-client.

+ Remove explicit naming of "-lncurses -ltermcap" as the way to get
  the termcap libraries.  Including termcap.buildlink3.mk (indirectly
  through including readline/buildlink3.mk) will do the right thing.

+ Remove readline dependency from Makefile.common and add it into
  mysql4-client/Makefile.  Only the -client package needs and uses
  readline.  The -server package only "needs" it to placate the
  configure script, but none of its installed binaries are linked
  against it.

+ Add full DESTDIR support to the -client and -server packages.

Bump the PKGREVISION of mysql4-client to 3.

The PKGREVISION of mysql4-server remains unchanged since there are
no user-visible changes to the binary package.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Oct 16 23:48:59 2007 UTC (16 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.47 (colored)

Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Jul 9 22:27:36 2007 UTC (16 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.58: +2 -3 lines
Diff to previous 1.58 (colored) to selected 1.47 (colored)

Add an options.mk for SSL support
Suggested by pancake@ in PR #28573

Revision 1.58 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:35 2007 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.57: +4 -1 lines
Diff to previous 1.57 (colored) to selected 1.47 (colored)

Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.57 / (download) - annotate - [select for diffs], Wed May 23 08:11:48 2007 UTC (16 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.47 (colored)

Updated MySQL to 4.1.22

Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html

Revision 1.56 / (download) - annotate - [select for diffs], Tue May 22 10:47:37 2007 UTC (16 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.47 (colored)

I'm not maintaining anymore this package.

salo feel free to update it and fix the security vulnerabilities.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Oct 18 13:22:04 2006 UTC (17 years, 5 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.47 (colored)

Disable i386 assembly optimizations on Darwin to fix a build failure.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Wed Sep 13 13:35:59 2006 UTC (17 years, 6 months ago) by salo
Branch: pkgsrc-2006Q2
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) next main 1.54 (colored) to selected 1.47 (colored)

Pullup ticket 1823 - requested by seb
security update for mysql4

Revisions pulled up:
- pkgsrc/databases/mysql4-client/Makefile.common	1.54
- pkgsrc/databases/mysql4-client/PLIST			1.14
- pkgsrc/databases/mysql4-client/distinfo		1.27
- pkgsrc/databases/mysql4-client/patches/patch-ax	1.5
- pkgsrc/databases/mysql4-client/patches/patch-bd	1.2
- pkgsrc/databases/mysql4-server/Makefile		1.31
- pkgsrc/databases/mysql4-server/PLIST			1.18
- pkgsrc/databases/mysql4-server/distinfo		1.25
- pkgsrc/databases/mysql4-server/patches/patch-bd	1.2

   Module Name:		pkgsrc
   Committed By:	seb
   Date:		Thu Aug 31 12:42:42 UTC 2006

   Modified Files:
   	pkgsrc/databases/mysql4-client: Makefile.common PLIST distinfo
   	pkgsrc/databases/mysql4-client/patches: patch-ax patch-bd
   	pkgsrc/databases/mysql4-server: Makefile PLIST distinfo
   	pkgsrc/databases/mysql4-server/patches: patch-bd

   Log Message:
   Update mysql4-client and mysql4-server to version 4.1.21.

   Most notably this version includes fixes for:
   http://secunia.com/advisories/21259/
   http://secunia.com/advisories/21506/
   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3469

   * Packages changes:
   the script mysqldumpslow had been moved from the mysql4-client to the
   mysql4-server.

   * Changes since last packaged version (4.1.20)
   (see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-21.html for more details):

   This is a bugfix release for the recent production release family.

   Functionality added or changed:
   - For spatial data types, the server formerly returned these as
   VARSTRING values with a binary collation. Now the server returns
   spatial values as BLOB values. (Bug#10166)
   - Added the --set-charset option to mysqlbinlog to allow the
   character set to be specified for processing binary log files.
   (Bug#18351)
   - For a table with an AUTO_INCREMENT column, SHOW CREATE TABLE now
   shows the next AUTO_INCREMENT value to be generated. (Bug#19025)
   - A warning now is issued if the client attempts to set the
   SQL_LOG_OFF variable without the SUPER privilege. (Bug#16180)
   - The mysqldumpslow script has been moved from client RPM packages
   to server RPM packages. This corrects a problem where mysqldumpslow
   could not be used with a client-only RPM install, because it depends
   on my_print_defaults which is in the server RPM. (Bug#20216)

   Bugs fixed:
   - Security fix: On Linux, and possibly other platforms using
   case-sensitive filesystems, it was possible for a user granted
   rights on a database to create or access a database whose name
   differed only from that of the first by the case of one or more
   letters. (Bug#17647)
   - Security fix: If a user has access to MyISAM table t, that user
   can create a MERGE table m that accesses t. However, if the user's
   privileges on t are subsequently revoked, the user can continue to
   access t by doing so through m. If this behavior is undesirable,
   you can start the server with the new --skip-merge option to disable
   the MERGE storage engine. (Bug#15195)
   - Security fix: Invalid arguments to DATE_FORMAT() caused a server
   crash. (CVE-2006-3469, Bug#20729) Thanks to Jean-David Maillefer
   for discovering and reporting this problem to the Debian project
   and to Christian Hammers from the Debian Team for notifying us of
   it.
   ...
   (see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-21.html for
   the complete
   bug fix list)

Revision 1.54 / (download) - annotate - [select for diffs], Thu Aug 31 12:42:42 2006 UTC (17 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.47 (colored)

Update mysql4-client and mysql4-server to version 4.1.21.

Most notably this version includes fixes for:
http://secunia.com/advisories/21259/
http://secunia.com/advisories/21506/
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3469

* Packages changes:
the script mysqldumpslow had been moved from the mysql4-client to the
mysql4-server.

* Changes since last packaged version (4.1.20)
(see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-21.html for more details):

This is a bugfix release for the recent production release family.

Functionality added or changed:
- For spatial data types, the server formerly returned these as
VARSTRING values with a binary collation. Now the server returns
spatial values as BLOB values. (Bug#10166)
- Added the --set-charset option to mysqlbinlog to allow the
character set to be specified for processing binary log files.
(Bug#18351)
- For a table with an AUTO_INCREMENT column, SHOW CREATE TABLE now
shows the next AUTO_INCREMENT value to be generated. (Bug#19025)
- A warning now is issued if the client attempts to set the
SQL_LOG_OFF variable without the SUPER privilege. (Bug#16180)
- The mysqldumpslow script has been moved from client RPM packages
to server RPM packages. This corrects a problem where mysqldumpslow
could not be used with a client-only RPM install, because it depends
on my_print_defaults which is in the server RPM. (Bug#20216)

Bugs fixed:
- Security fix: On Linux, and possibly other platforms using
case-sensitive filesystems, it was possible for a user granted
rights on a database to create or access a database whose name
differed only from that of the first by the case of one or more
letters. (Bug#17647)
- Security fix: If a user has access to MyISAM table t, that user
can create a MERGE table m that accesses t. However, if the user's
privileges on t are subsequently revoked, the user can continue to
access t by doing so through m. If this behavior is undesirable,
you can start the server with the new --skip-merge option to disable
the MERGE storage engine. (Bug#15195)
- Security fix: Invalid arguments to DATE_FORMAT() caused a server
crash. (CVE-2006-3469, Bug#20729) Thanks to Jean-David Maillefer
for discovering and reporting this problem to the Debian project
and to Christian Hammers from the Debian Team for notifying us of
it.
...
(see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-21.html for
the complete
bug fix list)

Revision 1.53 / (download) - annotate - [select for diffs], Mon Jun 19 07:52:59 2006 UTC (17 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.47 (colored)

Update mysql4-client and mysql4-server to version 4.1.20.

Most notably this version includes fixes for
http://secunia.com/advisories/20365/
and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2006-0903

The fix for the latter was provided in PR pkg/33616 by Cedric
Devillers, cedric dot devillers at script dottt univ-paris7 dot fr,
and is not part of the upstream version 4.1.20.

* Changes since last packaged version (4.1.19)
(see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-20.html for me details):

This is a security fix release for the previous production release
family.  This release includes the security fix described later in
this section and a few other changes to resolve build problems,
relative to the last official MySQL release (4.1.19).

Bugs fixed:
- Security fix: An SQL-injection security hole has been found in
multi-byte encoding processing. The bug was in the server, incorrectly
parsing the string escaped with the mysql_real_escape_string() C
API function. (CVE-2006-2753, Bug#8378)
 This vulnerability was discovered and reported by Josh Berkus
 <josh@postgresql.org> and Tom Lane <tgl@sss.pgh.pa.us> as part of
 the inter-project security collaboration of the OSDB consortium.
- The patch for Bug#8303 broke the fix for Bug#8378 and was undone.
(In string literals with an escape character (\) followed by a
multi-byte character that has a second byte of (\), the literal
was not interpreted correctly. The next byte now is escaped, not
the entire multi-byte character. This means it a strict reverse of
the mysql_real_escape_string() function.)
- The client libraries had not been compiled for position-indpendent
code on Solaris-SPARC and AMD x86_64 platforms. (Bug#13159, Bug#14202,
Bug#18091)
- Running myisampack followed by myisamchk with the --unpack option
would corrupt the auto_increment key. (Bug#12633)

Revision 1.52 / (download) - annotate - [select for diffs], Fri May 26 18:25:34 2006 UTC (17 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.47 (colored)

Update mysql4-client and mysql4-server to version 4.1.19.

Lots of changes since last packaged version (4.1.15), please see:
http://dev.mysql.com/doc/refman/4.1/en/news-4-1-19.html
http://dev.mysql.com/doc/refman/4.1/en/news-4-1-18.html
http://dev.mysql.com/doc/refman/4.1/en/news-4-1-17.html
http://dev.mysql.com/doc/refman/4.1/en/news-4-1-16.html

Most notably this version includes a fix for
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1517

While here install more man pages and merge mysql4-client/patches/patch-ad
into mysql4-client/patches/patch-af.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:07 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.47 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Mar 3 04:00:09 2006 UTC (18 years, 1 month ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.49: +3 -2 lines
Diff to previous 1.49 (colored) to selected 1.47 (colored)

disable assembler stuff on Solaris/x86, because it's likely to work
only with GNU as(1).

XXX this condition should probably be reversed to the positive case,
XXX not the negative case so that it works on more platforms.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Jan 23 17:57:47 2006 UTC (18 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.48: +2 -4 lines
Diff to previous 1.48 (colored) to selected 1.47 (colored)

Add MASTER_SITE_MYSQL with a bunch of mirrors from FreeBSD, and use
it in the mysql packages.

Revision 1.48 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:04 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.47 / (download) - annotate - [selected], Mon Dec 5 20:49:57 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.46 / (download) - annotate - [select for diffs], Wed Nov 9 19:48:44 2005 UTC (18 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.47 (colored)

Don't use the asm string functions on Interix.  (To be fixed, but for now
the symbol naming is wrong, so no --enable-assembler will get it built.)

Revision 1.45 / (download) - annotate - [select for diffs], Sat Oct 29 14:14:00 2005 UTC (18 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.47 (colored)

Update mysql4* to 4.1.5.

Please see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-15.html
for more information about bugfixes/changes.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Sep 26 22:34:49 2005 UTC (18 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.47 (colored)

Update mysql4* to 4.1.14:

Lots of changes, please see
http://dev.mysql.com/doc/mysql/en/news-4-1-14.html
for more information.

Revision 1.40.2.1 / (download) - annotate - [select for diffs], Sun Aug 7 12:24:59 2005 UTC (18 years, 7 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.40: +8 -2 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.47 (colored)

Pullup ticket 663 - requested by Adrian Portelli
security update and build fix for mysql4

Revisions pulled up:
- pkgsrc/databases/mysql4-client/Makefile.common	1.42, 1.43
- pkgsrc/databases/mysql4-client/buildlink3.mk		1.12
- pkgsrc/databases/mysql4-client/distinfo		1.21
- pkgsrc/databases/mysql4-client/patches/patch-au	removed
- pkgsrc/databases/mysql4-client/patches/patch-av	1.4
- pkgsrc/databases/mysql4-client/patches/patch-ax	1.3
- pkgsrc/databases/mysql4-server/Makefile		1.20
- pkgsrc/databases/mysql4-server/PLIST			1.14
- pkgsrc/databases/mysql4-server/distinfo		1.19
- pkgsrc/databases/mysql4-server/patches/patch-aa	1.9
- pkgsrc/databases/mysql4-server/patches/patch-ab	1.4
- pkgsrc/databases/mysql4-server/patches/patch-ac	1.5
- pkgsrc/databases/mysql4-server/patches/patch-au	removed

   Module Name:		pkgsrc
   Committed By:	schmonz
   Date:		Thu Jul 14 03:35:41 UTC 2005

   Modified Files:
   	pkgsrc/databases/mysql4-client: buildlink3.mk

   Log Message:
   Define BUILDLINK_INCDIRS.mysql-client to ensure that the MySQL
   include dir is automatically available in ${CPPFLAGS}, following
   the example of postgres74-lib.
---
   Module Name:		pkgsrc
   Committed By:	xtraeme
   Date:		Fri Jul 29 21:02:35 UTC 2005

   Modified Files:
   	pkgsrc/databases/mysql4-client: Makefile.common distinfo
   	pkgsrc/databases/mysql4-client/patches: patch-av patch-ax
   	pkgsrc/databases/mysql4-server: Makefile PLIST distinfo
   	pkgsrc/databases/mysql4-server/patches: patch-aa patch-ab patch-ac
   Removed Files:
   	pkgsrc/databases/mysql4-client/patches: patch-au
   	pkgsrc/databases/mysql4-server/patches: patch-au

   Log Message:
   Update to 4.1.13.

   Lots of changes, see http://dev.mysql.com/doc/mysql/en/news-4-1-13.html
   for a detailed description.
---
   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Sat Aug  6 18:27:29 UTC 2005

   Modified Files:
   	pkgsrc/databases/mysql4-client: Makefile.common

   Log Message:
   Add an explict requirement for readline on 1.6.x which should resolve
   PR#30678 and PR#30364.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Aug 6 18:27:29 2005 UTC (18 years, 7 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.42: +7 -1 lines
Diff to previous 1.42 (colored) to selected 1.47 (colored)

Add an explict requirement for readline on 1.6.x which should resolve
 PR#30678 and PR#30364.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Jul 29 21:02:35 2005 UTC (18 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.47 (colored)

Update to 4.1.13.

Lots of changes, see http://dev.mysql.com/doc/mysql/en/news-4-1-13.html
for a detailed description.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:08 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored) to selected 1.47 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.40 / (download) - annotate - [select for diffs], Mon May 23 14:00:20 2005 UTC (18 years, 10 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored) to selected 1.47 (colored)

Update mysql4-* to 4.1.12.

Lots of changes and bugs fixed, see
http://dev.mysql.com/doc/mysql/en/news-4-1-12.html
for more information.

Revision 1.39 / (download) - annotate - [select for diffs], Sun May 22 20:07:46 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.47 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.38 / (download) - annotate - [select for diffs], Wed May 18 15:08:24 2005 UTC (18 years, 10 months ago) by sketch
Branch: MAIN
Changes since 1.37: +6 -3 lines
Diff to previous 1.37 (colored) to selected 1.47 (colored)

Use RCD_SCRIPTS_SHELL on the scripts we install, as they do not use fully
portable shell constructs.

Revision 1.37 / (download) - annotate - [select for diffs], Mon May 16 03:04:44 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) to selected 1.47 (colored)

Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:12 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.35: +1 -2 lines
Diff to previous 1.35 (colored) to selected 1.47 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Apr 6 14:13:45 2005 UTC (18 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.47 (colored)

Update mysql4-{client,server} to 4.1.11 (Released 1 April 2005)

Lots of bugfixes and new functionality was added, more info:
http://dev.mysql.com/doc/mysql/en/news-4-1-11.html

Revision 1.34 / (download) - annotate - [select for diffs], Tue Mar 15 15:09:14 2005 UTC (19 years ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.47 (colored)

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).

More info: http://www.k-otik.com/english/advisories/2005/0252

Increased BUILDLINK_RECOMMENDED to 4.1.10a.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 8 16:48:11 2005 UTC (19 years ago) by xtraeme
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) to selected 1.47 (colored)

o Add missing RCSID tags to patch-a{a,m} and use pkglint.
o Explain how to start mysqld correctly, PKG_RCD_SCRIPTS {dis,en}abled;
  closes PR pkg/29579.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Feb 18 00:48:05 2005 UTC (19 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.31: +7 -1 lines
Diff to previous 1.31 (colored) to selected 1.47 (colored)

Apply patches from Georg Schwarz to make this build on IRIX 5.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Feb 16 02:21:36 2005 UTC (19 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.47 (colored)

Updated mysql4-{client,server} to 4.1.10.

A lot of bugfixes and functionality was added... please see:
http://dev.mysql.com/doc/mysql/en/news-4-1-10.html

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 20 13:37:48 2005 UTC (19 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored) to selected 1.47 (colored)

Apply patch from MySQL BitKeeper repository to fix the symlink
vulnerability in the mysqlaccess script.

Bump PKGREVISION and BUILDLINK_RECOMMENDED.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jan 17 14:42:35 2005 UTC (19 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.47 (colored)

Update mysql4-{client,server} to 4.1.9.

Functionality added or changed:

    * The Mac OS X 10.3 installation disk images now include a MySQL
Preference Pane for the Mac OS X Control Panel that enables the user
to start and stop the MySQL server via the GUI and activate and
deactivate the automatic MySQL server startup on bootup.
    * Seconds_Behind_Master will be NULL (which means ``unknown'')
if the slave SQL thread is not running, or if the slave I/O thread
is not running or not connected to master. It will be zero if the
SQL thread has caught up with the I/O thread. It no longer grows
indefinitely if the master is idle.
    * InnoDB: Do not acquire an internal InnoDB table lock in LOCK
TABLES if AUTOCOMMIT=1. This helps in porting old MyISAM applications
to InnoDB. InnoDB table locks in that case caused deadlocks very easily.
    * InnoDB: Print a more descriptive error and refuse to start InnoDB
if the size of `ibdata' files is smaller than what is stored in the
tablespace header; innodb_force_recovery overrides this.
    * The MySQL server aborts immediately instead of simply issuing a
warning if it is started with the --log-bin option but cannot
initialize the binary log at startup (that is, an error occurs when
writing to the binary log file or binary log index file).
    * The binary log file and binary log index file now behave like
MyISAM when there is a "disk full" or "quota exceeded" error. See
section A.4.3 How MySQL Handles a Full Disk.

Many bugfixes were fixed... see
http://dev.mysql.com/doc/mysql/en/News-4.1.9.html

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jan 10 15:47:18 2005 UTC (19 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored) to selected 1.47 (colored)

Update mysql4-* to 4.1.8a.

Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to
see the list of changes, new features added and a bunch of bugs were
fixed.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Dec 17 17:48:08 2004 UTC (19 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.47 (colored)

Fix typo in comment.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Nov 25 19:34:03 2004 UTC (19 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.25: +1 -3 lines
Diff to previous 1.25 (colored) to selected 1.47 (colored)

Default PTHREAD_AUTO_VARS to the safer value of "no".  Most packages
that use pthreads already implement their own probes for pthreads, so
we don't need to auto-add the compiler/linker flags.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Nov 23 16:07:02 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.24: +9 -11 lines
Diff to previous 1.24 (colored) to selected 1.47 (colored)

* Install my-{huge,large,innodb-heavy-4G,small,medium}.cnf example files.
* Use PTHREAD_AUTO_VARS=no to disable linking to libpthread all programs
  and libraries, which is wrong.
* Set USE_LIBTOOL and GNU_CONFIGURE before including bsd.prefs.mk, so
  the test for _OPSYS_MAX_CMDLEN is not skipped.

Bump PKGREVISION to each package respectively
(mysql-client and mysql4-client), closes PR pkg/28162 and PR pkg/28222.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 16 18:56:29 2004 UTC (19 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.23: +1 -7 lines
Diff to previous 1.23 (colored) to selected 1.47 (colored)

Remove superflous variable assignments committed by accident.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 16 18:01:58 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.22: +13 -2 lines
Diff to previous 1.22 (colored) to selected 1.47 (colored)

Apply fix for PR pkg/28313 committed by tron@ on mysql-client some
minutes ago, but using subst.mk.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Nov 12 12:39:12 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.47 (colored)

Enable support for old C API functions in libmysqlclient:
mysql_drop_db(), mysql_create_db() and mysql_connect(), required
to build some applications using the MySQL 3.23.x API.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Nov 8 18:19:41 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.20: +14 -2 lines
Diff to previous 1.20 (colored) to selected 1.47 (colored)

Fix breakage added in last commits in mysql4-* packages:

* Make mysql4-client build on NetBSD 1.[56]*
* Don't install mysqld and friends in mysql4-client (eww!)
* Remove an unneeded patch.
* Remove duplicated files in mysql4-client's PLIST.

Also, use assembler functions when MACHINE_ARCH == i386.

This closes PR pkg/27154, pkg/27720, pkg/27744 and pkg/28035.

BTW, I tested them on NetBSD 1.6.2, 2.0_RC4 and -current.

Bump PKGREVISION for both packages.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 1 08:30:24 2004 UTC (19 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.19: +1 -4 lines
Diff to previous 1.19 (colored) to selected 1.47 (colored)

move patch-af back here and don't share patches with mysql4-server.
some of the patches disable part of the build and break the client
build.

should fix build issue noted on tech-pkg.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 31 09:24:27 2004 UTC (19 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.47 (colored)

be explicit about where openssl is, fixes openssl detection on Solaris.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 31 09:01:25 2004 UTC (19 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) to selected 1.47 (colored)

use patches and distinfo from mysql4-server instead of duplicating
patches here.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Oct 30 08:12:18 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.47 (colored)

Add missing pthread.bl3.mk, closes PR pkg/27650.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 28 01:34:27 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.15: +12 -15 lines
Diff to previous 1.15 (colored) to selected 1.47 (colored)

Use subst.mk instead of using sed(1)/mv(1)/rm(1).

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 28 01:12:44 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored) to selected 1.47 (colored)

Update mysql4-{client,server} to 4.1.7 (latest production release).

MySQL version 4.1 offers dozens of important product enhancements
and new features, including support for:

    * Subqueries and derived tables -- allowing users to search
      complex data sets with greater ease and efficiency;
    * A significantly faster and more flexible client-server protocol
      with support for prepared statements, providing optimized query
      execution and improved warning information;
    * New GUI installer and configuration wizards for Linux and Windows,
      making it easier for developers to set up and optimize their
      MySQL databases;
    * Encrypted client-server communication using OpenSSL (GPL),
      greatly increasing security against malicious intrusion and
      unauthorized access.
    * A more highly-optimized MySQL server library with a smaller
      memory footprint that performs significantly faster when embedded
      in third-party software.
    * Extensive Unicode support through the utf8 and ucs2 international
      character sets for applications that require the use of local
      languages;
    * Industry-standard GIS spatial types for storing and managing
      geographic data;
    * Improved full text search and Help features.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 22 01:10:04 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.47 (colored)

Update databases/mysql4* packages to 4.0.21 (latest stable production
release) and take maintainership.

Functionality added or changed:

# Print version_comment (from ./configure --comment during compilation)
  when starting the server. E.g.: Version: '4.0.21-debug' socket:
  '/tmp/mysql.sock' port: 0 Official MySQL Binary

# Made the MySQL server not react to signals SIGHUP and SIGQUIT on
  Mac OS X 10.3. This is needed because under this OS, the MySQL server
  receives lots of these signals (reported as Bug #2030).

# On Windows, the mysqld-nt and mysqld-max-nt servers now write error
  messages to the Windows event log in addition to the MySQL error log.

Tons of bugfixes were fixed, more information:

http://dev.mysql.com/doc/mysql/en/News-4.0.21.html

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 27 06:29:07 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.47 (colored)

Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 20 04:53:09 2004 UTC (19 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.47 (colored)

Use ${VARBASE}.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 18 22:08:46 2004 UTC (19 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored) to selected 1.47 (colored)

No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOL
is defined.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 20 18:48:44 2004 UTC (19 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.47 (colored)

Update databases/mysql4-* to 4.0.20.

Lots of bugfixes, please review the Changelog file.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 14 11:38:54 2004 UTC (19 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.47 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 22 14:31:35 2004 UTC (19 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) to selected 1.47 (colored)

Bl3ify.
Provide a buildlink3.mk file for mysql4-client package.
While here remove obsolete USE_NEW_TEXINFO.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 23 04:34:17 2004 UTC (20 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored) to selected 1.47 (colored)

Fix build with gcc2 on sparc64.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 13 12:09:36 2004 UTC (20 years ago) by recht
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.47 (colored)

Fix the build by adding USE_LANGUAGES=c c++ and linking myisam/isam
with CXX.
Noted by kristerw's bulk-build and Michal Pasternak on tech-pkg@.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 10 14:54:05 2004 UTC (20 years ago) by tv
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored) to selected 1.47 (colored)

Add --disable-dependency-tracking to speed up normal builds considerably.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 7 19:42:50 2004 UTC (20 years ago) by martti
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.47 (colored)

Updated mysql-client to 4.0.18

* Bug fixes

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 22 08:02:16 2004 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.47 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 20 16:00:12 2003 UTC (20 years, 3 months ago) by martti
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.47 (colored)

MySQL is a SQL (Structured Query Language) database server.  SQL is the
most popular database language in the world.  MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.

The main goals of MySQL are speed and robustness.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years.  While
MySQL is still in development it already offers a rich and highly useful
function set.

The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).

This package contains the MySQL client programs and libraries.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 20 16:00:12 2003 UTC (20 years, 3 months ago) by martti
Branch: MAIN
Diff to selected 1.47 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>