pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/repmgr repmgr: updated to 5.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1f1ce952011
branches:  trunk
changeset: 379970:e1f1ce952011
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 26 08:44:11 2022 +0000

description:
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.

diffstat:

 databases/repmgr/Makefile |  5 ++---
 databases/repmgr/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 68a9436cf707 -r e1f1ce952011 databases/repmgr/Makefile
--- a/databases/repmgr/Makefile Thu May 26 07:18:51 2022 +0000
+++ b/databases/repmgr/Makefile Thu May 26 08:44:11 2022 +0000
@@ -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/
 
diff -r 68a9436cf707 -r e1f1ce952011 databases/repmgr/distinfo
--- a/databases/repmgr/distinfo Thu May 26 07:18:51 2022 +0000
+++ b/databases/repmgr/distinfo Thu May 26 08:44:11 2022 +0000
@@ -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