summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2020-05-17 09:12:01 +0000
committerwen <wen@pkgsrc.org>2020-05-17 09:12:01 +0000
commitdc327b4a26fbe692afd3a35ee3c74f8a5801a4bd (patch)
treeee559b1f97a4cc55a21708eb51777fd61b61f633
parente547d23c04f1b25907562f737d4062127d1c052d (diff)
downloadpkgsrc-dc327b4a26fbe692afd3a35ee3c74f8a5801a4bd.tar.gz
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
-rw-r--r--databases/p5-DBI/Makefile5
-rw-r--r--databases/p5-DBI/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index f33187c632a..2ae3bfa43d1 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -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 --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 5a4656d8547..ff6b510818e 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -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