pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-pg databases/ruby-pg: update to 1.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/051980f361e7
branches:  trunk
changeset: 413971:051980f361e7
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 23 15:20:09 2020 +0000

description:
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@localhost>

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:

 databases/ruby-pg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 9a7eb117c118 -r 051980f361e7 databases/ruby-pg/Makefile
--- a/databases/ruby-pg/Makefile        Mon Mar 23 15:18:17 2020 +0000
+++ b/databases/ruby-pg/Makefile        Mon Mar 23 15:20:09 2020 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index