summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-03-23 15:20:09 +0000
committertaca <taca@pkgsrc.org>2020-03-23 15:20:09 +0000
commitadd548470ba37285b2f865a811ceef7e824c39f4 (patch)
treebe76938268b43bd793a4f6314e6468c101a07cb8 /databases
parent007eefa7eef22eb3a2790e20680634d5cd08ec0a (diff)
downloadpkgsrc-add548470ba37285b2f865a811ceef7e824c39f4.tar.gz
databases/ruby-pg: update to 1.2.3
Update ruby-pg to 1.2.3. == v1.2.3 [2020-03-18] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix possible segfault at `PG::Coder#encode`, `decode` or their implicit calls through a typemap after GC.compact. #327 - Fix possible segfault in `PG::TypeMapByClass` after GC.compact. #328
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index a79ac24bd5c..597a5467b38 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2020/01/16 15:16:19 taca Exp $
+# $NetBSD: Makefile,v 1.34 2020/03/23 15:20:09 taca Exp $
-DISTNAME= pg-1.2.2
+DISTNAME= pg-1.2.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases