summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/DBI: Bump to version 1.643.0Kent Fredric2020-07-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 <kentnl@gentoo.org>
* dev-perl/DBI: Bump to version 1.636.0Kent Fredric2016-11-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | - EAPI6 - Add USE="examples" - Removed restriction on parallel compilation and tests Upstream: - Fix compilation on threadperls <= 5.12 - Fix race condition in destroy tests - Handle UTF8 in RaiseError/PrintError correctly - Fix ShowErrorStatement showing the wrong statement - DBD::Gofer handles UTF8 STDIN/STDOUT correctly - Fix no-column fetchall_arrayref({}) failing to bind_columns by returning an empty set instead - Fix memory leak with tied CachedKids attribute cache - Fix commit() or rollback() raising fatal "panic: attempt to copy freed scalar" in non-null context. - Avoid spurious extra warning when passing undef to DBI::Profile as a Path. - SQL::Nano parser now ignores trailing semicolon - New dbh->selectall_array method akin for simplifed dereferencing. - Killed DBI::FAQ Package-Manager: portage-2.3.2
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+98
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed