- 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
This commit is contained in:
Bruno Friedmann 2019-06-05 15:32:49 +00:00 committed by Git OBS Bridge
parent 3a065299f5
commit c69aca7950
4 changed files with 44 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e1ea542682345b0cec9d47abb7ce5a39963e1221777f5afdab074af5a4000ac
size 6389098

3
2.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58abfcc793b091b4378956596ac06f2d26afb37631cbf17dc6be7667c3b95f0d
size 6461927

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Wed Jun 5 15:24:17 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- 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 <bruno@ioda-net.ch>

View File

@ -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