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 Sep 15 14:45:56 UTC 2025
Modified Files:
pkgsrc/databases/ruby-pg: Makefile PLIST distinfo
Log Message:
databases/ruby-pg: update to 1.6.2
1.6.2 (2025-09-02)
* Remove several absolute paths from native binaries which pointed to build
directories. #668
* Fix bad fallback path to pg_service.conf. #666
* Use rbpg_ prefix for base64_* functions to avoid name clashes with
functions provided by other libraries like Heimdal on Macos. #667
* Raise a more descriptive error message in case of pg_ext LoadError. #664
* Freeze some constants to make them available in a Ractor context. #660
* Several documentation improvements.
* Update native binary gems to OpenSSL-3.5.2, krb5-1.22.1 and
PostgreSQL-17.6.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/ruby-pg/PLIST
cvs rdiff -u -r1.42 -r1.43 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.47 pkgsrc/databases/ruby-pg/Makefile:1.48
--- pkgsrc/databases/ruby-pg/Makefile:1.47 Mon Aug 11 14:29:40 2025
+++ pkgsrc/databases/ruby-pg/Makefile Mon Sep 15 14:45:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2025/08/11 14:29:40 taca Exp $
+# $NetBSD: Makefile,v 1.48 2025/09/15 14:45:56 taca Exp $
-DISTNAME= pg-1.6.1
+DISTNAME= pg-1.6.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
Index: pkgsrc/databases/ruby-pg/PLIST
diff -u pkgsrc/databases/ruby-pg/PLIST:1.25 pkgsrc/databases/ruby-pg/PLIST:1.26
--- pkgsrc/databases/ruby-pg/PLIST:1.25 Sat Aug 2 03:25:05 2025
+++ pkgsrc/databases/ruby-pg/PLIST Mon Sep 15 14:45:56 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2025/08/02 03:25:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/09/15 14:45:56 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
@@ -80,6 +80,9 @@ ${GEM_LIBDIR}/lib/pg/tuple.rb
${GEM_LIBDIR}/lib/pg/type_map_by_column.rb
${GEM_LIBDIR}/lib/pg/version.rb
${GEM_LIBDIR}/lib/pg_ext.${RUBY_DLEXT}
+${GEM_LIBDIR}/misc/glibc/Dockerfile
+${GEM_LIBDIR}/misc/glibc/docker-compose.yml
+${GEM_LIBDIR}/misc/glibc/glibc_spec.rb
${GEM_LIBDIR}/misc/openssl-pg-segfault.rb
${GEM_LIBDIR}/misc/postgres/History.txt
${GEM_LIBDIR}/misc/postgres/Manifest.txt
@@ -95,10 +98,11 @@ ${GEM_LIBDIR}/misc/yugabyte/Dockerfile
${GEM_LIBDIR}/misc/yugabyte/docker-compose.yml
${GEM_LIBDIR}/misc/yugabyte/pg-test.rb
${GEM_LIBDIR}/pg.gemspec
-${GEM_LIBDIR}/ports/patches/krb5/1.21.3/0001-Allow-static-linking-krb5-library.patch
-${GEM_LIBDIR}/ports/patches/openssl/3.5.1/0001-aarch64-mingw.patch
-${GEM_LIBDIR}/ports/patches/postgresql/17.5/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch
-${GEM_LIBDIR}/ports/patches/postgresql/17.5/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch
+${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}/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.42 pkgsrc/databases/ruby-pg/distinfo:1.43
--- pkgsrc/databases/ruby-pg/distinfo:1.42 Mon Aug 11 14:29:40 2025
+++ pkgsrc/databases/ruby-pg/distinfo Mon Sep 15 14:45:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2025/08/11 14:29:40 taca Exp $
+$NetBSD: distinfo,v 1.43 2025/09/15 14:45:56 taca Exp $
-BLAKE2s (pg-1.6.1.gem) = 63e43c41ebfc605befe1372d7b66e650dd7d34f9aee04fc6d49259ed7f38f95a
-SHA512 (pg-1.6.1.gem) = 718842532a4610d4acf9d41cd7bf18a3661e4a569e16809f397e689a2a936c18bf0927f1a98869a0250d2af15c364add49b3b3ecff72706bcff964123042ec4d
-Size (pg-1.6.1.gem) = 222720 bytes
+BLAKE2s (pg-1.6.2.gem) = ec4603915a2b79faa0ed371e216278825262bd4d8e085b2c33cc4ef335db5cca
+SHA512 (pg-1.6.2.gem) = c51a026904602741df9f24cd4ccc44e7ac23702be564a9d06f3c633a87e42d93cbb9efea21dd114476afa938ce43cd728da49eef004be3ab2765b3e61938b59c
+Size (pg-1.6.2.gem) = 224768 bytes
Home |
Main Index |
Thread Index |
Old Index