From af84e8ca90c3e93ff5a3ef7c07ea98099171b0cf Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 9 Jul 2020 16:47:19 +1200 Subject: dev-perl/DBI: Bump to version 1.643.0 - EAPI7 - Remove unused 'eutils' inherit - Unconditionally strip bad tests - Ensure CFLAGS passed to make/compiler Upstream: - Fix UTF-8 support for warn/croak within DBI internals - Add DBD::Mem driver for a pure perl in-memory driver based on DBI::DBD::SqlEngine - Add registration of mariadb_ prefix for DBD::MariaDB driver - Add compiler warnings in Driver.xst - Fix '.' in @INC in proxy test under parallel load - Fix driver-related croak() in DBI->connect to report the original DSN - Add new method $sth->last_insert_id() - Add new XS API function variant dbd_db_do6 - Fix memory corruption in XS functions when Perl stack is reallocated - Fix potentially calling newSV(0) in malloc_using_sv() - Fix order of XS prepares() ps_accept and ps_return argument names - Fix a potential NULL profile deref in dbi_profile() - Fix a buffer overflow on an overlong DBD class name - Remove remaining support for perl <5.8 - Update Devel::PPPort and remove redundant compat macros - Add new attribute RaiseWarn similar to RaiseError Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric --- dev-perl/DBI/metadata.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev-perl/DBI/metadata.xml') diff --git a/dev-perl/DBI/metadata.xml b/dev-perl/DBI/metadata.xml index 162537fa5d08..b670ec02cb80 100644 --- a/dev-perl/DBI/metadata.xml +++ b/dev-perl/DBI/metadata.xml @@ -40,6 +40,13 @@ DBD::Gofer::db DBD::Gofer::dr DBD::Gofer::st + DBD::Mem + DBD::Mem::DataSource + DBD::Mem::Statement + DBD::Mem::Table + DBD::Mem::db + DBD::Mem::dr + DBD::Mem::st DBD::NullP DBD::NullP::db DBD::NullP::dr -- cgit v1.2.3-65-gdbad