From c69aca79504499222565aeff677c1db2c3ca74076f2154298b43178a2bebd881 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Wed, 5 Jun 2019 15:32:49 +0000 Subject: [PATCH] - Update to 2.14 release + Bug Fixes: Fix segfault when process-max > 8 for archive-push/archive-get. + Improvements: Bypass database checks when stanza-delete issued with force. Add configure script for improved multi-platform support. + Documentation Features: Add user guides for CentOS/RHEL 6/7. - 2.13 release + Bug Fixes: Fix zero-length reads causing problems for IO filters that did not expect them. Fix reliability of error reporting from local/remote processes. Fix Posix/CIFS error messages reporting the wrong filename on write/sync/close. - 2.12 release + IMPORTANT NOTE: The new TLS/SSL implementation forbids dots in S3 bucket names per RFC-2818. This security fix is required for compliant hostname verification. + Bug Fixes: Fix issues when a path option is / terminated. Fix issues when log-level-file=off is set for the archive-get command. Fix C code to recognize host:port option format like Perl does. Fix issues with remote/local command logging options. + Improvements: The archive-push command is implemented entirely in C. Increase process-max limit to 999. Improve error message when an S3 bucket name contains dots. + Documentation Improvements: OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=23 --- 2.11.tar.gz | 3 --- 2.14.tar.gz | 3 +++ pgbackrest.changes | 36 ++++++++++++++++++++++++++++++++++++ pgbackrest.spec | 6 +++++- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 2.11.tar.gz create mode 100644 2.14.tar.gz diff --git a/2.11.tar.gz b/2.11.tar.gz deleted file mode 100644 index 086c8c0..0000000 --- a/2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e1ea542682345b0cec9d47abb7ce5a39963e1221777f5afdab074af5a4000ac -size 6389098 diff --git a/2.14.tar.gz b/2.14.tar.gz new file mode 100644 index 0000000..76e3948 --- /dev/null +++ b/2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58abfcc793b091b4378956596ac06f2d26afb37631cbf17dc6be7667c3b95f0d +size 6461927 diff --git a/pgbackrest.changes b/pgbackrest.changes index 634fd01..74e0305 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed Jun 5 15:24:17 UTC 2019 - Bruno Friedmann + +- Update to 2.14 release + + Bug Fixes: + Fix segfault when process-max > 8 for archive-push/archive-get. + + Improvements: + Bypass database checks when stanza-delete issued with force. + Add configure script for improved multi-platform support. + + Documentation Features: + Add user guides for CentOS/RHEL 6/7. +- 2.13 release + + Bug Fixes: + Fix zero-length reads causing problems for IO filters that + did not expect them. + Fix reliability of error reporting from local/remote processes. + Fix Posix/CIFS error messages reporting the wrong filename on + write/sync/close. +- 2.12 release + + IMPORTANT NOTE: The new TLS/SSL implementation forbids dots in + S3 bucket names per RFC-2818. This security fix is required for + compliant hostname verification. + + Bug Fixes: + Fix issues when a path option is / terminated. + Fix issues when log-level-file=off is set for the archive-get + command. + Fix C code to recognize host:port option format like Perl does. + Fix issues with remote/local command logging options. + + Improvements: + The archive-push command is implemented entirely in C. + Increase process-max limit to 999. + Improve error message when an S3 bucket name contains dots. + + Documentation Improvements: + Clarify that S3-compatible object stores are supported. +- Packaging: add autoconf upstream is now using configure. + ------------------------------------------------------------------- Mon Mar 11 09:10:56 UTC 2019 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index 97f68fb..6c58d50 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -23,7 +23,7 @@ %endif Name: pgbackrest -Version: 2.11 +Version: 2.14 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT @@ -33,6 +33,7 @@ Source: https://github.com/pgbackrest/pgbackrest/archive/release/%{versi Source1: pgbackrest-conf.patch BuildRequires: libxml2-devel BuildRequires: openssl-devel +BuildRequires: autoconf BuildRequires: perl BuildRequires: perl-libxml-perl BuildRequires: perl(DBD::Pg) @@ -72,6 +73,9 @@ The following features are available: %prep %setup -q -n %{name}-release-%{version} +pushd src +%configure +popd %build # TODO upstream doesn't care about RPM_OPT_FLAGS