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 Oct 27 13:30:34 UTC 2024

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

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

1.5.9 (2024-10-24)

* Enable thread safety in static OpenSSL build for Windows. #595
* Remove raising conect_timeout from 1 to 2 seconds. #590
* Fix binary copy_data in Ractor context. #594
* Exclude CI files and hidden files from built gem. #591 This is to simplify
  security inspection.
* Update error classes to PostgreSQL-17.
* Update Windows fat binary gem to OpenSSL-3.4.0 and PostgreSQL-17.0.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/ruby-pg/PLIST
cvs rdiff -u -r1.39 -r1.40 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.44 pkgsrc/databases/ruby-pg/Makefile:1.45
--- pkgsrc/databases/ruby-pg/Makefile:1.44      Wed Sep 18 14:45:39 2024
+++ pkgsrc/databases/ruby-pg/Makefile   Sun Oct 27 13:30:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/09/18 14:45:39 taca Exp $
+# $NetBSD: Makefile,v 1.45 2024/10/27 13:30:34 taca Exp $
 
-DISTNAME=      pg-1.5.8
+DISTNAME=      pg-1.5.9
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
 CATEGORIES=    databases
 

Index: pkgsrc/databases/ruby-pg/PLIST
diff -u pkgsrc/databases/ruby-pg/PLIST:1.23 pkgsrc/databases/ruby-pg/PLIST:1.24
--- pkgsrc/databases/ruby-pg/PLIST:1.23 Sun Mar  3 08:16:48 2024
+++ pkgsrc/databases/ruby-pg/PLIST      Sun Oct 27 13:30:34 2024
@@ -1,21 +1,9 @@
-@comment $NetBSD: PLIST,v 1.23 2024/03/03 08:16:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.24 2024/10/27 13:30:34 taca Exp $
 ${GEM_HOME}/build_info/${GEM_NAME}.info
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/pg/postgresql_lib_path.rb
 ${GEM_EXTSDIR}/pg_ext.${RUBY_DLEXT}
-${GEM_LIBDIR}/.appveyor.yml
-${GEM_LIBDIR}/.gems
-${GEM_LIBDIR}/.gemtest
-${GEM_LIBDIR}/.github/workflows/binary-gems.yml
-${GEM_LIBDIR}/.github/workflows/source-gem.yml
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.hgsigs
-${GEM_LIBDIR}/.hgtags
-${GEM_LIBDIR}/.irbrc
-${GEM_LIBDIR}/.pryrc
-${GEM_LIBDIR}/.tm_properties
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/BSDL
 ${GEM_LIBDIR}/Contributors.rdoc
 ${GEM_LIBDIR}/Gemfile

Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.39 pkgsrc/databases/ruby-pg/distinfo:1.40
--- pkgsrc/databases/ruby-pg/distinfo:1.39      Wed Sep 18 14:45:39 2024
+++ pkgsrc/databases/ruby-pg/distinfo   Sun Oct 27 13:30:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/09/18 14:45:39 taca Exp $
+$NetBSD: distinfo,v 1.40 2024/10/27 13:30:34 taca Exp $
 
-BLAKE2s (pg-1.5.8.gem) = a802976c4c6834119c367e5f4bef1cf45774d2a9fa8aca77d1cf27b32e90f965
-SHA512 (pg-1.5.8.gem) = 0ce5447b61ddad4373b7aded1e1f6184c7bdf86e4e82ea7187039d29abc6be505e50babaf2adb96adbd67061ba116d06714024597b524b02a7c05d2a3df1f92e
-Size (pg-1.5.8.gem) = 223232 bytes
+BLAKE2s (pg-1.5.9.gem) = ffbfeb9571a5f5a133f4a3997be07da8bc7ef8c34e5de8d6ee48a1ee167c70a5
+SHA512 (pg-1.5.9.gem) = f8e85ac798f9bd13c6db6142639011780e503513594d05706a09930befcf6ef6142ac56d65a11778b69f55fad23df7466b049eebff5f0586620e427a90df90c2
+Size (pg-1.5.9.gem) = 207872 bytes



Home | Main Index | Thread Index | Old Index