pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/repmgr



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 26 08:44:11 UTC 2022

Modified Files:
        pkgsrc/databases/repmgr: Makefile distinfo

Log Message:
repmgr: updated to 5.3.2

repmgr 5.3.2 is a minor release

Bug fixes

repmgr node status: fix output with --downstream --nagios option combination.

repmgr standby clone: don't treat inability to determine the cluster size as a fatal error.

The cluster size is displayed for informational purposes and is not essential for execution of the clone operation. As the repmgr user may not have permissions for all databases in the cluster, 
ignore the cluster size query if it fails.

repmgrd: ensure the witness node record on the primary is always marked as active if previously marked inactive.

repmgrd: if standby_disconnect_on_failover is set, verify repmgr is a superuser before attempting to disable the WAL receiver.

If the repmgr user is a non-superuser, and a replication-only user exists, ensure redundant replication slots are dropped correctly even if the -S/--superuser option is not provided.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/repmgr/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/repmgr/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/repmgr/Makefile
diff -u pkgsrc/databases/repmgr/Makefile:1.18 pkgsrc/databases/repmgr/Makefile:1.19
--- pkgsrc/databases/repmgr/Makefile:1.18       Mon Apr 18 19:10:45 2022
+++ pkgsrc/databases/repmgr/Makefile    Thu May 26 08:44:11 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/04/18 19:10:45 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/05/26 08:44:11 adam Exp $
 
-DISTNAME=      repmgr-5.3.1
+DISTNAME=      repmgr-5.3.2
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  https://repmgr.org/download/
 

Index: pkgsrc/databases/repmgr/distinfo
diff -u pkgsrc/databases/repmgr/distinfo:1.14 pkgsrc/databases/repmgr/distinfo:1.15
--- pkgsrc/databases/repmgr/distinfo:1.14       Tue Feb 15 13:58:19 2022
+++ pkgsrc/databases/repmgr/distinfo    Thu May 26 08:44:11 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2022/02/15 13:58:19 adam Exp $
+$NetBSD: distinfo,v 1.15 2022/05/26 08:44:11 adam Exp $
 
-BLAKE2s (repmgr-5.3.1.tar.gz) = c7ca9c800c339fd72cb8ed30ed9596ec8792a436e7113b593e7b0cc132c40f99
-SHA512 (repmgr-5.3.1.tar.gz) = 1e6feae2668af9b28f68cac06e5d2d175b1df267397ed6a15587047311e55bc81391d08031b889105179a9e769c0703ae2c83c25501a178d7575cb4f6801d980
-Size (repmgr-5.3.1.tar.gz) = 453529 bytes
+BLAKE2s (repmgr-5.3.2.tar.gz) = 5b4a6f76fb2a2f765919220a9162167fda13eb6f2ff5dd9b2e266fa8628141aa
+SHA512 (repmgr-5.3.2.tar.gz) = 803f94ea99454f59cd753db4a8f64066f3988e347b5b8e3de08b941c09ac9128ba48beeecaface7a729b0b4f296ccb4470c18128fdd6c2e418e8e3fbbefcda1e
+Size (repmgr-5.3.2.tar.gz) = 456455 bytes
 SHA1 (patch-Makefile.in) = 9f9a41e4366bc8f7246eaef707ff33127659c777



Home | Main Index | Thread Index | Old Index