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 Feb 19 14:54:59 UTC 2024

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

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

1.5.5 (2024-02-15)

* Explicitly retype timespec fields to int64_t to fix compatibility with
  32bit arches. #547
* Fix possible buffer overflows in PG::BinaryDecoder::CopyRow on 32 bit
  systems. #548
* Add binary Windows gems for Ruby 3.3.
* Update Windows fat binary gem to OpenSSL-3.2.1 and PostgreSQL-16.2.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/ruby-pg/PLIST
cvs rdiff -u -r1.36 -r1.37 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.41 pkgsrc/databases/ruby-pg/Makefile:1.42
--- pkgsrc/databases/ruby-pg/Makefile:1.41      Sun Sep  3 01:39:54 2023
+++ pkgsrc/databases/ruby-pg/Makefile   Mon Feb 19 14:54:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/09/03 01:39:54 taca Exp $
+# $NetBSD: Makefile,v 1.42 2024/02/19 14:54:59 taca Exp $
 
-DISTNAME=      pg-1.5.4
+DISTNAME=      pg-1.5.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
 CATEGORIES=    databases
 

Index: pkgsrc/databases/ruby-pg/PLIST
diff -u pkgsrc/databases/ruby-pg/PLIST:1.21 pkgsrc/databases/ruby-pg/PLIST:1.22
--- pkgsrc/databases/ruby-pg/PLIST:1.21 Thu Apr 27 13:46:29 2023
+++ pkgsrc/databases/ruby-pg/PLIST      Mon Feb 19 14:54:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2023/04/27 13:46:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2024/02/19 14:54:59 taca Exp $
 ${GEM_HOME}/build_info/${GEM_NAME}.info
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -30,6 +30,7 @@ ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/Rakefile.cross
 ${GEM_LIBDIR}/certs/ged.pem
+${GEM_LIBDIR}/certs/kanis%comcard.de.pem@localhost
 ${GEM_LIBDIR}/certs/larskanis-2022.pem
 ${GEM_LIBDIR}/certs/larskanis-2023.pem
 ${GEM_LIBDIR}/ext/errorcodes.def
@@ -122,8 +123,4 @@ ${GEM_LIBDIR}/sample/replication_monitor
 ${GEM_LIBDIR}/sample/test_binary_values.rb
 ${GEM_LIBDIR}/sample/wal_shipper.rb
 ${GEM_LIBDIR}/sample/warehouse_partitions.rb
-${GEM_LIBDIR}/translation/.po4a-version
-${GEM_LIBDIR}/translation/po/all.pot
-${GEM_LIBDIR}/translation/po/ja.po
-${GEM_LIBDIR}/translation/po4a.cfg
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.36 pkgsrc/databases/ruby-pg/distinfo:1.37
--- pkgsrc/databases/ruby-pg/distinfo:1.36      Sun Sep  3 01:39:54 2023
+++ pkgsrc/databases/ruby-pg/distinfo   Mon Feb 19 14:54:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/09/03 01:39:54 taca Exp $
+$NetBSD: distinfo,v 1.37 2024/02/19 14:54:59 taca Exp $
 
-BLAKE2s (pg-1.5.4.gem) = ce4ba8afa66771cf92d234423598dd3e4c424d37b76d5c4d16b954560f2dcb53
-SHA512 (pg-1.5.4.gem) = 77d68e06dd26eeec932741875543cb9e02d8e4925f5483914bc1acdda0c792896ca2bb205366245745c24aae512d90a482f4a45a3e174c5ed0dbfd983762cd61
-Size (pg-1.5.4.gem) = 233984 bytes
+BLAKE2s (pg-1.5.5.gem) = 29523423c0494ac3836108e58f8e5be19fc6dca507a76ffab61d49da6ca1cb7c
+SHA512 (pg-1.5.5.gem) = da1c99d7c3cfeee27fcd88da98a3313b777d106c8538ea98882b43057ffe65b3d38bb5ca8cf66befc04bbcd49da11ad37f2333ffbe276daf65f6a3e262340fe2
+Size (pg-1.5.5.gem) = 219648 bytes



Home | Main Index | Thread Index | Old Index