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: Tue Jan 13 14:52:18 UTC 2026
Modified Files:
pkgsrc/databases/ruby-pg: Makefile PLIST distinfo
Log Message:
databases/ruby-pg: update to 1.6.3
1.6.3 (2025-12-29)
Added:
* Add binary gems for ruby-4.0, now providing ruby-3.0 to 4.0. #682
* Update fat binary gem to OpenSSL-3.6.0 and PostgreSQL-18.1.
* Improve documentation of PG::Result and README. #676
* Update errorcodes to PostgreSQL-18.
* Use rb_hash_new_capa on Ruby-3.2+ . #674
* Deny any server communication on a frozen PG::Connection . #677
* Fix possible race condition in PG::Result in Ractor context. #674
Removed:
* Drop binary gem support for platform x86-mingw32. #682
* Drop binary gems for ruby-2.7.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/ruby-pg/PLIST
cvs rdiff -u -r1.43 -r1.44 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.48 pkgsrc/databases/ruby-pg/Makefile:1.49
--- pkgsrc/databases/ruby-pg/Makefile:1.48 Mon Sep 15 14:45:56 2025
+++ pkgsrc/databases/ruby-pg/Makefile Tue Jan 13 14:52:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2025/09/15 14:45:56 taca Exp $
+# $NetBSD: Makefile,v 1.49 2026/01/13 14:52:18 taca Exp $
-DISTNAME= pg-1.6.2
+DISTNAME= pg-1.6.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
Index: pkgsrc/databases/ruby-pg/PLIST
diff -u pkgsrc/databases/ruby-pg/PLIST:1.26 pkgsrc/databases/ruby-pg/PLIST:1.27
--- pkgsrc/databases/ruby-pg/PLIST:1.26 Mon Sep 15 14:45:56 2025
+++ pkgsrc/databases/ruby-pg/PLIST Tue Jan 13 14:52:18 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2025/09/15 14:45:56 taca Exp $
+@comment $NetBSD: PLIST,v 1.27 2026/01/13 14:52:18 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
@@ -101,8 +101,8 @@ ${GEM_LIBDIR}/pg.gemspec
${GEM_LIBDIR}/ports/patches/krb5/1.22.1/0001-Allow-static-linking-krb5-library.patch
${GEM_LIBDIR}/ports/patches/krb5/1.22.1/0002-unknown-command-line-option-on-clang.patch
${GEM_LIBDIR}/ports/patches/openssl/3.5.2/0001-aarch64-mingw.patch
-${GEM_LIBDIR}/ports/patches/postgresql/17.6/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch
-${GEM_LIBDIR}/ports/patches/postgresql/17.6/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch
+${GEM_LIBDIR}/ports/patches/postgresql/18.1/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch
+${GEM_LIBDIR}/ports/patches/postgresql/18.1/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch
${GEM_LIBDIR}/rakelib/pg_gem_helper.rb
${GEM_LIBDIR}/rakelib/task_extension.rb
${GEM_LIBDIR}/sample/array_insert.rb
Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.43 pkgsrc/databases/ruby-pg/distinfo:1.44
--- pkgsrc/databases/ruby-pg/distinfo:1.43 Mon Sep 15 14:45:56 2025
+++ pkgsrc/databases/ruby-pg/distinfo Tue Jan 13 14:52:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2025/09/15 14:45:56 taca Exp $
+$NetBSD: distinfo,v 1.44 2026/01/13 14:52:18 taca Exp $
-BLAKE2s (pg-1.6.2.gem) = ec4603915a2b79faa0ed371e216278825262bd4d8e085b2c33cc4ef335db5cca
-SHA512 (pg-1.6.2.gem) = c51a026904602741df9f24cd4ccc44e7ac23702be564a9d06f3c633a87e42d93cbb9efea21dd114476afa938ce43cd728da49eef004be3ab2765b3e61938b59c
-Size (pg-1.6.2.gem) = 224768 bytes
+BLAKE2s (pg-1.6.3.gem) = f5687efdace195ae7d40a2df57118c982b8ffc6f314a3b0d72b7de062115ae02
+SHA512 (pg-1.6.3.gem) = 5864a5b0983cf31b1ba2e4329723aa539c0e16162a32e6ed09b49af47a0f603b2fd6549f46e76cba3263f37b3ef22272f729c6c1d11cab92140c33768edeca1b
+Size (pg-1.6.3.gem) = 225280 bytes
Home |
Main Index |
Thread Index |
Old Index