summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB
diff options
context:
space:
mode:
authorabs <abs>2008-04-06 00:21:12 +0000
committerabs <abs>2008-04-06 00:21:12 +0000
commit2df9985f91986243ab54ddd64d01872ec5e1fedc (patch)
tree9143a9bb7b487bdf55db46d29e814cba0d335c38 /databases/p5-Rose-DB
parent362f477d41f6b315483cacd5e26615d0f6a7bdda (diff)
downloadpkgsrc-2df9985f91986243ab54ddd64d01872ec5e1fedc.tar.gz
Update p5-Rose-DB to 0.741:
0.741 (02.25.2008) - John Siracusa <siracusa@gmail.com> * Changed mailing list URLs. 0.740 (02.15.2008) - John Siracusa <siracusa@gmail.com> * Added support for Rose::DB::Object 0.767's new hints features. 0.739 (02.08.2008) - John Siracusa <siracusa@gmail.com> * Caching of db objects during mod_perl server start-up is now turned off by default, with new API to turn it back on and do the necessary pre-fork clean-up that this entails. This change solved a segmentation fault problem triggered in DBD::Informix when database handles created in the parent were not properly disconnected prior to the first fork of the apache process. 0.738 (02.06.2008) - John Siracusa <siracusa@gmail.com> * The Informix INT8 column type is now detected and mapped to "bigint" on behalf of Rose::DB::Object. * Fixed a bug that prevented format_array() and parse_array() from correctly handling arrays containing undef or NULL, respectively. (Reported by Derek Watson) 0.737 (12.13.2007) - John Siracusa <siracusa@gmail.com> * Altered the behavior of connect() and disconnect() to account for the possibility that dbi_connect() may return a DBI $dbh that is already connected and has already been initialized. * Added optional (on by default) coercion of column type metadata from (big)int auto-increment to (big)serial for MySQL and SQLite. * Added support for the current_timestamp keyword to SQLite. * Added a dozen or so new MySQL connection attributes that must be inlined into the DSN rather than passed as connect() options. 0.736 (11.13.2007) - John Siracusa <siracusa@gmail.com> * Added new_or_cached() method and associated caching framework. * Added dbi_connect() method. (Patch by Peter Karman) * Removed mistakenly checked in breakpoint. 0.735 (07.21.2007) - John Siracusa <siracusa@gmail.com> * Improved parsing of SET values. * Fixed the test suite's detection of the broken DBD::SQLite 1.13.
Diffstat (limited to 'databases/p5-Rose-DB')
-rw-r--r--databases/p5-Rose-DB/Makefile4
-rw-r--r--databases/p5-Rose-DB/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile
index 4eeeb2228ee..626eaab0591 100644
--- a/databases/p5-Rose-DB/Makefile
+++ b/databases/p5-Rose-DB/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:46:37 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/06 00:21:12 abs Exp $
-DISTNAME= Rose-DB-0.734
+DISTNAME= Rose-DB-0.741
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
diff --git a/databases/p5-Rose-DB/distinfo b/databases/p5-Rose-DB/distinfo
index f910dde8e0f..7f07dcd5daa 100644
--- a/databases/p5-Rose-DB/distinfo
+++ b/databases/p5-Rose-DB/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:46:37 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/04/06 00:21:12 abs Exp $
-SHA1 (Rose-DB-0.734.tar.gz) = 14336b8c1b6542ebd78da09f1687ce592eb52693
-RMD160 (Rose-DB-0.734.tar.gz) = 4632c1f79bb518ee883dab90492e0f229370c175
-Size (Rose-DB-0.734.tar.gz) = 86965 bytes
+SHA1 (Rose-DB-0.741.tar.gz) = 071185c0caa992628b83d3421acc8b2cfb6b4e96
+RMD160 (Rose-DB-0.741.tar.gz) = 74e2340af0539db32a9634e1f347eb2e6e2b43dc
+Size (Rose-DB-0.741.tar.gz) = 96482 bytes