- update to version 2.54.1
* Fix issue with version/help commands attempting to load pgbackrest.conf * Stabilize async archiving in integration tests OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=81
This commit is contained in:
parent
f13b379f5b
commit
bc80a7f422
@ -1,7 +1,7 @@
|
|||||||
Index: pgbackrest-release-2.54.0/src/postgres/client.c
|
Index: pgbackrest-release-2.54.1/src/postgres/client.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/src/postgres/client.c
|
--- pgbackrest-release-2.54.1.orig/src/postgres/client.c
|
||||||
+++ pgbackrest-release-2.54.0/src/postgres/client.c
|
+++ pgbackrest-release-2.54.1/src/postgres/client.c
|
||||||
@@ -3,7 +3,7 @@ Postgres Client
|
@@ -3,7 +3,7 @@ Postgres Client
|
||||||
***********************************************************************************************************************************/
|
***********************************************************************************************************************************/
|
||||||
#include "build.auto.h"
|
#include "build.auto.h"
|
||||||
@ -11,10 +11,10 @@ Index: pgbackrest-release-2.54.0/src/postgres/client.c
|
|||||||
|
|
||||||
#include "common/debug.h"
|
#include "common/debug.h"
|
||||||
#include "common/io/fd.h"
|
#include "common/io/fd.h"
|
||||||
Index: pgbackrest-release-2.54.0/src/configure
|
Index: pgbackrest-release-2.54.1/src/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/src/configure
|
--- pgbackrest-release-2.54.1.orig/src/configure
|
||||||
+++ pgbackrest-release-2.54.0/src/configure
|
+++ pgbackrest-release-2.54.1/src/configure
|
||||||
@@ -3655,12 +3655,12 @@ else $as_nop
|
@@ -3655,12 +3655,12 @@ else $as_nop
|
||||||
as_fn_error $? "library 'pq' is required" "$LINENO" 5
|
as_fn_error $? "library 'pq' is required" "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b41872b9baeee1a7f0280e0c7745275a5b36e6737112b70c2a48a1cfdf3faa0
|
|
||||||
size 2727332
|
|
3
pgbackrest-2.54.1.tar.gz
Normal file
3
pgbackrest-2.54.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33244127a341d54ebe6a9d2e13f7b313dbf80d4fd99eae998ca28572bd5cc622
|
||||||
|
size 2730441
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 23 15:27:18 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.54.1
|
||||||
|
* Fix issue with version/help commands attempting to load pgbackrest.conf
|
||||||
|
* Stabilize async archiving in integration tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 15 23:52:24 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Sun Dec 15 23:52:24 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define services pgbackrest.target pgbackrest-diff@.service pgbackrest-full@.service pgbackrest-incr@.service pgbackrest.service pgbackrest-diff@.timer pgbackrest-full@.timer pgbackrest-incr@.timer
|
%define services pgbackrest.target pgbackrest-diff@.service pgbackrest-full@.service pgbackrest-incr@.service pgbackrest.service pgbackrest-diff@.timer pgbackrest-full@.timer pgbackrest-incr@.timer
|
||||||
Name: pgbackrest
|
Name: pgbackrest
|
||||||
Version: 2.54.0
|
Version: 2.54.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reliable PostgreSQL Backup & Restore
|
Summary: Reliable PostgreSQL Backup & Restore
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: pgbackrest-release-2.54.0/CODING.md
|
Index: pgbackrest-release-2.54.1/CODING.md
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/CODING.md
|
--- pgbackrest-release-2.54.1.orig/CODING.md
|
||||||
+++ pgbackrest-release-2.54.0/CODING.md
|
+++ pgbackrest-release-2.54.1/CODING.md
|
||||||
@@ -268,11 +268,11 @@ Continuation characters should be aligne
|
@@ -268,11 +268,11 @@ Continuation characters should be aligne
|
||||||
|
|
||||||
This function can be called without variable parameters:
|
This function can be called without variable parameters:
|
||||||
@ -16,11 +16,11 @@ Index: pgbackrest-release-2.54.0/CODING.md
|
|||||||
```
|
```
|
||||||
If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.
|
If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.
|
||||||
|
|
||||||
Index: pgbackrest-release-2.54.0/doc/resource/git-history.cache
|
Index: pgbackrest-release-2.54.1/doc/resource/git-history.cache
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/doc/resource/git-history.cache
|
--- pgbackrest-release-2.54.1.orig/doc/resource/git-history.cache
|
||||||
+++ pgbackrest-release-2.54.0/doc/resource/git-history.cache
|
+++ pgbackrest-release-2.54.1/doc/resource/git-history.cache
|
||||||
@@ -8359,7 +8359,7 @@
|
@@ -8433,7 +8433,7 @@
|
||||||
{
|
{
|
||||||
"commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa",
|
"commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa",
|
||||||
"date": "2021-01-18 23:41:09 -0500",
|
"date": "2021-01-18 23:41:09 -0500",
|
||||||
@ -29,7 +29,7 @@ Index: pgbackrest-release-2.54.0/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f",
|
"commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f",
|
||||||
@@ -11175,8 +11175,8 @@
|
@@ -11249,8 +11249,8 @@
|
||||||
{
|
{
|
||||||
"commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6",
|
"commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6",
|
||||||
"date": "2020-03-16 17:27:01 -0400",
|
"date": "2020-03-16 17:27:01 -0400",
|
||||||
@ -40,7 +40,7 @@ Index: pgbackrest-release-2.54.0/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0",
|
"commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0",
|
||||||
@@ -13076,7 +13076,7 @@
|
@@ -13150,7 +13150,7 @@
|
||||||
"commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab",
|
"commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab",
|
||||||
"date": "2019-10-08 12:06:30 -0400",
|
"date": "2019-10-08 12:06:30 -0400",
|
||||||
"subject": "Allow most unit tests to run outside of a container.",
|
"subject": "Allow most unit tests to run outside of a container.",
|
||||||
@ -49,7 +49,7 @@ Index: pgbackrest-release-2.54.0/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152",
|
"commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152",
|
||||||
@@ -21563,7 +21563,7 @@
|
@@ -21637,7 +21637,7 @@
|
||||||
"commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba",
|
"commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba",
|
||||||
"date": "2016-04-14 09:30:54 -0400",
|
"date": "2016-04-14 09:30:54 -0400",
|
||||||
"subject": "New simpler configuration and consistent project/exe/path naming.",
|
"subject": "New simpler configuration and consistent project/exe/path naming.",
|
||||||
@ -58,10 +58,10 @@ Index: pgbackrest-release-2.54.0/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "885797e4b58a675487a3531ba16908c1d1e9f970",
|
"commit": "885797e4b58a675487a3531ba16908c1d1e9f970",
|
||||||
Index: pgbackrest-release-2.54.0/doc/xml/coding.xml
|
Index: pgbackrest-release-2.54.1/doc/xml/coding.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/doc/xml/coding.xml
|
--- pgbackrest-release-2.54.1.orig/doc/xml/coding.xml
|
||||||
+++ pgbackrest-release-2.54.0/doc/xml/coding.xml
|
+++ pgbackrest-release-2.54.1/doc/xml/coding.xml
|
||||||
@@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th
|
@@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th
|
||||||
<p>This function can be called without variable parameters:</p>
|
<p>This function can be called without variable parameters:</p>
|
||||||
|
|
||||||
@ -78,10 +78,10 @@ Index: pgbackrest-release-2.54.0/doc/xml/coding.xml
|
|||||||
</code-block>
|
</code-block>
|
||||||
|
|
||||||
<p>If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.</p>
|
<p>If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.</p>
|
||||||
Index: pgbackrest-release-2.54.0/doc/xml/release/2016/1.00.xml
|
Index: pgbackrest-release-2.54.1/doc/xml/release/2016/1.00.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/doc/xml/release/2016/1.00.xml
|
--- pgbackrest-release-2.54.1.orig/doc/xml/release/2016/1.00.xml
|
||||||
+++ pgbackrest-release-2.54.0/doc/xml/release/2016/1.00.xml
|
+++ pgbackrest-release-2.54.1/doc/xml/release/2016/1.00.xml
|
||||||
@@ -43,7 +43,7 @@
|
@@ -43,7 +43,7 @@
|
||||||
<release-item-contributor id="david.steele"/>
|
<release-item-contributor id="david.steele"/>
|
||||||
</release-item-contributor-list> -->
|
</release-item-contributor-list> -->
|
||||||
@ -91,10 +91,10 @@ Index: pgbackrest-release-2.54.0/doc/xml/release/2016/1.00.xml
|
|||||||
</release-item>
|
</release-item>
|
||||||
|
|
||||||
<release-item>
|
<release-item>
|
||||||
Index: pgbackrest-release-2.54.0/src/build/config/config.yaml
|
Index: pgbackrest-release-2.54.1/src/build/config/config.yaml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/src/build/config/config.yaml
|
--- pgbackrest-release-2.54.1.orig/src/build/config/config.yaml
|
||||||
+++ pgbackrest-release-2.54.0/src/build/config/config.yaml
|
+++ pgbackrest-release-2.54.1/src/build/config/config.yaml
|
||||||
@@ -874,7 +874,7 @@ option:
|
@@ -874,7 +874,7 @@ option:
|
||||||
lock-path:
|
lock-path:
|
||||||
section: global
|
section: global
|
||||||
@ -104,10 +104,10 @@ Index: pgbackrest-release-2.54.0/src/build/config/config.yaml
|
|||||||
command:
|
command:
|
||||||
annotate: {}
|
annotate: {}
|
||||||
archive-get: {}
|
archive-get: {}
|
||||||
Index: pgbackrest-release-2.54.0/src/config/parse.auto.c.inc
|
Index: pgbackrest-release-2.54.1/src/config/parse.auto.c.inc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/src/config/parse.auto.c.inc
|
--- pgbackrest-release-2.54.1.orig/src/config/parse.auto.c.inc
|
||||||
+++ pgbackrest-release-2.54.0/src/config/parse.auto.c.inc
|
+++ pgbackrest-release-2.54.1/src/config/parse.auto.c.inc
|
||||||
@@ -11,7 +11,7 @@ Rule Strings
|
@@ -11,7 +11,7 @@ Rule Strings
|
||||||
|
|
||||||
static const StringPub parseRuleValueStr[] =
|
static const StringPub parseRuleValueStr[] =
|
||||||
@ -117,10 +117,10 @@ Index: pgbackrest-release-2.54.0/src/config/parse.auto.c.inc
|
|||||||
PARSE_RULE_STRPUB("/var/lib/pgbackrest"), // val/str
|
PARSE_RULE_STRPUB("/var/lib/pgbackrest"), // val/str
|
||||||
PARSE_RULE_STRPUB("/var/log/pgbackrest"), // val/str
|
PARSE_RULE_STRPUB("/var/log/pgbackrest"), // val/str
|
||||||
PARSE_RULE_STRPUB("/var/spool/pgbackrest"), // val/str
|
PARSE_RULE_STRPUB("/var/spool/pgbackrest"), // val/str
|
||||||
Index: pgbackrest-release-2.54.0/test/ci.pl
|
Index: pgbackrest-release-2.54.1/test/ci.pl
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/test/ci.pl
|
--- pgbackrest-release-2.54.1.orig/test/ci.pl
|
||||||
+++ pgbackrest-release-2.54.0/test/ci.pl
|
+++ pgbackrest-release-2.54.1/test/ci.pl
|
||||||
@@ -196,8 +196,8 @@ eval
|
@@ -196,8 +196,8 @@ eval
|
||||||
$strPackage .= " libdbd-pg-perl";
|
$strPackage .= " libdbd-pg-perl";
|
||||||
}
|
}
|
||||||
@ -132,10 +132,10 @@ Index: pgbackrest-release-2.54.0/test/ci.pl
|
|||||||
processEnd();
|
processEnd();
|
||||||
|
|
||||||
processBegin('install test packages');
|
processBegin('install test packages');
|
||||||
Index: pgbackrest-release-2.54.0/test/src/module/command/helpTest.c
|
Index: pgbackrest-release-2.54.1/test/src/module/command/helpTest.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/test/src/module/command/helpTest.c
|
--- pgbackrest-release-2.54.1.orig/test/src/module/command/helpTest.c
|
||||||
+++ pgbackrest-release-2.54.0/test/src/module/command/helpTest.c
|
+++ pgbackrest-release-2.54.1/test/src/module/command/helpTest.c
|
||||||
@@ -272,7 +272,7 @@ testRun(void)
|
@@ -272,7 +272,7 @@ testRun(void)
|
||||||
" [default=n]\n"
|
" [default=n]\n"
|
||||||
" --io-timeout I/O timeout [default=1m]\n"
|
" --io-timeout I/O timeout [default=1m]\n"
|
||||||
@ -145,10 +145,10 @@ Index: pgbackrest-release-2.54.0/test/src/module/command/helpTest.c
|
|||||||
" --neutral-umask use a neutral umask [default=y]\n"
|
" --neutral-umask use a neutral umask [default=y]\n"
|
||||||
" --process-max max processes to use for\n"
|
" --process-max max processes to use for\n"
|
||||||
" compress/transfer [default=1]\n"
|
" compress/transfer [default=1]\n"
|
||||||
Index: pgbackrest-release-2.54.0/test/Vagrantfile
|
Index: pgbackrest-release-2.54.1/test/Vagrantfile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.54.0.orig/test/Vagrantfile
|
--- pgbackrest-release-2.54.1.orig/test/Vagrantfile
|
||||||
+++ pgbackrest-release-2.54.0/test/Vagrantfile
|
+++ pgbackrest-release-2.54.1/test/Vagrantfile
|
||||||
@@ -54,12 +54,12 @@ Vagrant.configure(2) do |config|
|
@@ -54,12 +54,12 @@ Vagrant.configure(2) do |config|
|
||||||
sudo /etc/init.d/virtualbox-guest-utils stop
|
sudo /etc/init.d/virtualbox-guest-utils stop
|
||||||
sudo /usr/sbin/VBoxService --timesync-set-on-restore --timesync-interval 5000 --timesync-set-threshold 1
|
sudo /usr/sbin/VBoxService --timesync-set-on-restore --timesync-interval 5000 --timesync-set-threshold 1
|
||||||
|
Loading…
Reference in New Issue
Block a user