summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2010-12-22 15:29:34 +0000
committertaca <taca>2010-12-22 15:29:34 +0000
commitdbf278b89c5917a3cf0bbe6e7c8a51d6993b3143 (patch)
tree003570f7e56a00a23c249c80c350fc64b214557f /databases
parent5fa4c8c916966305a2e7616923e978eca188fba2 (diff)
downloadpkgsrc-dbf278b89c5917a3cf0bbe6e7c8a51d6993b3143.tar.gz
Oops, really update to MDB2_Driver_mysql-1.5.0b3.
1.5.0b3 2010-08-29 12:29 UTC Changelog: - fixed bug #15650: mysqli function used in setCharset() - fixed bug #16003: incorrect check for error after mysql_store_result - fixed bug #16147: first prepared statement is emulated when using factory with mysql - fixed bug #16669: hostspec is ignored when protocol is unix - fixed bug #17037: 'on update' not mentioned in tableInfo() - fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK constraint triggers) - fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer [alexpw] - return ON UPDATE|DELETE action in getTableConstraintDefinition() note: - the multi_query test failes because this is not supported by ext/mysql open todo items: - use a trigger to emulate setting default now()
Diffstat (limited to 'databases')
-rw-r--r--databases/pear-MDB2_Driver_mysql/Makefile4
-rw-r--r--databases/pear-MDB2_Driver_mysql/distinfo10
-rw-r--r--databases/pear-MDB2_Driver_mysql/patches/patch-aa8
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile
index 2d0d9727a3c..ab2be8f7d87 100644
--- a/databases/pear-MDB2_Driver_mysql/Makefile
+++ b/databases/pear-MDB2_Driver_mysql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/22 15:29:34 taca Exp $
-DISTNAME= MDB2_Driver_mysql-1.5.0b2
+DISTNAME= MDB2_Driver_mysql-1.5.0b3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/databases/pear-MDB2_Driver_mysql/distinfo b/databases/pear-MDB2_Driver_mysql/distinfo
index 943a5d5afa6..7537bf3c0bd 100644
--- a/databases/pear-MDB2_Driver_mysql/distinfo
+++ b/databases/pear-MDB2_Driver_mysql/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/12/22 15:21:06 taca Exp $
+$NetBSD: distinfo,v 1.6 2010/12/22 15:29:34 taca Exp $
-SHA1 (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = 3ae1d579ace24ec7ccbb769b7e6693c8a64e686e
-RMD160 (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = a1280d4d2aacc664e602950b978fac08613c1367
-Size (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = 45456 bytes
-SHA1 (patch-aa) = 7db47f47930ee44579b034075dd00b70627841ff
+SHA1 (pear/MDB2_Driver_mysql-1.5.0b3.tgz) = 26cdb9ec37a6f0324803bc40b6224ff31ad34939
+RMD160 (pear/MDB2_Driver_mysql-1.5.0b3.tgz) = 0be1f58a1ae7b0483791a91123a7d46a174b6504
+Size (pear/MDB2_Driver_mysql-1.5.0b3.tgz) = 45734 bytes
+SHA1 (patch-aa) = ce2847873a620145b4f961fa35427b102f8f5c80
diff --git a/databases/pear-MDB2_Driver_mysql/patches/patch-aa b/databases/pear-MDB2_Driver_mysql/patches/patch-aa
index ccd973cc398..895142cc1be 100644
--- a/databases/pear-MDB2_Driver_mysql/patches/patch-aa
+++ b/databases/pear-MDB2_Driver_mysql/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.4 2010/12/22 15:21:06 taca Exp $
+$NetBSD: patch-aa,v 1.5 2010/12/22 15:29:34 taca Exp $
---- ../package.xml.orig 2009-01-14 16:31:22.000000000 +0000
+--- ../package.xml.orig 2010-08-29 12:22:53.000000000 +0000
+++ ../package.xml
-@@ -77,9 +77,6 @@ open todo items:
+@@ -80,9 +80,6 @@ open todo items:
<channel>pear.php.net</channel>
- <min>2.5.0b2</min>
+ <min>1.5.0b3</min>
</package>
- <extension>
- <name>mysql</name>