diff --git a/pgbackrest-2.34.tar.gz b/pgbackrest-2.34.tar.gz deleted file mode 100644 index d68cfea..0000000 --- a/pgbackrest-2.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eade2fce25fcf68d1b9ae2d772ebb59915e482b04599fb79e639881eca895a70 -size 5675068 diff --git a/pgbackrest-2.36.tar.gz b/pgbackrest-2.36.tar.gz new file mode 100644 index 0000000..796ee3f --- /dev/null +++ b/pgbackrest-2.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfbaf319a216af17de330b966007b866782cd3ab33874e349d2da004de76feb +size 5732040 diff --git a/pgbackrest.changes b/pgbackrest.changes index fe561e8..ca9bd22 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sat Dec 4 16:36:19 UTC 2021 - Bruno Friedmann + +- update to version 2.36 + + Bug Fixes: + - Allow "global" as a stanza prefix. + - Fix segfault on invalid GCS key file. + + Improvements: + - Allow link-map option to create new links. + - Increase max index allowed for pg/repo options to 256. + - Add WebIdentity authentication for AWS S3. + - Report backup file validation errors in backup.info. + - Add recovery start time to online backup restore log. + - Report original error and retries on local job failure. + - Rename page checksum error to error list in info text output. + - Add hints to standby replay timeout message. +- update to version 2.35 Binary protocol + ** IMPORTANT NOTE **: The log level for copied files in the + backup/restore commands has been changed to detail. This makes + the info log level less noisy but if these messages are required + then set the log level for the backup/restore commands to detail. + + Bug Fixes: + - Detect errors in S3 multi-part upload finalize. + - Fix detection of circular symlinks. + - Only pass selected repo options to the remote. + + Improvements: + - Binary protocol. + - Automatically create data directory on restore. + - Allow restore --type=lsn. + - Change level of backup/restore copied file logging to detail. + - Loop while waiting for checkpoint LSN to reach replay LSN. + - Log backup file total and restore size/file total. + + Documentation Bug Fixes: + - Fix incorrect host names in user guide. + + Documentation Improvements: + - Update contributing documentation and add pull request template. + - Rearrange backup documentation in user guide. + - Clarify restore --type behavior in command reference. + - Fix documentation and comment typos. + + Test Suite Improvements: + - Add check for test path inside repo path. + - Add CodeQL static code analysis. + - Update tests to use standard patterns. +- packaging: + + Added new build requirement libyaml-devel + ------------------------------------------------------------------- Tue Jul 27 15:07:25 UTC 2021 - Predrag Ivanović diff --git a/pgbackrest.spec b/pgbackrest.spec index 3a638c7..c285592 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -17,12 +17,8 @@ # -%if ! %{defined make_build} -# Temporary fix for Leap 42.3 -%define make_build %{_bindir}/make %{?_smp_mflags} -%endif Name: pgbackrest -Version: 2.34 +Version: 2.36 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT @@ -31,6 +27,7 @@ URL: http://www.pgbackrest.org Source: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}/%{name}-%{version}.tar.gz Source1: pgbackrest-conf.patch Patch0: libpq-fe.h_localisation.patch +BuildRequires: libyaml-devel BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2)