Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pgbackrest for openSUSE:Factory 
checked in at 2023-09-29 21:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgbackrest (Old)
 and      /work/SRC/openSUSE:Factory/.pgbackrest.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgbackrest"

Fri Sep 29 21:13:48 2023 rev:8 rq:1114015 version:2.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgbackrest/pgbackrest.changes    2023-08-07 
15:29:46.056563224 +0200
+++ /work/SRC/openSUSE:Factory/.pgbackrest.new.28202/pgbackrest.changes 
2023-09-29 21:14:59.424815211 +0200
@@ -1,0 +2,28 @@
+Thu Sep 28 07:31:44 UTC 2023 - Andrea Manzini <[email protected]>
+
+- update to version 2.48
+  * Bug Fixes:
+    + Fix issue restoring block incremental without a block list. 
+    + [doc] Fix configuration reference example for the tls-server-address 
option.
+    + [doc] Fix command reference example for the filter option.
+
+  * Features:
+    + Add --repo-storage-tag option to create object tags. 
+    + Add known hosts checking for SFTP storage driver. 
+    + Support for dual stack connections. 
+    + Add backup size completed/total to info command JSON output. 
+
+  * Improvements:
+    + Multi-stanza check command.
+    + Retry reads of pg_control until checksum is valid. 
+    + Optimize WAL segment check after successful backup. 
+    + Improve GCS multi-part performance. 
+    + Allow archive-get command to run when stanza is stopped.
+    + Accept leading tilde in paths for SFTP public/private keys.
+    + Reload GCS credentials before renewing authentication token. 
+
+  * Test Suite Improvements
+
+- refreshed patches; release.xml has been splitted into individual files
+
+-------------------------------------------------------------------

Old:
----
  pgbackrest-2.47.tar.gz

New:
----
  pgbackrest-2.48.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pgbackrest.spec ++++++
--- /var/tmp/diff_new_pack.HYoHkR/_old  2023-09-29 21:15:01.296882755 +0200
+++ /var/tmp/diff_new_pack.HYoHkR/_new  2023-09-29 21:15:01.296882755 +0200
@@ -19,7 +19,7 @@
 
 %define services pgbackrest.target [email protected] 
[email protected] [email protected] pgbackrest.service 
[email protected] [email protected] [email protected]
 Name:           pgbackrest
-Version:        2.47
+Version:        2.48
 Release:        0
 Summary:        Reliable PostgreSQL Backup & Restore
 License:        MIT

++++++ libpq-fe.h_localisation.patch ++++++
--- /var/tmp/diff_new_pack.HYoHkR/_old  2023-09-29 21:15:01.328883909 +0200
+++ /var/tmp/diff_new_pack.HYoHkR/_new  2023-09-29 21:15:01.332884054 +0200
@@ -1,7 +1,7 @@
-Index: pgbackrest-release-2.47/src/configure
+Index: pgbackrest-release-2.48/src/configure
 ===================================================================
---- pgbackrest-release-2.47.orig/src/configure
-+++ pgbackrest-release-2.47/src/configure
+--- pgbackrest-release-2.48.orig/src/configure
++++ pgbackrest-release-2.48/src/configure
 @@ -3603,12 +3603,12 @@ then :
  printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
  
@@ -17,10 +17,10 @@
  fi
  
  
-Index: pgbackrest-release-2.47/src/postgres/client.c
+Index: pgbackrest-release-2.48/src/postgres/client.c
 ===================================================================
---- pgbackrest-release-2.47.orig/src/postgres/client.c
-+++ pgbackrest-release-2.47/src/postgres/client.c
+--- pgbackrest-release-2.48.orig/src/postgres/client.c
++++ pgbackrest-release-2.48/src/postgres/client.c
 @@ -3,7 +3,7 @@ Postgres Client
  
***********************************************************************************************************************************/
  #include "build.auto.h"

++++++ pgbackrest-2.47.tar.gz -> pgbackrest-2.48.tar.gz ++++++
++++ 49660 lines of diff (skipped)

++++++ use-run-pgbackrest.patch ++++++
--- /var/tmp/diff_new_pack.HYoHkR/_old  2023-09-29 21:15:02.296918836 +0200
+++ /var/tmp/diff_new_pack.HYoHkR/_new  2023-09-29 21:15:02.300918980 +0200
@@ -1,8 +1,7 @@
-Index: pgbackrest-release-2.47/CODING.md
-===================================================================
---- pgbackrest-release-2.47.orig/CODING.md
-+++ pgbackrest-release-2.47/CODING.md
-@@ -268,11 +268,11 @@ Continuation characters should be aligne
+diff --color -ur pgbackrest-release-2.48.orig/CODING.md 
pgbackrest-release-2.48/CODING.md
+--- pgbackrest-release-2.48.orig/CODING.md     2023-09-25 15:32:15.000000000 
+0200
++++ pgbackrest-release-2.48/CODING.md  2023-09-28 09:22:26.157150420 +0200
+@@ -268,11 +268,11 @@
  
  This function can be called without variable parameters:
  ```c
@@ -16,11 +15,10 @@
  ```
  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.47/doc/resource/git-history.cache
