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:           Wed Sep 18 14:45:39 UTC 2024

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

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

1.5.7 (2024-07-28)

* Remove deprecated use of fptr->fd.#562 Direct access is disallowed since
  ruby-3.4.
* Make pgconn_connect_poll close the socket prior to calling PQconnectPoll.
  #564 This could result in an exception while connecting when used multi
  threaded.
* Fix several typos and improve spelling in documentation and code.  #566
* Add missing PG::RollbackTransaction as an option to exit conn.transaction.
  #560 Usage like in rails:
  https://api.rubyonrails.org/classes/ActiveRecord/Rollback.html
* Don't print a warning when bigdecimal is required on ruby-3.4+ #574
* Update Windows fat binary gem to OpenSSL-3.3.1 and PostgreSQL-16.3.

1.5.8 (2024-09-06)

* Fix host list duplication every time conn.reset is used.  #586
* Add default decoder for anonymous record types to BasicTypeRegistry #579
* Update Windows fat binary gem to OpenSSL-3.3.2 and PostgreSQL-16.4.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.38 -r1.39 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.43 pkgsrc/databases/ruby-pg/Makefile:1.44
--- pkgsrc/databases/ruby-pg/Makefile:1.43      Sun Mar  3 08:16:48 2024
+++ pkgsrc/databases/ruby-pg/Makefile   Wed Sep 18 14:45:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2024/03/03 08:16:48 taca Exp $
+# $NetBSD: Makefile,v 1.44 2024/09/18 14:45:39 taca Exp $
 
-DISTNAME=      pg-1.5.6
+DISTNAME=      pg-1.5.8
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
 CATEGORIES=    databases
 

Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.38 pkgsrc/databases/ruby-pg/distinfo:1.39
--- pkgsrc/databases/ruby-pg/distinfo:1.38      Sun Mar  3 08:16:48 2024
+++ pkgsrc/databases/ruby-pg/distinfo   Wed Sep 18 14:45:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/03/03 08:16:48 taca Exp $
+$NetBSD: distinfo,v 1.39 2024/09/18 14:45:39 taca Exp $
 
-BLAKE2s (pg-1.5.6.gem) = 7e8afc0f4407ce90a06679e4e96dc74f14099791bc2264d458da3874ebdb4909
-SHA512 (pg-1.5.6.gem) = 19bfdbef5987a19232e750b715d7b1f73fe6cbda3b1e28579c837e3ec1fb5436711de75f923c2a406d466041029ad5272f10b016dfd1913e9e9c4244f146228b
-Size (pg-1.5.6.gem) = 221184 bytes
+BLAKE2s (pg-1.5.8.gem) = a802976c4c6834119c367e5f4bef1cf45774d2a9fa8aca77d1cf27b32e90f965
+SHA512 (pg-1.5.8.gem) = 0ce5447b61ddad4373b7aded1e1f6184c7bdf86e4e82ea7187039d29abc6be505e50babaf2adb96adbd67061ba116d06714024597b524b02a7c05d2a3df1f92e
+Size (pg-1.5.8.gem) = 223232 bytes



Home | Main Index | Thread Index | Old Index