pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-barman



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 11 11:06:43 UTC 2026

Modified Files:
        pkgsrc/databases/py-barman: Makefile distinfo

Log Message:
py-barman: updated to 3.19.1

3.19.1 (2026-05-26)

Bugfixes

- Fix `cloud-wal-restore` failing to find compressed WAL files

  Fixed a bug where `barman-cloud-wal-restore` and `barman cloud-wal-restore` commands
  would fail to locate a compressed WAL file when a backup file with the same prefix
  existed in the cloud storage bucket.

  For example, when requesting WAL `00000001000000030000001A` and the bucket
  contained both `00000001000000030000001A.gz` and
  `00000001000000030000001A.00000028.backup.gz`, Barman would only locate the backup
  file and then write an error log like:

  ```
  ERROR: WAL file 00000001000000030000001A for server pg does not exist
  ```

  The issue is now fixed and WAL files are correctly identified even when backup
  files with the same prefix are present in the bucket.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/py-barman/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/py-barman/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/py-barman/Makefile
diff -u pkgsrc/databases/py-barman/Makefile:1.32 pkgsrc/databases/py-barman/Makefile:1.33
--- pkgsrc/databases/py-barman/Makefile:1.32    Mon May 25 11:40:17 2026
+++ pkgsrc/databases/py-barman/Makefile Thu Jun 11 11:06:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/05/25 11:40:17 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/06/11 11:06:42 adam Exp $
 
-DISTNAME=      barman-3.19.0
+DISTNAME=      barman-3.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/barman/}

Index: pkgsrc/databases/py-barman/distinfo
diff -u pkgsrc/databases/py-barman/distinfo:1.26 pkgsrc/databases/py-barman/distinfo:1.27
--- pkgsrc/databases/py-barman/distinfo:1.26    Mon May 25 11:40:17 2026
+++ pkgsrc/databases/py-barman/distinfo Thu Jun 11 11:06:42 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2026/05/25 11:40:17 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/06/11 11:06:42 adam Exp $
 
-BLAKE2s (barman-3.19.0.tar.gz) = f56ae666706551eaf492d71a959d1b15f5c2ab16abda20b8422cf3509e40ab28
-SHA512 (barman-3.19.0.tar.gz) = b990985d9980ea29f2c8e23f5440ee2efc544a9737f2e7b1da3b24fa5912250f89e21cb9619057504626948f62359e9f3029698f57e1e904bf405af934f8f60b
-Size (barman-3.19.0.tar.gz) = 538833 bytes
+BLAKE2s (barman-3.19.1.tar.gz) = a0ca760c92d152fc21241a99a102f9678478de6672ddf78bfbe11868212db988
+SHA512 (barman-3.19.1.tar.gz) = b71ebe2ec217d64c1de2b34708730eb77f9854f60527dd9b494d14c217f9485ca42b74635bf5b18f83540d01ccd4ea581edc5054637be9402e25460ffe011bed
+Size (barman-3.19.1.tar.gz) = 539392 bytes
 SHA1 (patch-barman_utils.py) = 0f93835a814bdd41c999dcebb34719312a74bd94



Home | Main Index | Thread Index | Old Index