-===================================================================
---- pgbackrest-release-2.47.orig/doc/resource/git-history.cache
-+++ pgbackrest-release-2.47/doc/resource/git-history.cache
-@@ -6792,7 +6792,7 @@
+diff --color -ur pgbackrest-release-2.48.orig/doc/resource/git-history.cache 
pgbackrest-release-2.48/doc/resource/git-history.cache
+--- pgbackrest-release-2.48.orig/doc/resource/git-history.cache        
2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/doc/resource/git-history.cache     2023-09-28 
09:23:13.150991027 +0200
+@@ -7030,7 +7030,7 @@
      {
          "commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa",
          "date": "2021-01-18 23:41:09 -0500",
@@ -29,7 +27,7 @@
      },
      {
          "commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f",
-@@ -9608,8 +9608,8 @@
+@@ -9846,8 +9846,8 @@
      {
          "commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6",
          "date": "2020-03-16 17:27:01 -0400",
@@ -40,7 +38,7 @@
      },
      {
          "commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0",
-@@ -11509,7 +11509,7 @@
+@@ -11747,7 +11747,7 @@
          "commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab",
          "date": "2019-10-08 12:06:30 -0400",
          "subject": "Allow most unit tests to run outside of a container.",
@@ -49,7 +47,7 @@
      },
      {
          "commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152",
-@@ -19996,7 +19996,7 @@
+@@ -20234,7 +20234,7 @@
          "commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba",
          "date": "2016-04-14 09:30:54 -0400",
          "subject": "New simpler configuration and consistent project/exe/path 
naming.",
@@ -58,11 +56,10 @@
      },
      {
          "commit": "885797e4b58a675487a3531ba16908c1d1e9f970",
-Index: pgbackrest-release-2.47/doc/xml/coding.xml
-===================================================================
---- pgbackrest-release-2.47.orig/doc/xml/coding.xml
-+++ pgbackrest-release-2.47/doc/xml/coding.xml
-@@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th
+diff --color -ur pgbackrest-release-2.48.orig/doc/xml/coding.xml 
pgbackrest-release-2.48/doc/xml/coding.xml
+--- pgbackrest-release-2.48.orig/doc/xml/coding.xml    2023-09-25 
15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/doc/xml/coding.xml 2023-09-28 09:24:48.345351857 
+0200
+@@ -365,13 +365,13 @@
              <p>This function can be called without variable parameters:</p>
  
              <code-block type="c">
@@ -78,24 +75,22 @@
              </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>
-Index: pgbackrest-release-2.47/doc/xml/release.xml
-===================================================================
---- pgbackrest-release-2.47.orig/doc/xml/release.xml
-+++ pgbackrest-release-2.47/doc/xml/release.xml
-@@ -11285,7 +11285,7 @@
-                             <release-item-contributor id="david.steele"/>
-                         </release-item-contributor-list> -->
- 
--                        <p>Lock files are now stored in 
<path>/tmp/pgbackrest</path> by default. These days 
<path>/run/pgbackrest</path> is the preferred location but that would require 
init scripts which are not part of this release. The 
<setting>lock-path</setting> option can be used to configure the lock 
directory.</p>
-+                        <p>Lock files are now stored in 
<path>/run/pgbackrest</path> by default. These days 
<path>/run/pgbackrest</path> is the preferred location but that would require 
init scripts which are not part of this release. The 
<setting>lock-path</setting> option can be used to configure the lock 
directory.</p>
-                     </release-item>
- 
-                     <release-item>
-Index: pgbackrest-release-2.47/src/build/config/config.yaml
-===================================================================
---- pgbackrest-release-2.47.orig/src/build/config/config.yaml
-+++ pgbackrest-release-2.47/src/build/config/config.yaml
-@@ -834,7 +834,7 @@ option:
+diff --color -ur pgbackrest-release-2.48.orig/doc/xml/release/2016/1.00.xml 
pgbackrest-release-2.48/doc/xml/release/2016/1.00.xml
+--- pgbackrest-release-2.48.orig/doc/xml/release/2016/1.00.xml 2023-09-25 
15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/doc/xml/release/2016/1.00.xml      2023-09-28 
09:25:26.135759754 +0200
+@@ -43,7 +43,7 @@
+                     <release-item-contributor id="david.steele"/>
+                 </release-item-contributor-list> -->
+ 
+-                <p>Lock files are now stored in <path>/tmp/pgbackrest</path> 
by default. These days <path>/run/pgbackrest</path> is the preferred location 
but that would require init scripts which are not part of this release. The 
<setting>lock-path</setting> option can be used to configure the lock 
directory.</p>
++                <p>Lock files are now stored in <path>/run/pgbackrest</path> 
by default. These days <path>/run/pgbackrest</path> is the preferred location 
but that would require init scripts which are not part of this release. The 
<setting>lock-path</setting> option can be used to configure the lock 
directory.</p>
+             </release-item>
+ 
+             <release-item>
+diff --color -ur pgbackrest-release-2.48.orig/src/build/config/config.yaml 
pgbackrest-release-2.48/src/build/config/config.yaml
+--- pgbackrest-release-2.48.orig/src/build/config/config.yaml  2023-09-25 
15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/src/build/config/config.yaml       2023-09-28 
09:26:03.226162015 +0200
+@@ -844,7 +844,7 @@
    lock-path:
      section: global
      type: path
@@ -104,11 +99,10 @@
      command:
        annotate: {}
        archive-get: {}
-Index: pgbackrest-release-2.47/src/config/parse.auto.c.inc
-===================================================================
---- pgbackrest-release-2.47.orig/src/config/parse.auto.c.inc
-+++ pgbackrest-release-2.47/src/config/parse.auto.c.inc
-@@ -11,7 +11,7 @@ Rule Strings
+diff --color -ur pgbackrest-release-2.48.orig/src/config/parse.auto.c.inc 
pgbackrest-release-2.48/src/config/parse.auto.c.inc
+--- pgbackrest-release-2.48.orig/src/config/parse.auto.c.inc   2023-09-25 
15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/src/config/parse.auto.c.inc        2023-09-28 
09:26:36.286522454 +0200
+@@ -11,7 +11,7 @@
  
  static const StringPub parseRuleValueStr[] =
  {
@@ -117,11 +111,10 @@
      PARSE_RULE_STRPUB("/var/lib/pgbackrest"),                                 
                                            // val/str
      PARSE_RULE_STRPUB("/var/log/pgbackrest"),                                 
                                            // val/str
      PARSE_RULE_STRPUB("/var/spool/pgbackrest"),                               
                                            // val/str
-Index: pgbackrest-release-2.47/test/ci.pl
-===================================================================
---- pgbackrest-release-2.47.orig/test/ci.pl
-+++ pgbackrest-release-2.47/test/ci.pl
-@@ -202,8 +202,8 @@ eval
+diff --color -ur pgbackrest-release-2.48.orig/test/ci.pl 
pgbackrest-release-2.48/test/ci.pl
+--- pgbackrest-release-2.48.orig/test/ci.pl    2023-09-25 15:32:15.000000000 
+0200
++++ pgbackrest-release-2.48/test/ci.pl 2023-09-28 09:27:15.690285382 +0200
+@@ -202,8 +202,8 @@
              $strPackage .= " libdbd-pg-perl";
          }
  
@@ -132,11 +125,10 @@
          processEnd();
  
          processBegin('install test packages');
-Index: pgbackrest-release-2.47/test/src/module/command/helpTest.c
-===================================================================
---- pgbackrest-release-2.47.orig/test/src/module/command/helpTest.c
-+++ pgbackrest-release-2.47/test/src/module/command/helpTest.c
-@@ -244,7 +244,7 @@ testRun(void)
+diff --color -ur 
pgbackrest-release-2.48.orig/test/src/module/command/helpTest.c 
pgbackrest-release-2.48/test/src/module/command/helpTest.c
+--- pgbackrest-release-2.48.orig/test/src/module/command/helpTest.c    
2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/test/src/module/command/helpTest.c 2023-09-28 
09:27:41.610567970 +0200
+@@ -244,7 +244,7 @@
              "                                      [default=n]\n"
              "  --io-timeout                        I/O timeout [default=60]\n"
              "  --lock-path                         path where lock files are 
stored\n"
@@ -145,11 +137,10 @@
              "  --neutral-umask                     use a neutral umask 
[default=y]\n"
              "  --process-max                       max processes to use for\n"
              "                                      compress/transfer 
[default=1]\n"
-Index: pgbackrest-release-2.47/test/Vagrantfile
-===================================================================
---- pgbackrest-release-2.47.orig/test/Vagrantfile
-+++ pgbackrest-release-2.47/test/Vagrantfile
-@@ -54,12 +54,12 @@ Vagrant.configure(2) do |config|
+diff --color -ur pgbackrest-release-2.48.orig/test/Vagrantfile 
pgbackrest-release-2.48/test/Vagrantfile
+--- pgbackrest-release-2.48.orig/test/Vagrantfile      2023-09-25 
15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/test/Vagrantfile   2023-09-28 09:28:30.327765777 
+0200
+@@ -54,12 +54,12 @@
              sudo /etc/init.d/virtualbox-guest-utils stop
              sudo /usr/sbin/VBoxService --timesync-set-on-restore 
--timesync-interval 5000 --timesync-set-threshold 1
  

Reply via email to