1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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)
This commit is contained in:
Kurt Jaeger 2014-08-02 12:56:23 +00:00
parent 4a145e0e7e
commit 69a6b9fc21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363812
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DBD-mysql
PORTVERSION= 4.027
PORTVERSION= 4.028
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -28,4 +28,7 @@ SSL_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
SSL_RUN_DEPENDS= ${SSL_BUILD_DEPENDS}
SSL_CONFIGURE_ON= --ssl
post-stage:
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/mysql/mysql.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (DBD-mysql-4.027.tar.gz) = 2e00f1eb5822aa097b310203ff611dd635f9d000db9df7ce1e8b0493c082be41
SIZE (DBD-mysql-4.027.tar.gz) = 137476
SHA256 (DBD-mysql-4.028.tar.gz) = 5842b24affdabce8b17122f910cd5b5b253bf266d7e5084af5df4248523811ed
SIZE (DBD-mysql-4.028.tar.gz) = 138614