diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 15:48:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 15:48:16 +0000 |
commit | 5bb79b7a5a44eaee9e302702e20228128b529423 (patch) | |
tree | b1f74ce4a39a2fae7318328f866885964f6e9dd1 | |
parent | 7e917089f676e7071babe4cc52525435962b79fd (diff) | |
download | pkgsrc-5bb79b7a5a44eaee9e302702e20228128b529423.tar.gz |
Update pear-DB package from 1.7.6 to 1.7.13
Since changes are too huge to show here, please refer:
http://pear.php.net/package/DB/download/All
One note from 1.7.8's changes:
This release of DB fixes numerous bugs compared to 1.7.7. Users of previous
versions are encouraged to upgrade in due course.
Users of the pgsql driver should note that this release fixes a security issue
reported by Yasuo Ohgaki; the security issue is described in more detail by
CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB
1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as
possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client
encoding.
longlong
-rw-r--r-- | databases/pear-DB/Makefile | 4 | ||||
-rw-r--r-- | databases/pear-DB/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index 907b232b6de..c1fd5c0d799 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/02/04 16:36:05 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/02/06 15:48:16 taca Exp $ -DISTNAME= DB-1.7.6 +DISTNAME= DB-1.7.13 CATEGORIES= databases CONFLICTS= php-pear-DB-[0-9]* diff --git a/databases/pear-DB/distinfo b/databases/pear-DB/distinfo index 01c37b155ec..dc522217db0 100644 --- a/databases/pear-DB/distinfo +++ b/databases/pear-DB/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/05/18 19:56:06 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2010/02/06 15:48:17 taca Exp $ -SHA1 (pear/DB-1.7.6.tgz) = cbb757ada4a3bb5e672c42105e8975ce81614fc6 -RMD160 (pear/DB-1.7.6.tgz) = 66ac157e769864c0c975e0509cc3d5bf728ddaa3 -Size (pear/DB-1.7.6.tgz) = 124807 bytes +SHA1 (pear/DB-1.7.13.tgz) = 86f2735e97e113d315c1912e76120c1825b8c63f +RMD160 (pear/DB-1.7.13.tgz) = d3fea93dadaefc84043e7f0546996a7933dc4f86 +Size (pear/DB-1.7.13.tgz) = 132246 bytes |