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:           Sat Nov 26 14:03:55 UTC 2022

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

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

1.4.5 (2022-11-17)

* Return the libpq default port when blank in conninfo. #492

* Add PG::DEF_PGPORT constant and use it in specs. #492

* Fix name resolution when empty or `nil` port is given.

* Update error codes to PostgreSQL-15.

* Update Windows fat binary gem to PostgreSQL-15.1 AND OpenSSL-1.1.1s.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.31 -r1.32 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.36 pkgsrc/databases/ruby-pg/Makefile:1.37
--- pkgsrc/databases/ruby-pg/Makefile:1.36      Fri Nov 11 13:01:50 2022
+++ pkgsrc/databases/ruby-pg/Makefile   Sat Nov 26 14:03:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/11/11 13:01:50 taca Exp $
+# $NetBSD: Makefile,v 1.37 2022/11/26 14:03:55 taca Exp $
 
-DISTNAME=      pg-1.4.4
+DISTNAME=      pg-1.4.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
 CATEGORIES=    databases
 

Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.31 pkgsrc/databases/ruby-pg/distinfo:1.32
--- pkgsrc/databases/ruby-pg/distinfo:1.31      Fri Nov 11 13:01:50 2022
+++ pkgsrc/databases/ruby-pg/distinfo   Sat Nov 26 14:03:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2022/11/11 13:01:50 taca Exp $
+$NetBSD: distinfo,v 1.32 2022/11/26 14:03:55 taca Exp $
 
-BLAKE2s (pg-1.4.4.gem) = 12d5d3eb1cfd5247d986c51c4a670389693524cc1869e941c8675b9682ed8bda
-SHA512 (pg-1.4.4.gem) = 058ca27d5468eece05fe09da0a561d137a4de1e8400a1b3664f18a2815f501386ab9cce44cf996b21f3c24406e539cd6b05b3fd821690ea0bc70b5a4ddf6cce0
-Size (pg-1.4.4.gem) = 201728 bytes
+BLAKE2s (pg-1.4.5.gem) = d958e871b96ecc737a760a80eefc4da06c8cdba5a83740c300204a6caf8f760f
+SHA512 (pg-1.4.5.gem) = 693f8cc22c697f9260184e3011c9f4f247f391344febb481c348737ec49ad3a0d79e7816f6e49761384d7a1c56c4069e3a6276b2254306c143b26046bef9ae68
+Size (pg-1.4.5.gem) = 202240 bytes



Home | Main Index | Thread Index | Old Index