diff options
author | taca <taca@pkgsrc.org> | 2012-09-03 15:13:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-03 15:13:47 +0000 |
commit | 35e9260d653ac041c0416fdb3d7624ad5ea6abe1 (patch) | |
tree | b897bd9f1efee483b82d3ee9d5d56a8f8be41316 /databases | |
parent | f74270b20f381e7347c1ec0ef5a67c6e8f65916a (diff) | |
download | pkgsrc-35e9260d653ac041c0416fdb3d7624ad5ea6abe1.tar.gz |
Update ruby-pg to 0.14.1.
== v0.14.1 [2012-09-02] Michael Granger <ged@FaerieMUD.org>
Important bugfix:
- Fix stack overflow bug in PG::Result#values and #column_values (#135). Thanks
to everyone who reported the bug, and Lars Kanis especially for figuring out
the problem.
PostgreSQL 9.2 beta fixes:
- Recognize PGRES_SINGLE_TUPLE as OK when checking PGresult (Jeremy Evans)
Documentation fixes:
- Add note about the usage scope of the result object received by the
#set_notice_receiver block. (Lars Kanis)
- Add PGRES_COPY_BOTH to documentation of PG::Result#result_status. (Lars Kanis)
- Add some documentation to PG::Result#fnumber (fix for #139)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-pg/Makefile | 5 | ||||
-rw-r--r-- | databases/ruby-pg/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile index a4eff5cc369..5699db997bf 100644 --- a/databases/ruby-pg/Makefile +++ b/databases/ruby-pg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2012/08/21 13:46:20 taca Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/03 15:13:47 taca Exp $ -DISTNAME= pg-0.14.0 +DISTNAME= pg-0.14.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/} -PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/ruby-pg/distinfo b/databases/ruby-pg/distinfo index f0e1bc3c398..f575911d35d 100644 --- a/databases/ruby-pg/distinfo +++ b/databases/ruby-pg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/07/31 13:46:52 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/09/03 15:13:47 taca Exp $ -SHA1 (pg-0.14.0.gem) = 346e4602ca9f5d5d014711f5ba18da674a62843c -RMD160 (pg-0.14.0.gem) = e0ad72d28a3a808c6e60dcefef2032834f533560 -Size (pg-0.14.0.gem) = 108032 bytes +SHA1 (pg-0.14.1.gem) = 0447b9260a53a9efe5368f727d8f3b018bf45f54 +RMD160 (pg-0.14.1.gem) = 958f7e756dd62301a741949bebc6b447d9f1c0e8 +Size (pg-0.14.1.gem) = 108544 bytes |