Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI Update to 1.643



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a40523ef94bd
branches:  trunk
changeset: 431888:a40523ef94bd
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun May 17 09:12:01 2020 +0000

description:
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

diffstat:

 databases/p5-DBI/Makefile |   5 ++---
 databases/p5-DBI/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r a439b520f3ba -r a40523ef94bd databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Sun May 17 08:46:05 2020 +0000
+++ b/databases/p5-DBI/Makefile Sun May 17 09:12:01 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2019/08/11 13:17:48 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2020/05/17 09:12:01 wen Exp $
 
-DISTNAME=      DBI-1.642
+DISTNAME=      DBI-1.643
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBI/}
 
diff -r a439b520f3ba -r a40523ef94bd databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Sun May 17 08:46:05 2020 +0000
+++ b/databases/p5-DBI/distinfo Sun May 17 09:12:01 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2018/10/31 11:53:24 wen Exp $
+$NetBSD: distinfo,v 1.52 2020/05/17 09:12:01 wen Exp $
 
-SHA1 (DBI-1.642.tar.gz) = 4838da411896707eb89acf63ae2d35c88ff841c7
-RMD160 (DBI-1.642.tar.gz) = ee8a39a3090c204b0ef33b0e32cc242b4869765b
-SHA512 (DBI-1.642.tar.gz) = 088161a004893a495b740c323acdfe096936812f8f1b12c0ae4b5b23a6dced01761be5589be5e2e66661bdeffd043504097213e713c0258fe1db2a60156ea079
-Size (DBI-1.642.tar.gz) = 604581 bytes
+SHA1 (DBI-1.643.tar.gz) = fdbe7a86873eed196be5f9753aabed5c1e22f2cb
+RMD160 (DBI-1.643.tar.gz) = c944a9568c4aa0c8f5e936bba47d9ee55d16b6cb
+SHA512 (DBI-1.643.tar.gz) = 03812f3eb1e43c8290dadb8cb14bbced9ec6e237228ea2a2ba91f22e52143906a91a7e82945dab30b1d1b9fc925073721111adafd9a09fac070808ab88f908b8
+Size (DBI-1.643.tar.gz) = 612372 bytes


Home | Main Index | Thread Index | Old Index