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:           Sun Sep  3 01:39:54 UTC 2023

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

Log Message:
databases/ruby-pg: update to 1.5.4

1.5.4 (2023-09-01)

* Fix compiling the pg extension with MSVC 2022.  #535
* Set PG::Connection's encoding even if setting client_encoding on
  connection startup fails.  #541
* Don't set the server's client_encoding if it's unnecessary.  #542 This is
  important for connection proxies, who disallow configuration settings.
* Update Windows fat binary gem to OpenSSL-3.1.2 and PostgreSQL-15.4.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/ruby-pg/distinfo

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.40 pkgsrc/databases/ruby-pg/Makefile:1.41
--- pkgsrc/databases/ruby-pg/Makefile:1.40      Sat Apr 29 13:32:27 2023
+++ pkgsrc/databases/ruby-pg/Makefile   Sun Sep  3 01:39:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2023/04/29 13:32:27 taca Exp $
+# $NetBSD: Makefile,v 1.41 2023/09/03 01:39:54 taca Exp $
 
-DISTNAME=      pg-1.5.3
+DISTNAME=      pg-1.5.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
 CATEGORIES=    databases
 

Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.35 pkgsrc/databases/ruby-pg/distinfo:1.36
--- pkgsrc/databases/ruby-pg/distinfo:1.35      Sat Apr 29 13:32:27 2023
+++ pkgsrc/databases/ruby-pg/distinfo   Sun Sep  3 01:39:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/04/29 13:32:27 taca Exp $
+$NetBSD: distinfo,v 1.36 2023/09/03 01:39:54 taca Exp $
 
-BLAKE2s (pg-1.5.3.gem) = 96a4e9fc344bdfcb7bf483f23215b4677f9482ba11ec1f2d9a350f34390d3fd7
-SHA512 (pg-1.5.3.gem) = 31d89a4bb0e172d2acd148f1553c7049a93d4428b66cf1cd2b01c66ac52110ce445d4f733adffb6547e895947ca9f817021ecf8ba9726987abf2f9cdf4e36d98
-Size (pg-1.5.3.gem) = 232960 bytes
+BLAKE2s (pg-1.5.4.gem) = ce4ba8afa66771cf92d234423598dd3e4c424d37b76d5c4d16b954560f2dcb53
+SHA512 (pg-1.5.4.gem) = 77d68e06dd26eeec932741875543cb9e02d8e4925f5483914bc1acdda0c792896ca2bb205366245745c24aae512d90a482f4a45a3e174c5ed0dbfd983762cd61
+Size (pg-1.5.4.gem) = 233984 bytes



Home | Main Index | Thread Index | Old Index