pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-pg



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 23 15:20:09 UTC 2020

Modified Files:
        pkgsrc/databases/ruby-pg: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/ruby-pg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-pg/Makefile
diff -u pkgsrc/databases/ruby-pg/Makefile:1.33 pkgsrc/databases/ruby-pg/Makefile:1.34
--- pkgsrc/databases/ruby-pg/Makefile:1.33      Thu Jan 16 15:16:19 2020
+++ pkgsrc/databases/ruby-pg/Makefile   Mon Mar 23 15:20:09 2020
@@ -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