diff options
author | taca <taca@pkgsrc.org> | 2014-03-13 18:23:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-13 18:23:21 +0000 |
commit | b3efca0d4371e3a8e3df97370895888316c74032 (patch) | |
tree | 5f06c26fffc1d9f1a6ec93128c0b002995fec1a0 /databases/ruby-pg/distinfo | |
parent | 67a244a382ef4c56cb3c96c6eba96b7400e8126a (diff) | |
download | pkgsrc-b3efca0d4371e3a8e3df97370895888316c74032.tar.gz |
Update ruby-pg to 0.17.1
pkgsrc change: Add GEM_EXTSDIR support.
== v0.17.1 [2013-12-18] Michael Granger <ged@FaerieMUD.org>
Bugfixes:
- Fix compatibility with signal handlers defined in Ruby. This reverts
cancelation of queries running on top of the blocking libpq API (like
Connection#exec) in case of signals. As an alternative the #async_exec
can be used, which is reverted to use the non-blocking API, again.
- Wrap PQcancel to be called without GVL. It internally waits for
the canceling connection.
Documentation fixes:
- Fix documentation for PG::Connection::conndefaults.
Diffstat (limited to 'databases/ruby-pg/distinfo')
-rw-r--r-- | databases/ruby-pg/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-pg/distinfo b/databases/ruby-pg/distinfo index 4b34defbbe1..4412ae16b77 100644 --- a/databases/ruby-pg/distinfo +++ b/databases/ruby-pg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/12/08 16:50:14 taca Exp $ +$NetBSD: distinfo,v 1.13 2014/03/13 18:23:21 taca Exp $ -SHA1 (pg-0.17.0.gem) = b4cd7b5379f6ec08a77a437e0bd2c3d4352963a5 -RMD160 (pg-0.17.0.gem) = a3f7d137e8bb7b6b0eaf406ae029128234a3a5a9 -Size (pg-0.17.0.gem) = 142336 bytes +SHA1 (pg-0.17.1.gem) = 2f3c2625f2bb07157647870af97007014e2191fb +RMD160 (pg-0.17.1.gem) = 75086b8752856501193eb01689587b6c74df80a7 +Size (pg-0.17.1.gem) = 142848 bytes |