Skip to content

Commit

Permalink
Update ruby-pg to 0.18.2.
Browse files Browse the repository at this point in the history
== v0.18.2 [2015-05-14] Michael Granger <[email protected]>

Enhancements:

- Allow URI connection string (thanks to Chris Bandy)

Bugfixes:

- Speedups and fixes for PG::TextDecoder::Identifier and quoting behavior
- Revert addition of PG::Connection#hostaddr [#202].
- Fix decoding of fractional timezones and timestamps [#203]
- Fixes for non-C99 compilers
- Avoid possible symbol name clash when linking againt static libpq.
  • Loading branch information
taca committed Jun 3, 2015
1 parent f64fa1f commit 108fcc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions databases/ruby-pg/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2015/02/01 13:24:46 taca Exp $
# $NetBSD: Makefile,v 1.21 2015/06/03 10:48:18 taca Exp $

DISTNAME= pg-0.18.1
DISTNAME= pg-0.18.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases

Expand Down
8 changes: 4 additions & 4 deletions databases/ruby-pg/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2015/02/01 13:24:46 taca Exp $
$NetBSD: distinfo,v 1.15 2015/06/03 10:48:18 taca Exp $

SHA1 (pg-0.18.1.gem) = 96b6c292c72b1bf7fad0cb5d949f96d8e06867ad
RMD160 (pg-0.18.1.gem) = d3c34fd190bf243f43c9ed8a55f1a3153f21953e
Size (pg-0.18.1.gem) = 213504 bytes
SHA1 (pg-0.18.2.gem) = 6b35a1a2b565277db26fabe9ce66e1fe62306528
RMD160 (pg-0.18.2.gem) = d6797990b435afc803bf52c21e1e22d745ab08a7
Size (pg-0.18.2.gem) = 216576 bytes

0 comments on commit 108fcc2

Please sign in to comment.