Simple update to  pg 0.14.1.  Contains one significant bugfix:

- Fix stack overflow bug in PG::Result#values and #column_values.

Tested on amd64 and i386.  Will probably be committing within the next
few weeks.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/Makefile,v
retrieving revision 1.19
diff -N -u -p Makefile
--- Makefile    23 Sep 2012 16:57:33 -0000      1.19
+++ Makefile    20 Dec 2012 18:19:39 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-0.14.0
-REVISION =     0
+DISTNAME =     pg-0.14.1
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.10
diff -N -u -p distinfo
--- distinfo    29 Jun 2012 16:39:01 -0000      1.10
+++ distinfo    20 Dec 2012 18:19:39 -0000
@@ -1,5 +1,2 @@
-MD5 (pg-0.14.0.gem) = 89dNOsGHWUpR0pbsmFoWQw==
-RMD160 (pg-0.14.0.gem) = 4K1y0oo6gIxuYNzv7yAyg09TNWA=
-SHA1 (pg-0.14.0.gem) = NG5GAsqfXV0BRxH1uhjaZ0pihDw=
-SHA256 (pg-0.14.0.gem) = 1tcLk8/jJdTm+9qOHn5cBGr1M5edhmXfsAdLQff8USI=
-SIZE (pg-0.14.0.gem) = 108032
+SHA256 (pg-0.14.1.gem) = nnkR8vbs7ylcotoa/MDJf1R2WeBWlslChTgXSp65GT0=
+SIZE (pg-0.14.1.gem) = 108544

Reply via email to