Commit graph

111 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
7ef3822eb2 Update to 4.042
- Complete SSL option

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2017-03-09 16:12:43 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Sunpoet Po-Chuan Hsieh
276d455990 - Update to 4.041
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-29 18:51:25 +00:00
Sunpoet Po-Chuan Hsieh
9720664feb - Update to 4.040
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-21 17:36:08 +00:00
Sunpoet Po-Chuan Hsieh
83273c2a88 - Update to 4.039
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-19 17:08:00 +00:00
Kurt Jaeger
f60806c01d databases/p5-DBD-mysql: 4.036 -> 4.037
Security release to patch possible buffer overflow in prepared
statements. Reported and fixed by Pali Rohar. This vulnerability
is present in all releases at least back to versions 3.0 of the
driver, which were released in 2005.

Security:	CVE-2016-1246
Changes:	http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.037/Changes
MFH:		2016Q3
2016-10-03 09:26:34 +00:00
Wen Heping
6d2f167090 - Update to 4.036
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.036/Changes
2016-09-12 02:07:16 +00:00
Wen Heping
f27c173cb8 - Update to 4.035
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.035/Changes
2016-07-10 03:20:34 +00:00
Sunpoet Po-Chuan Hsieh
aa93458954 - Use USES=mysql 2016-06-26 17:24:25 +00:00
Mathieu Arnold
06b6315ce1 Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
2016-05-30 15:33:44 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
01ed807eb6 - Update to 4.033
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2015-10-27 15:50:35 +00:00
Kurt Jaeger
c6cfc3974c databases/p5-DBD-mysql: 4.031 -> 4.032
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog
- Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com)
- Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden
  and Eric Herman (Booking.com).
- Fixed test rt88006-bit-prepare on MyISAM storage
  (Reported both in RT102657 and by Scimon on github)
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717
  "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de)
- Corrected name of INSTALL.pm in POD
  David Farrell <davidnmfarrell AT gmail DOT com>
2015-07-22 11:04:24 +00:00
Sunpoet Po-Chuan Hsieh
a03705a4ac - Cleanup CONFLICTS_INSTALL 2015-06-29 04:58:00 +00:00
Adam Weinberger
b9a8e857ba Update to 4.031.
Changes: https://metacpan.org/changes/distribution/DBD-mysql
2015-03-06 22:43:28 +00:00
Kurt Jaeger
3760d7547a databases/p5-DBD-mysql: 4.028 -> 4.029
- Added fix to tests to create test database if not exists (constant
  failure on Travis) (CaptTofu)
- Support the fraction of (Oracle) MySQL Fabric that is supported by the
  most recent Connector/C (Steffen Mueller smueller@cpan.org)
- Milan Sorm <sorm@is4u.cz> for work on statistics_info
- Fix for RT 97625, use after free()
  Reini Urban rurban@cpan.org and Giovanni Bechis <giovanni@bigio.snb.it>
2014-12-12 23:04:14 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Kurt Jaeger
69a6b9fc21 databases/p5-DBD-mysql: 4.027 -> 4.028
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.028/ChangeLog

- Fixed bug in mysql.xs where dbh was being used as error code
- RT #97570: fix wrong salloc free in mysql_st_internal_execute
  (Reini Urban, cPanel)
- Fix RT #97625 use-after-free in mysql_dr_error, and #86153
  (Reini Urban, cPanel)
