Date: Fri, 16 Apr 2021 14:11:32 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ef2d943eec5 - main - databases/p5-DBD-mysql: Enable SSL by default. Message-ID: <202104161411.13GEBWR6044744@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef2d943eec51c95c26a8aeda9d51286c38c86be commit 2ef2d943eec51c95c26a8aeda9d51286c38c86be Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2021-04-16 11:47:09 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2021-04-16 14:11:13 +0000 databases/p5-DBD-mysql: Enable SSL by default. MySQL always has SSL enabled, and DBD::mysql has the knob on by default, make sense to follow the trend. Reported by: Ryan Perry (email to perl@) --- databases/p5-DBD-mysql/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index fb35806bdc18..18db492d67c9 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -2,6 +2,7 @@ PORTNAME= DBD-mysql PORTVERSION= 4.050 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CAPTTOFU @@ -27,6 +28,8 @@ CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --li USE_PERL5= configure OPTIONS_DEFINE= SSL +OPTIONS_DEFAULT= SSL + SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay SSL_CONFIGURE_OFF= --nossl SSL_CONFIGURE_ON= --ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104161411.13GEBWR6044744>