aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schout <schoutm@gmail.com>2023-07-27 06:35:09 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-07-28 06:34:13 +0000
commit59c047e8ad9a53947981f59d85c64cbfaf3fb9a0 (patch)
treef8f289defcfd613c8716a624225195989ffdb62c
parent1bd91c34660f630db4d1414a2d64b47162a5baad (diff)
downloadports-59c047e8ad9a53947981f59d85c64cbfaf3fb9a0.tar.gz
ports-59c047e8ad9a53947981f59d85c64cbfaf3fb9a0.zip
databases/pgbackrest: Update to 2.47
https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.47 Bug Fixes: * Preserve block incremental info in manifest during delta backup. * Fix block incremental file names in verify command. * Fix spurious automatic delta backup on backup from standby. * Skip recovery.signal for PostgreSQL >= 12 when recovery type=none. * Fix unique label generation for diff/incr backup. * Fix time-based archive expiration when no backups are expired. Improvements: * Improve performance of SFTP storage driver. * Add timezone offset to info command date/time output. * Centralize error handling for unsupported features. Documentation Improvements: * Clarify preference to install from packages in the user guide. PR: 272735 Reported by: schoutm@gmail.com (maintainer)
-rw-r--r--databases/pgbackrest/Makefile2
-rw-r--r--databases/pgbackrest/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgbackrest/Makefile b/databases/pgbackrest/Makefile
index ed09c3fcc711..8f0e7ace04e6 100644
--- a/databases/pgbackrest/Makefile
+++ b/databases/pgbackrest/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pgbackrest
DISTVERSIONPREFIX= release/
-DISTVERSION= 2.46
+DISTVERSION= 2.47
CATEGORIES= databases
MAINTAINER= schoutm@gmail.com
diff --git a/databases/pgbackrest/distinfo b/databases/pgbackrest/distinfo
index f3596e5202ac..55c5151f87d7 100644
--- a/databases/pgbackrest/distinfo
+++ b/databases/pgbackrest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686918917
-SHA256 (pgbackrest-pgbackrest-release-2.46_GH0.tar.gz) = d6ba32f08e84bf02cf13faadabc60ba69fe68c3a10b04a2156eaee2b7bb1e245
-SIZE (pgbackrest-pgbackrest-release-2.46_GH0.tar.gz) = 6079050
+TIMESTAMP = 1690384857
+SHA256 (pgbackrest-pgbackrest-release-2.47_GH0.tar.gz) = 7712c26b41a969cf487abb4a8075f77943fe6d30aba49ab8edb1ac596cd1ee0e
+SIZE (pgbackrest-pgbackrest-release-2.47_GH0.tar.gz) = 6093123