pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-barman Update databases/py-barman to 1.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e2e5488ea66
branches:  trunk
changeset: 348093:4e2e5488ea66
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jun 06 14:56:16 2016 +0000

description:
Update databases/py-barman to 1.6.1.

- Add --peek option to get-wal command to discover existing WAL
  files from the Barman's archive
- Add replication-status command for monitoring the status of any
  streaming replication clients connected to the PostgreSQL
  server. The --target option allows users to limit the request to
  only hot standby servers or WAL streaming clients
- Add the switch-xlog command to request a switch of a WAL file to
  the PostgreSQL server. Through the '--force' it issues a
  CHECKPOINT beforehand
- Add streaming_archiver_name option, which sets a proper
  application_name to pg_receivexlog when streaming_archiver is
  enabled (only for PostgreSQL 9.3 and above)
- Check for _superuser_ privileges with PostgreSQL's standard
  connections (#30)
- Check the WAL archive is never empty
- Check for 'backup_label' on the master when server is down
- Improve barman-wal-restore contrib script
- Treat the "failed backups" check as non-fatal
- Rename '-x' option for get-wal as '-z'
- Add archive_mode=always support for PostgreSQL 9.5 (#32)
- Properly close PostgreSQL connections when necessary
- Fix receive-wal for pg_receive_xlog version 9.2

diffstat:

 databases/py-barman/Makefile |   4 ++--
 databases/py-barman/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 7acaaccb82f9 -r 4e2e5488ea66 databases/py-barman/Makefile
--- a/databases/py-barman/Makefile      Mon Jun 06 14:51:17 2016 +0000
+++ b/databases/py-barman/Makefile      Mon Jun 06 14:56:16 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/03/04 16:55:45 fhajny Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/06 14:56:16 fhajny Exp $
 
-DISTNAME=      barman-1.6.0
+DISTNAME=      barman-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pgbarman/}
diff -r 7acaaccb82f9 -r 4e2e5488ea66 databases/py-barman/distinfo
--- a/databases/py-barman/distinfo      Mon Jun 06 14:51:17 2016 +0000
+++ b/databases/py-barman/distinfo      Mon Jun 06 14:56:16 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/03/04 16:55:45 fhajny Exp $
+$NetBSD: distinfo,v 1.8 2016/06/06 14:56:16 fhajny Exp $
 
-SHA1 (barman-1.6.0.tar.gz) = 580403f8ae63e096050ff0ae5840285d791814aa
-RMD160 (barman-1.6.0.tar.gz) = 7ed0b8983107dc9bc457eb03c55c4feee4e28d66
-SHA512 (barman-1.6.0.tar.gz) = 2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a
-Size (barman-1.6.0.tar.gz) = 157048 bytes
+SHA1 (barman-1.6.1.tar.gz) = 2b09600edc95c0a048fbe17369f3f3d5d8fa9bae
+RMD160 (barman-1.6.1.tar.gz) = 134a653269af28fcb1d6e337e828a8bd49d9a4e2
+SHA512 (barman-1.6.1.tar.gz) = 621a328a61c7676b0d6e0b09666feb2f16fa88e05f17157a873c3323f160de0ca4aaf1b9920134d9ddb560d468afebe5705c7dc3063396e1b201a82a752a3bc2
+Size (barman-1.6.1.tar.gz) = 189826 bytes
 SHA1 (patch-barman_utils.py) = 725e8d6b4531dbfcb1e75d25059fc4af5744d49d



Home | Main Index | Thread Index | Old Index