Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 06:34:29 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59c047e8ad9a - main - databases/pgbackrest: Update to 2.47
Message-ID:  <202307280634.36S6YTi3014149@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59c047e8ad9a53947981f59d85c64cbfaf3fb9a0

commit 59c047e8ad9a53947981f59d85c64cbfaf3fb9a0
Author:     Michael Schout <schoutm@gmail.com>
AuthorDate: 2023-07-27 06:35:09 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-07-28 06:34:13 +0000

    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)
---
 databases/pgbackrest/Makefile | 2 +-
 databases/pgbackrest/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307280634.36S6YTi3014149>