[libdbd-sqlite3-perl] branch master updated (606a749 -> 471079c)

Salvatore Bonaccorso carnil at debian.org
Sat May 30 21:52:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libdbd-sqlite3-perl.

      from  606a749   releasing package libdbd-sqlite3-perl version 1.44-1
      adds  351ec8e   updated SQLite to 3.8.7
      adds  40cc262   updated rt_76395_int_overflow.t with test cases from ribasushi
      adds  517d9bf   improved int64 handling for 32bit environment (RT-76395)
      adds  af73f27   updated Changes
      adds  f975b5c   releng 1.45_01
      adds  3066f36   adopted _sqlite_atoi64 from sqlite.c
      adds  c4056c3   releng 1.45_02
      adds  0a1f341   fixed regression of 0 as integer
      adds  b388c64   added a few test cases for int overflow regression
      adds  305cdba   silenced a few warnings
      adds  6d2ee81   enabled stat4
      adds  e18172f   releng 1.45_03
      adds  704c2d2   fix RT#99747 - skip tests if Unicode::UCD is not installed
      adds  c6d9c27   RT#99748 - added support for undef (NULLs) in comparisons - new test file t/virtual_table/rt_99748.t for testing nulls and comparing vtable with a regular table - tests that no security holes can be inserted in compiled regexes - ROWIDs start at 1, not at 0 - replaced qr{..} by m{..}
      adds  ab7539a   RT#99748 - removed a test which causes experimental warnings under Perl >= 5.18 (and did not add much to the intended tests)
      adds  f581565   restore n_a for older perls.
      adds  b2e36ee   Merge branch 'master' of https://github.com/DBD-SQLite/DBD-SQLite
      adds  90ec404   RT#99748 removed tests that cause segfaults under Perl <= 5.8.8
      adds  fb9a6bd   adapt tests so that they also work for DBI versions prior to 1.608
      adds  b4aeff3   additional tests for checking proper handling of '}' and '\}'
      adds  0cd3997   use quotemeta (as adviced in RT-99748) to address serious security issues
      adds  9b227e7   fixed a case where bind param is undef (which should be converted to NULL)
      adds  5083f22   added 5.20 to .travis.yml
      adds  893c47e   releng 1.45_04
      adds  2133026   updated to sqlite 3.8.7.2
      adds  cc24cc7   updated Changes
      adds  28fc0e4   RT#99748: replacing interpolated variables by a closure -- no risk of code injection
      adds  13e2b63   #99748 catch runtime errors occurring when user input for the MATCH operator is not a proper regex
      adds  58fa8c1   Merge branch 'vt_PerlData_closure'
      adds  76c4cc1   releng 1.45_05
      adds  1cedb03   silenced a compile-time deprecation warning (Unescaped left brace in regex is deprecated) under bleadperl
      adds  0de4013   releng 1.45_06
      adds  0187116   added 5.8.1 and blead to .travis.yml
      adds  d83a3d8   tweaked .travis.yml
      adds  0a171e5   mmm
      adds  0055ffd   local-lib?
      adds  91b892e   reverted changes to .travis.yml
      adds  895c83c   releng 1.46
      adds  38bd985   Imported Upstream version 1.46
       new  ee630df   Merge tag 'upstream/1.46'
       new  85831e4   Update debian/changelog
       new  916cee3   Add debian/NEWS entry about possibly breaking changes
       new  471079c   Update copyright years for debian/* packaging files

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                               |    18 +-
 Changes                                   |    31 +
 MANIFEST                                  |     1 +
 META.json                                 |     2 +-
 META.yml                                  |     2 +-
 Makefile.PL                               |     5 +-
 dbdimp.c                                  |   147 +-
 debian/NEWS                               |    11 +
 debian/changelog                          |     6 +
 debian/copyright                          |     2 +-
 lib/DBD/SQLite.pm                         |     2 +-
 lib/DBD/SQLite/VirtualTable.pm            |     2 +-
 lib/DBD/SQLite/VirtualTable/PerlData.pm   |    38 +-
 sqlite3.c                                 | 10086 ++++++++++++++++++----------
 sqlite3.h                                 |   129 +-
 sqlite3ext.h                              |    34 +-
 t/lib/Test.pm                             |    26 +-
 t/rt_76395_int_overflow.t                 |   142 +-
 t/virtual_table/00_base.t                 |     9 +-
 t/virtual_table/01_destroy.t              |    12 +-
 t/virtual_table/02_find_function.t        |     6 +-
 t/virtual_table/10_filecontent.t          |     4 +-
 t/virtual_table/11_filecontent_fulltext.t |     6 +-
 t/virtual_table/20_perldata.t             |    10 +-
 t/virtual_table/21_perldata_charinfo.t    |    26 +-
 t/virtual_table/rt_99748.t                |   150 +
 26 files changed, 7059 insertions(+), 3848 deletions(-)
 create mode 100644 t/virtual_table/rt_99748.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git



More information about the Pkg-perl-cvs-commits mailing list