summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/DBD-SQLite: drop 1.660.0, 1.700.0Sam James2022-12-211-2/+0
| | | | | Bug: https://bugs.gentoo.org/886843 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/DBD-SQLite: add 1.720.0Sam James2022-11-181-0/+1
| | | | | Closes: https://bugs.gentoo.org/879075 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/DBD-SQLite: Version bump 1.70Andreas K. Hüttel2021-10-211-0/+1
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/DBD-SQLite: Remove oldAndreas K. Hüttel2021-05-011-2/+0
| | | | | | | Closes: https://bugs.gentoo.org/677680 Closes: https://bugs.gentoo.org/649408 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/DBD-SQLite: Cleanup old 1.640.0Kent Fredric2020-10-191-1/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-SQLite: Bump to version 1.660.0Kent Fredric2020-08-311-0/+1
| | | | | | | | | | | | | | | | | Upstream: - Upgrade bundled SQLite to 3.32.3 - Add several SQL_ types as alias - Don't return unitialized local variable when unexpected number of results returned in perl_vt_Eof() https://github.com/DBD-SQLite/DBD-SQLite/pull/55 - Ensure filename is defined in sqlite_db_filename https://github.com/DBD-SQLite/DBD-SQLite/pull/54 - Allow create_function to return an an array reference to specify the type of the value Bug: https://bugs.gentoo.org/732638 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-SQLite: Bump to version 1.640.0Kent Fredric2020-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Increase Min SQLITE for system-sqlite to 3.29 - Simplify system-sqlite patching/pruning - Isolate config-only stuff to src_configure - Ensure CFLAGS passed to make/compiler Upstream: - Upgrade bundled SQLite to 3.29.0 for * security fixes * ALTER TABLE ... RENAME COLUMN * UPSERT - Add ::GetInfo - Fix to use a PV value as a virtual table column value where appropriate - Add deferability to foreign_key_info - Added ability to configure SQLITE_MAX_LENGTH via ENV - Add $dbh->sqlite_limit to change runtime limits - Update constants - Add sqlite_backup_{from_dbh,to_dbh} methods - Add $dbh->sqlite_prefer_numeric_type to prefer arrays of ints instead of arrays of strings in TYPE statemetns - Add sqlite_db_config method and related constants - Add sqlite_defensive option to prohibit dangerous SQLite features - Expose some hidden extended result codes - Ensure an internal HV is initialized - Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData - Avoid segmentation fault on big-endian 32bit https://github.com/DBD-SQLite/DBD-SQLite/issues/45 - Fix ->quote($blob, SQL_BLOB) to quote correctly (injection risk) https://github.com/DBD-SQLite/DBD-SQLite/issues/51 - Add sqlite_get_autocommit private query method Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-SQLite: Bump to version 1.580.0 re bug #656546Kent Fredric2018-06-031-0/+1
| | | | | | | | | Upstream: - Now an error to fetch attributes from a statement handle whose database handle is inactive. Closes: https://bugs.gentoo.org/656546 Package-Manager: Portage-2.3.29, Repoman-2.3.9
* dev-perl/DBD-SQLite: drop oldThomas Deutschmann2018-05-261-2/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/DBD-SQLite: Cleanup old re bug #615088Kent Fredric2018-04-201-1/+0
| | | | | Closes: https://bugs.gentoo.org/615088 Package-Manager: Portage-2.3.29, Repoman-2.3.9
* dev-perl/DBD-SQLite: Bump to version 1.560.0Kent Fredric2018-03-011-0/+1
| | | | | | | | | | | | | Upstream: - Ship bundled SQLite 3.22.0 - Disable two STAT compile time options - Fix tests for error format change in recent DBI - Implement ParamValues statement handle attribute - Fix statistics_info - Fix for '.' in @INC removal - Fix zero-length BLOB retreived as undef Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-perl/DBD-SQLite: Fix test failures on 5.26 re bug #615088Kent Fredric2017-10-071-0/+1
| | | | | Bug: https://bugs.gentoo.org/615088 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBD-SQLite: Remove oldAndreas K. Hüttel2017-02-041-2/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/DBD-SQLite: Bump to version 1.540.0Kent Fredric2016-12-271-0/+1
| | | | | | | Upstream: - Perl tokenizer support restored on SQLite 3.12+ Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/DBD-SQLite: Bump to 1.520.0Kent Fredric2016-11-161-0/+1
| | | | | | | | | | | | | Testing indicates system-sqlite works again, at least, with sqlite-3.15.1 Upstream: - Update bundled SQLite to 3.13.0 - Enabled FTS5 - REGEXP function fixed to work under sqlite_unicode - column_info now parses column_info with spaces correctly. Package-Manager: portage-2.3.2
* dev-perl/DBD-SQLite: Bump to version 1.500.0Kent Fredric2016-05-071-0/+1
| | | | | | | | | | | | | | | | | | - EAPI6 - Moved the use of system-sqlite into a USE="system-sqlite" useflag, as compiling against all present versions of dev-db/sqlite results in test failres that don't occur with the native version. Said Useflag is also off by default for that reason. Upstream: - Updated to bundled SQLite 3.10.2 - Added a ReadOnly connection flag. - General improvments in ::Constants conveniences. - Some bugs fixed in savepoint handling - allow_multiple_statements retains contents of unprepared_statements Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
* dev-perl/DBD-SQLite: Remove oldAndreas K. Hüttel2016-03-051-1/+0
| | | | Package-Manager: portage-2.2.27
* dev-perl/DBD-SQLite: Remove oldAndreas K. Hüttel2016-01-021-1/+0
| | | | Package-Manager: portage-2.2.26
* dev-perl/DBD-SQlite: Version bump; remove oldAndreas K. Huettel (dilfridge)2015-09-081-2/+1
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+4
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