- find mysql.h for MariaDB on Win32 (Graham Ollis)
- Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
2014-08-02 12:56:23 +00:00
Sunpoet Po-Chuan Hsieh
9593682e2b - Update to 4.027
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2014-03-25 19:34:13 +00:00
Mathieu Arnold
6d1dc5774d Update to 4.026
PR:		ports/185887
Submitted by:	Kurt Jaeger
Sponsored by:	Absolight
2014-01-21 07:17:09 +00:00
Sunpoet Po-Chuan Hsieh
3c1462fe14 - Update to 4.025
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2013-11-05 19:04:49 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Sunpoet Po-Chuan Hsieh
93981ceb01 - Update to 4.024
- Remove unnecessary DISTNAME
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Add TEST_DEPENDS
- Convert to new OPTIONS simplifier
- Sort PLIST

Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2013-09-21 15:17:31 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Mathieu Arnold
60b3520df4 Update to 4.023. 2013-06-05 09:13:25 +00:00
Baptiste Daroussin
43d6c31649 Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
2013-04-22 12:53:58 +00:00
Baptiste Daroussin
14bc5a6c11 Convert to new options framework left unconverted ports in databases category 2013-03-21 17:43:46 +00:00
Sergey Skvortsov
5b93e57dbe Update to 4.021
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.021/ChangeLog
2012-05-07 15:22:10 +00:00
Sergey Skvortsov
2676b395c6 Update to 4.020
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.020/ChangeLog
Feature safe:	yes
2012-03-22 21:03:01 +00:00
Philip M. Gollucci
9b9b7ae711 - fix an obvious typo in the RUN_DEPENDS spotted by pkgng
With Hat:   perl@
2012-02-29 23:35:54 +00:00
Sergey Skvortsov
cb0d61548e Update to 4.019
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.019/ChangeLog
Submitted by:	flo
2011-05-20 13:06:02 +00:00
Sergey Skvortsov
5141f5a5ce - Update to 4.018
- Set LICENSE

Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.018/ChangeLog
PR:		ports/153571
Submitted by:	Steve Wills <steve@mouf.net>
2011-02-26 16:20:09 +00:00
Philip M. Gollucci
ec6430a49f - OPTIONally support SSL
PR:             ports/152230
Submitted by:   Emanuel Haupt <ehaupt@freebsd.org>
Approved by:    maintainer timeout (skv ; 24 days)
2010-12-10 23:05:36 +00:00
Sergey Skvortsov
3eb6d9d26a Update to 4.017
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.017/ChangeLog
2010-09-01 09:43:55 +00:00
Sergey Skvortsov
90b68bf93b Update to 4.016
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.016/ChangeLog
2010-07-23 13:53:22 +00:00
Sergey Skvortsov
ed7fdfe068 Update to 4.014
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.014/ChangeLog
2010-07-08 16:11:54 +00:00
Alex Dupre
02deaaf2a7 As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS. 2010-01-11 11:58:42 +00:00
Philip M. Gollucci
50efa78c6f - Update to 4.013
PR:             ports/141476
Approved by:    maintainer timeout (skv; 25 days)
Submitted by:   myself (pgollucci@)
2010-01-09 23:33:54 +00:00
Sergey Skvortsov
e23b803a87 Update to 4.012
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.012/ChangeLog
PR:		ports/135724
Submitted by:	pgollucci
2009-07-03 14:32:48 +00:00
Sergey Skvortsov
428a152569 Update to 4.010
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.010/ChangeLog
PR:		ports/131387
Submitted by:	pgollucci
2009-02-23 14:48:24 +00:00
Alex Dupre
53bc007260 Update CONFLICTS. 2008-07-26 08:38:03 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Sergey Skvortsov
476874b4e7 Update to 4.006 2008-02-07 14:16:07 +00:00
Sergey Skvortsov
5e078d5a44 Update to 4.005
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.005/ChangeLog
2007-06-13 05:41:04 +00:00
Sergey Skvortsov
b55ee2f6da Update to 4.003
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.003/ChangeLog
2007-03-21 13:07:07 +00:00
Sergey Skvortsov
d4c0c0970f * update to 4.001
* remove support of perl < 5.6

Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.001/ChangeLog
2007-02-06 18:32:16 +00:00
Sergey Skvortsov
8500c0402b Update to 4.00
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.00/ChangeLog
2006-12-25 14:37:40 +00:00
Sergey Skvortsov
043109952f Update to 3.0008
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0008/ChangeLog
2006-11-02 14:08:19 +00:00
Marcus Alves Grando
0dc1587de9 - portlint(1) in PORTREVISION
- Fix build with 4.x

Approved by:	skv
2006-09-14 17:31:34 +00:00