pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBI
Module Name: pkgsrc
Committed By: wen
Date: Sun May 17 09:12:01 UTC 2020
Modified Files:
pkgsrc/databases/p5-DBI: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/databases/p5-DBI/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/p5-DBI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/p5-DBI/Makefile
diff -u pkgsrc/databases/p5-DBI/Makefile:1.83 pkgsrc/databases/p5-DBI/Makefile:1.84
--- pkgsrc/databases/p5-DBI/Makefile:1.83 Sun Aug 11 13:17:48 2019
+++ pkgsrc/databases/p5-DBI/Makefile Sun May 17 09:12:01 2020
@@ -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/}
Index: pkgsrc/databases/p5-DBI/distinfo
diff -u pkgsrc/databases/p5-DBI/distinfo:1.51 pkgsrc/databases/p5-DBI/distinfo:1.52
--- pkgsrc/databases/p5-DBI/distinfo:1.51 Wed Oct 31 11:53:24 2018
+++ pkgsrc/databases/p5-DBI/distinfo Sun May 17 09:12:01 2020
@@ -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