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 Aug 11 14:29:40 UTC 2025
Modified Files:
pkgsrc/databases/ruby-pg: Makefile distinfo
Log Message:
databases/ruby-pg: update to 1.6.1
1.6.1 (2025-08-03)
* Add binary gems for platforms aarch64-linux-musl and x86_64-linux-musl
without the need to install package gcompat. #657.
* Serialize CompositeCoder#dimensions only when set. #652 This fixes the
compatibility to pg-1.5.9, when deserializing Marshal data from pg-1.6, as
long as the new attribute isn't used.
* Remove dependency to MSYS2 package "postgresql" from binary Windows gem
#654
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.41 -r1.42 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.46 pkgsrc/databases/ruby-pg/Makefile:1.47
--- pkgsrc/databases/ruby-pg/Makefile:1.46 Sat Aug 2 03:25:05 2025
+++ pkgsrc/databases/ruby-pg/Makefile Mon Aug 11 14:29:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/08/02 03:25:05 taca Exp $
+# $NetBSD: Makefile,v 1.47 2025/08/11 14:29:40 taca Exp $
-DISTNAME= pg-1.6.0
+DISTNAME= pg-1.6.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.41 pkgsrc/databases/ruby-pg/distinfo:1.42
--- pkgsrc/databases/ruby-pg/distinfo:1.41 Sat Aug 2 03:25:05 2025
+++ pkgsrc/databases/ruby-pg/distinfo Mon Aug 11 14:29:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2025/08/02 03:25:05 taca Exp $
+$NetBSD: distinfo,v 1.42 2025/08/11 14:29:40 taca Exp $
-BLAKE2s (pg-1.6.0.gem) = bca0569817247ab2440a87ca3a97e66a60e06465d160ca3ef5e40c0c3b80d091
-SHA512 (pg-1.6.0.gem) = 724abe5991c4a61ade10c93cf5bcefd1e45806d904740a58d7cc5c1d4414e979e0d2c3d0b8f2c80cf288df8b714317a03d4eb86f12789585964fad29ad0663b9
-Size (pg-1.6.0.gem) = 221696 bytes
+BLAKE2s (pg-1.6.1.gem) = 63e43c41ebfc605befe1372d7b66e650dd7d34f9aee04fc6d49259ed7f38f95a
+SHA512 (pg-1.6.1.gem) = 718842532a4610d4acf9d41cd7bf18a3661e4a569e16809f397e689a2a936c18bf0927f1a98869a0250d2af15c364add49b3b3ecff72706bcff964123042ec4d
+Size (pg-1.6.1.gem) = 222720 bytes
Home |
Main Index |
Thread Index |
Old Index