./databases/p5-DBI, The database-independent Perl database access API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.643nb5, Package name: p5-DBI-1.643nb5, Maintainer: pkgsrc-users

DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independent of the actual database being used.


Required to run:
[lang/perl5]

Master sites: (Expand)

Filesize: 598.02 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-14 09:08:58 by Thomas Klausner | Files touched by this commit (3)
Log message:
p5-DBI: fix CVE-2014-10402

Bump PKGREVISION
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-05-17 11:12:01 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.643

Upstream changes:
Changes in DBI 1.643 - ...

Fix memory corruption in XS functions when Perl stack is reallocated
    thanks to Pali
Fix calling dbd_db_do6 API function
    thanks to Pali
Fix potentially calling newSV(0) in malloc_using_sv()
    thanks to Pali
Fix order of XS preparse() ps_accept and ps_return argument names
    thanks to Petr Písař
Fix a potential NULL profile dereference in dbi_profile()
    thanks to Petr Písař
Fix a buffer overflow on an overlong DBD class name
    thanks to Petr Písař

Remove remnants of support for perl <= v5.8.0
    thanks to Pali and H.Merijn Brand
Update Devel::PPPort and remove redundant compatibility macros
    thanks to Pali and H.Merijn Brand

Correct minor typo in documentation
    thanks to Mohammad Anwar
Correct documentation introducing $dbh->selectall_array()
    thanks to Pali
Introduce select and do wrappers earlier in the documentation
    thanks to Dan Book
Mark as deprecated old API functions which overflow or are affected by
    Unicode issues, thanks to Pali

Add new attribute RaiseWarn, similar to RaiseError,
    thanks to Pali