[Pkg-postgresql-public] tests.reproducible-builds.org/debian status changes for pgfincore

2018-03-21 Thread Reproducible builds folks
2018-03-12 08:47 
https://tests.reproducible-builds.org/debian/unstable/i386/pgfincore changed 
from reproducible -> unreproducible

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] tests.reproducible-builds.org/debian status changes for plr

2018-03-21 Thread Reproducible builds folks
2018-03-21 12:12 
https://tests.reproducible-builds.org/debian/unstable/amd64/plr changed from 
reproducible -> unreproducible

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Bug#892807: marked as done (postgresl-10: please disable spinlocks on riscv64)

2018-03-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Mar 2018 13:36:59 +
with message-id 
and subject line Bug#892807: fixed in postgresql-10 10.3-2
has caused the Debian Bug report #892807,
regarding postgresl-10: please disable spinlocks on riscv64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
892807: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892807
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgresl-10
Version: 10.3-1
Severity: wishlist
Tags: patch
User: debian-ri...@lists.debian.org 


Usertags: riscv64   

Hello,

We are in the process of bootstrapping a Debian port for the
riscv64 architecture (https://wiki.debian.org/RISC-V). It happens that
native spinlocks are not yet supported on RISC-V. Would it be possible
to pass --disable-spinlocks to the configure script like already done
on alpha? This is a first step which allows postgresql to be compiled
and pass the testsuite on riscv64.

Thanks,
Aurelien


diff -Nru postgresql-10-10.3/debian/rules postgresql-10-10.3/debian/rules
--- postgresql-10-10.3/debian/rules 2018-01-20 10:49:03.0 +0100
+++ postgresql-10-10.3/debian/rules 2018-03-12 23:24:03.0 +0100
@@ -42,7 +42,7 @@
 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 
 # PostgreSQL 9.5+ does not have native spinlock support on this platform
-ifneq ($(findstring $(DEB_HOST_ARCH), alpha),)
+ifneq ($(findstring $(DEB_HOST_ARCH), alpha riscv64),)
 SPINLOCK_FLAGS = --disable-spinlocks
 endif
 
--- End Message ---
--- Begin Message ---
Source: postgresql-10
Source-Version: 10.3-2

We believe that the bug you reported is fixed in the latest version of
postgresql-10, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg  (supplier of updated postgresql-10 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 13:56:34 +0100
Source: postgresql-10
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-10 postgresql-client-10 postgresql-server-dev-10 postgresql-doc-10 
postgresql-plperl-10 postgresql-plpython-10 postgresql-plpython3-10 
postgresql-pltcl-10
Architecture: source
Version: 10.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 10
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-10 - object-relational SQL database, version 10 server
 postgresql-client-10 - front-end programs for PostgreSQL 10
 postgresql-doc-10 - documentation for the PostgreSQL database management system
 postgresql-plperl-10 - PL/Perl procedural language for PostgreSQL 10
 postgresql-plpython-10 - PL/Python procedural language for PostgreSQL 10
 postgresql-plpython3-10 - PL/Python 3 procedural language for PostgreSQL 10
 postgresql-pltcl-10 - PL/Tcl procedural language for PostgreSQL 10
 postgresql-server-dev-10 - development files for PostgreSQL 10 server-side 
programming
Closes: 891898 892807
Changes:
 postgresql-10 (10.3-2) unstable; urgency=medium
 .
   * Improve wording of NEWS entry on search_path changes. Thanks Chris Lamb!
 (Closes: #891898)
   * Disable spinlocks on riscv64, thanks Aurelien Jarno! (Closes: #892807)
   * B-D on python3-distutils | python3-dev (<< 3.6.4~rc1-2).
Checksums-Sha1:
 705d70eee482655783a6c672895b87622969c5db 3524 postgresql-10_10.3-2.dsc
 02fa752b1b72bc81d488080d2971f634a88dc180 23032 
postgresql-10_10.3-2.debian.tar.xz
 ba3cdf8aa980b6eb16b4e774d23a8dc942084563 8184 
postgresql-10_10.3-2_source.buildinfo

[Pkg-postgresql-public] Bug#891898: marked as done (postgresql-10: Please update NEWS entry for 10.3-1)

2018-03-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Mar 2018 13:36:59 +
with message-id 
and subject line Bug#891898: fixed in postgresql-10 10.3-2
has caused the Debian Bug report #891898,
regarding postgresql-10: Please update NEWS entry for 10.3-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: postgresql-10
Version: 10.3-1
Severity: wishlist
Tags: patch

Hi,

Thank you so much for caring about users etc. and including NEWS
entries for display by apt-listchanges.

However, I did feel that the most recent entry could be slightly
improved. I have attached a patch with my suggested changes; they
should be self-explanatory. :)


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/debian/postgresql-10.NEWS b/debian/postgresql-10.NEWS
index a7a639b..bf9aa00 100644
--- a/debian/postgresql-10.NEWS
+++ b/debian/postgresql-10.NEWS
@@ -1,14 +1,16 @@
 postgresql-10 (10.3-1) unstable; urgency=medium
 
-  If you run an installation in which not all users are mutually trusting, or
-  if you maintain an application or extension that is intended for use in
-  arbitrary situations, it is strongly recommended that you read the release
-  notes regarding changes around "search_path", and take suitable steps to
-  ensure that your installation or code is secure.
-
-  Also, these changes may cause functions used in index expressions or
-  materialized views to fail during auto-analyze, or when reloading from a
-  dump.  After upgrading, monitor the server logs for such problems, and fix
+  If you run an installation where the users are mutually trusting or if you
+  maintain an application or extension that is intended for use in arbitrary
+  situations, it is highly recommended that you read the release notes
+  regarding changes around "search_path", and take suitable steps to ensure
+  that your installation or code is secure:
+
+https://www.postgresql.org/docs/10/static/release-10-3.html#id-1.11.6.5.5
+
+  In addition, these changes may cause functions used in index expressions or
+  materialized views to fail during auto-analyze or when reloading from a dump.
+  After upgrading, please monitor the server logs for such problems and fix any
   affected functions.
 
  -- Christoph Berg   Tue, 27 Feb 2018 12:57:11 
+0100
--- End Message ---
--- Begin Message ---
Source: postgresql-10
Source-Version: 10.3-2

We believe that the bug you reported is fixed in the latest version of
postgresql-10, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg  (supplier of updated postgresql-10 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 13:56:34 +0100
Source: postgresql-10
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-10 postgresql-client-10 postgresql-server-dev-10 postgresql-doc-10 
postgresql-plperl-10 postgresql-plpython-10 postgresql-plpython3-10 
postgresql-pltcl-10
Architecture: source
Version: 10.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 10
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-10 - object-relational SQL database, version 10 server
 postgresql-client-10 - front-end programs for PostgreSQL 10
 postgresql-doc-10 - documentation for the PostgreSQL database management system
 postgresql-plperl-10 - PL/Perl procedural language for PostgreSQL 10
 

[Pkg-postgresql-public] postgresql-10_10.3-2_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 13:56:34 +0100
Source: postgresql-10
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-10 postgresql-client-10 postgresql-server-dev-10 postgresql-doc-10 
postgresql-plperl-10 postgresql-plpython-10 postgresql-plpython3-10 
postgresql-pltcl-10
Architecture: source
Version: 10.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 10
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-10 - object-relational SQL database, version 10 server
 postgresql-client-10 - front-end programs for PostgreSQL 10
 postgresql-doc-10 - documentation for the PostgreSQL database management system
 postgresql-plperl-10 - PL/Perl procedural language for PostgreSQL 10
 postgresql-plpython-10 - PL/Python procedural language for PostgreSQL 10
 postgresql-plpython3-10 - PL/Python 3 procedural language for PostgreSQL 10
 postgresql-pltcl-10 - PL/Tcl procedural language for PostgreSQL 10
 postgresql-server-dev-10 - development files for PostgreSQL 10 server-side 
programming
Closes: 891898 892807
Changes:
 postgresql-10 (10.3-2) unstable; urgency=medium
 .
   * Improve wording of NEWS entry on search_path changes. Thanks Chris Lamb!
 (Closes: #891898)
   * Disable spinlocks on riscv64, thanks Aurelien Jarno! (Closes: #892807)
   * B-D on python3-distutils | python3-dev (<< 3.6.4~rc1-2).
Checksums-Sha1:
 705d70eee482655783a6c672895b87622969c5db 3524 postgresql-10_10.3-2.dsc
 02fa752b1b72bc81d488080d2971f634a88dc180 23032 
postgresql-10_10.3-2.debian.tar.xz
 ba3cdf8aa980b6eb16b4e774d23a8dc942084563 8184 
postgresql-10_10.3-2_source.buildinfo
Checksums-Sha256:
 1f3d0d9204d40631a5e6b775a285868cdccd4fe69deba8b8967cad7eb219ae33 3524 
postgresql-10_10.3-2.dsc
 e06aa0fc38f0900dff89c4a1e2a3229fa3e3df70d533e68fd02e1ff726ace9ac 23032 
postgresql-10_10.3-2.debian.tar.xz
 d483020a74c1ea8eee2f05593240d4fd26cfadfee8f3acda9c603283c9d927fe 8184 
postgresql-10_10.3-2_source.buildinfo
Files:
 378fe68e7e54b7df4d3d974da8c40364 3524 database optional 
postgresql-10_10.3-2.dsc
 0c8b72df0d971b0ec11c6a5110876662 23032 database optional 
postgresql-10_10.3-2.debian.tar.xz
 72be9a2fa660db03a7ecb38c3e5f7ff9 8184 database optional 
postgresql-10_10.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlqyVtIACgkQTFprqxLS
p67rUBAApgefMTlL3hQJtZCF+lOLKu1DQefZxCZjMI7QbMn3CJsXyNXTKwSUF/Cn
Sz2UfI8pJerPMxVyy0vPcP3qfz8SWQGJNo+oSJRtu7cKJfbnMU2wTjAZ66aqJU1u
kHUN7e4UHgwCZQg3MTzpum9RWpWDB6XfFsK38XUVtLpQih/Zyo3XT2reLuQcj9/q
TLtlA9y3ct57kl3jOlwldUjmlSnrSU5JyEMiaKbmEu6pUX5WV63ejEmQ0LXRYgbj
Ha4qjihrjX/3m2PWWzovTHyk89ZcMKf3A0GSb6i2V8nWcjobsfT77QQnVIdsJm/w
m8vFiEFPgy63nmRm3BAPD1wm5IYBf/tnZCOoqr60gsuK+CvODSJAJtZSJrKaG/Na
eHrTgGfTHaMLyC2L5Zgsko/p0CLCcwW9Dbn6eDNyfxPlL4sMuPMsahtRd9vu0irt
jIRLT1TwVZsqHxsiSkhVc4ERd0FH0QoIiTjIQhKKnksm557UL+tim5b0cbjU/KP3
2c6ABiU8F7larT0SUPtDlYqCPJ/fEAEtogqMSRUUjUeiSwKuCRNkZl3blp4cQbtw
Sjyj6eAyHqaU5UbUIndu+NSJaOEW6UodpRiCkJxLGjttGgraM+MkiWkxj+crfToa
+dBY/UtWNpYVmL8/423jFblx33LZBeK4iRO3rOc1ugtMbL8eXYI=
=au/s
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Accepted postgresql-10 10.3-2 (source) into unstable

2018-03-21 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 13:56:34 +0100
Source: postgresql-10
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-10 postgresql-client-10 postgresql-server-dev-10 postgresql-doc-10 
postgresql-plperl-10 postgresql-plpython-10 postgresql-plpython3-10 
postgresql-pltcl-10
Architecture: source
Version: 10.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 10
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-10 - object-relational SQL database, version 10 server
 postgresql-client-10 - front-end programs for PostgreSQL 10
 postgresql-doc-10 - documentation for the PostgreSQL database management system
 postgresql-plperl-10 - PL/Perl procedural language for PostgreSQL 10
 postgresql-plpython-10 - PL/Python procedural language for PostgreSQL 10
 postgresql-plpython3-10 - PL/Python 3 procedural language for PostgreSQL 10
 postgresql-pltcl-10 - PL/Tcl procedural language for PostgreSQL 10
 postgresql-server-dev-10 - development files for PostgreSQL 10 server-side 
programming
Closes: 891898 892807
Changes:
 postgresql-10 (10.3-2) unstable; urgency=medium
 .
   * Improve wording of NEWS entry on search_path changes. Thanks Chris Lamb!
 (Closes: #891898)
   * Disable spinlocks on riscv64, thanks Aurelien Jarno! (Closes: #892807)
   * B-D on python3-distutils | python3-dev (<< 3.6.4~rc1-2).
Checksums-Sha1:
 705d70eee482655783a6c672895b87622969c5db 3524 postgresql-10_10.3-2.dsc
 02fa752b1b72bc81d488080d2971f634a88dc180 23032 
postgresql-10_10.3-2.debian.tar.xz
 ba3cdf8aa980b6eb16b4e774d23a8dc942084563 8184 
postgresql-10_10.3-2_source.buildinfo
Checksums-Sha256:
 1f3d0d9204d40631a5e6b775a285868cdccd4fe69deba8b8967cad7eb219ae33 3524 
postgresql-10_10.3-2.dsc
 e06aa0fc38f0900dff89c4a1e2a3229fa3e3df70d533e68fd02e1ff726ace9ac 23032 
postgresql-10_10.3-2.debian.tar.xz
 d483020a74c1ea8eee2f05593240d4fd26cfadfee8f3acda9c603283c9d927fe 8184 
postgresql-10_10.3-2_source.buildinfo
Files:
 378fe68e7e54b7df4d3d974da8c40364 3524 database optional 
postgresql-10_10.3-2.dsc
 0c8b72df0d971b0ec11c6a5110876662 23032 database optional 
postgresql-10_10.3-2.debian.tar.xz
 72be9a2fa660db03a7ecb38c3e5f7ff9 8184 database optional 
postgresql-10_10.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlqyVtIACgkQTFprqxLS
p67rUBAApgefMTlL3hQJtZCF+lOLKu1DQefZxCZjMI7QbMn3CJsXyNXTKwSUF/Cn
Sz2UfI8pJerPMxVyy0vPcP3qfz8SWQGJNo+oSJRtu7cKJfbnMU2wTjAZ66aqJU1u
kHUN7e4UHgwCZQg3MTzpum9RWpWDB6XfFsK38XUVtLpQih/Zyo3XT2reLuQcj9/q
TLtlA9y3ct57kl3jOlwldUjmlSnrSU5JyEMiaKbmEu6pUX5WV63ejEmQ0LXRYgbj
Ha4qjihrjX/3m2PWWzovTHyk89ZcMKf3A0GSb6i2V8nWcjobsfT77QQnVIdsJm/w
m8vFiEFPgy63nmRm3BAPD1wm5IYBf/tnZCOoqr60gsuK+CvODSJAJtZSJrKaG/Na
eHrTgGfTHaMLyC2L5Zgsko/p0CLCcwW9Dbn6eDNyfxPlL4sMuPMsahtRd9vu0irt
jIRLT1TwVZsqHxsiSkhVc4ERd0FH0QoIiTjIQhKKnksm557UL+tim5b0cbjU/KP3
2c6ABiU8F7larT0SUPtDlYqCPJ/fEAEtogqMSRUUjUeiSwKuCRNkZl3blp4cQbtw
Sjyj6eAyHqaU5UbUIndu+NSJaOEW6UodpRiCkJxLGjttGgraM+MkiWkxj+crfToa
+dBY/UtWNpYVmL8/423jFblx33LZBeK4iRO3rOc1ugtMbL8eXYI=
=au/s
-END PGP SIGNATURE-


___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Processing of postgresql-10_10.3-2_source.changes

2018-03-21 Thread Debian FTP Masters
postgresql-10_10.3-2_source.changes uploaded successfully to localhost
along with the files:
  postgresql-10_10.3-2.dsc
  postgresql-10_10.3-2.debian.tar.xz
  postgresql-10_10.3-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] pgbackrest_2.01-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Mar 2018 12:11:46 +0100
Source: pgbackrest
Binary: pgbackrest pgbackrest-doc
Architecture: source
Version: 2.01-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Adrian Vondendriesch 
Description:
 pgbackrest - Reliable PostgreSQL Backup & Restore
 pgbackrest-doc - Documentation package for pgbackrest
Changes:
 pgbackrest (2.01-1) unstable; urgency=medium
 .
   * New Upstream release:
 - Bug Fixes:
   * Fix --target-action and --recovery-option options being reported as
 invalid when restoring with --type=immediate.
   * Immediately error when a secure option (e.g. repo1-s3-key) is passed
 on the command line. Since pgBackRest would not pass secure options
 on to sub-processes an obscure error was thrown. The new error is much
 clearer and provides hints about how to fix the problem. Update
 command documentation to omit secure options that cannot be specified
 on the command-line.
   * Fix issue passing --no-config to embedded Perl.
   * Fix issue where specifying log-level-stderr > warn would cause a
 local/remote process to error on exit due to output found on
 stderr when none was expected. The max value for a local/remote
 process is now error since there is no reason for these processes to
 emit warnings.
   * Fix manifest test in the check command when tablespaces are present.
 - Improvements:
   * Error when multiple arguments are set in the config file for an
 option that does not accept multiple arguments.
   * Remove extraneous sudo commands from src/Makefile.
 - See http://pgbackrest.org/release.html#2.01
   * d/patches:
 - Drop Makefile patch.
Checksums-Sha1:
 e5b8839a5d83de62c45088f8b11809b01fced712 2206 pgbackrest_2.01-1.dsc
 e4a5dbc4280aad2a481f8405a9e9467e4ee37e13 5621357 pgbackrest_2.01.orig.tar.gz
 db375cd5637ca69b23e7dddc1741c46f7eb22829 7592 pgbackrest_2.01-1.debian.tar.xz
 9acfac90a1761e379eac3e91ed767863d9c8e83b 7383 pgbackrest_2.01-1_amd64.buildinfo
Checksums-Sha256:
 3a90ec21c876ad186d9fa01849a311fa50d4ae7ba32cba9007dab449b91a5d41 2206 
pgbackrest_2.01-1.dsc
 52abc514d0a0c6014bfb548577112d26c8486a70cc603287f25420f2623e9489 5621357 
pgbackrest_2.01.orig.tar.gz
 c790dd52357ea71502d39e15a34679347c24cef28288d315ba389e9c2c63b6d2 7592 
pgbackrest_2.01-1.debian.tar.xz
 235ed47025b3fa6e90a34cd37949365c59f7413743c9388ff48729e3b9bee046 7383 
pgbackrest_2.01-1_amd64.buildinfo
Files:
 ff277bcd49a70c2031a7828cefa82b6e 2206 database optional pgbackrest_2.01-1.dsc
 582ec9908ab98192496d1b0e45fbd155 5621357 database optional 
pgbackrest_2.01.orig.tar.gz
 ce1126322817e08aeef025093af2458b 7592 database optional 
pgbackrest_2.01-1.debian.tar.xz
 f8bbe64a3964e0a50facc93df70c3c19 7383 database optional 
pgbackrest_2.01-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJVBAEBCgA/FiEEIznqOD6ZG1g01Vr2YfeYXbhOCwQFAlqySgQhHGFkcmlhbi52
b25kZW5kcmllc2NoQGNyZWRhdGl2LmRlAAoJEGH3mF24TgsEAgQP/iLpY+TD+kjF
zXy+e8pDTtXYOxDP5d09WjmU5ZvXjSe5XFfsly8249AM+REjFWG7EP4b1eoLA1GL
cyUCuRddN8YMj3+MGPNo8Y9IFjBaBL0UnhEDF5cWap0cffWq80v5jhjzP4Nep9n/
KDqCmcAgh93N7Qp78L6J3sVhzp+/oJjzvIFI4cI0DrAdVIRJU2EWdOk3o7VFUJWi
f2UyEHwg39yXEHOpIJJYlpgf2t5cBe99riQK64sA64gnJ+XzVucKidpXnBnFqOfh
u8JJHWNirwza2SeUX/TWNQRqZxl497/Y9gAPF7fo8qqN4Rlh2fba2ocW8RiAeFTb
hF2KLTcZf6iqMRVCA3MiJFkYyfi770CTuGCx3ZfsMsOCVBqHsDOARVX9SwmyraVZ
CCK2HJ9t6ts9MfSdl6ZkJHm0Fx87S8IrI/hd/PxSYwrfy88OJGYYIdhrevySdjhc
UaRhZnM7FCS1m26FvJPp+ojAU7sg9gFZJtNN3PDjUkIfVSQmIXn9sEICOugvxmTK
aHhbFXe6yC1QabkjIBhg3M65gPvUqkuygrq0bY6Q+fq9WbLF+S99mrunwcE5Ev+6
KXLQBxwb1tWAS6YqeDsDx85m1sIIgqBDSnylcQtulWBsNOqbDeCA51QxCSnFo6pf
afT5RAe9/bfRpdklk1CiabSEJQ9hsTGc
=VLrH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Accepted pgbackrest 2.01-1 (source) into unstable

2018-03-21 Thread Adrian Vondendriesch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Mar 2018 12:11:46 +0100
Source: pgbackrest
Binary: pgbackrest pgbackrest-doc
Architecture: source
Version: 2.01-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Adrian Vondendriesch 
Description:
 pgbackrest - Reliable PostgreSQL Backup & Restore
 pgbackrest-doc - Documentation package for pgbackrest
Changes:
 pgbackrest (2.01-1) unstable; urgency=medium
 .
   * New Upstream release:
 - Bug Fixes:
   * Fix --target-action and --recovery-option options being reported as
 invalid when restoring with --type=immediate.
   * Immediately error when a secure option (e.g. repo1-s3-key) is passed
 on the command line. Since pgBackRest would not pass secure options
 on to sub-processes an obscure error was thrown. The new error is much
 clearer and provides hints about how to fix the problem. Update
 command documentation to omit secure options that cannot be specified
 on the command-line.
   * Fix issue passing --no-config to embedded Perl.
   * Fix issue where specifying log-level-stderr > warn would cause a
 local/remote process to error on exit due to output found on
 stderr when none was expected. The max value for a local/remote
 process is now error since there is no reason for these processes to
 emit warnings.
   * Fix manifest test in the check command when tablespaces are present.
 - Improvements:
   * Error when multiple arguments are set in the config file for an
 option that does not accept multiple arguments.
   * Remove extraneous sudo commands from src/Makefile.
 - See http://pgbackrest.org/release.html#2.01
   * d/patches:
 - Drop Makefile patch.
Checksums-Sha1:
 e5b8839a5d83de62c45088f8b11809b01fced712 2206 pgbackrest_2.01-1.dsc
 e4a5dbc4280aad2a481f8405a9e9467e4ee37e13 5621357 pgbackrest_2.01.orig.tar.gz
 db375cd5637ca69b23e7dddc1741c46f7eb22829 7592 pgbackrest_2.01-1.debian.tar.xz
 9acfac90a1761e379eac3e91ed767863d9c8e83b 7383 pgbackrest_2.01-1_amd64.buildinfo
Checksums-Sha256:
 3a90ec21c876ad186d9fa01849a311fa50d4ae7ba32cba9007dab449b91a5d41 2206 
pgbackrest_2.01-1.dsc
 52abc514d0a0c6014bfb548577112d26c8486a70cc603287f25420f2623e9489 5621357 
pgbackrest_2.01.orig.tar.gz
 c790dd52357ea71502d39e15a34679347c24cef28288d315ba389e9c2c63b6d2 7592 
pgbackrest_2.01-1.debian.tar.xz
 235ed47025b3fa6e90a34cd37949365c59f7413743c9388ff48729e3b9bee046 7383 
pgbackrest_2.01-1_amd64.buildinfo
Files:
 ff277bcd49a70c2031a7828cefa82b6e 2206 database optional pgbackrest_2.01-1.dsc
 582ec9908ab98192496d1b0e45fbd155 5621357 database optional 
pgbackrest_2.01.orig.tar.gz
 ce1126322817e08aeef025093af2458b 7592 database optional 
pgbackrest_2.01-1.debian.tar.xz
 f8bbe64a3964e0a50facc93df70c3c19 7383 database optional 
pgbackrest_2.01-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJVBAEBCgA/FiEEIznqOD6ZG1g01Vr2YfeYXbhOCwQFAlqySgQhHGFkcmlhbi52
b25kZW5kcmllc2NoQGNyZWRhdGl2LmRlAAoJEGH3mF24TgsEAgQP/iLpY+TD+kjF
zXy+e8pDTtXYOxDP5d09WjmU5ZvXjSe5XFfsly8249AM+REjFWG7EP4b1eoLA1GL
cyUCuRddN8YMj3+MGPNo8Y9IFjBaBL0UnhEDF5cWap0cffWq80v5jhjzP4Nep9n/
KDqCmcAgh93N7Qp78L6J3sVhzp+/oJjzvIFI4cI0DrAdVIRJU2EWdOk3o7VFUJWi
f2UyEHwg39yXEHOpIJJYlpgf2t5cBe99riQK64sA64gnJ+XzVucKidpXnBnFqOfh
u8JJHWNirwza2SeUX/TWNQRqZxl497/Y9gAPF7fo8qqN4Rlh2fba2ocW8RiAeFTb
hF2KLTcZf6iqMRVCA3MiJFkYyfi770CTuGCx3ZfsMsOCVBqHsDOARVX9SwmyraVZ
CCK2HJ9t6ts9MfSdl6ZkJHm0Fx87S8IrI/hd/PxSYwrfy88OJGYYIdhrevySdjhc
UaRhZnM7FCS1m26FvJPp+ojAU7sg9gFZJtNN3PDjUkIfVSQmIXn9sEICOugvxmTK
aHhbFXe6yC1QabkjIBhg3M65gPvUqkuygrq0bY6Q+fq9WbLF+S99mrunwcE5Ev+6
KXLQBxwb1tWAS6YqeDsDx85m1sIIgqBDSnylcQtulWBsNOqbDeCA51QxCSnFo6pf
afT5RAe9/bfRpdklk1CiabSEJQ9hsTGc
=VLrH
-END PGP SIGNATURE-


___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Processing of pgbackrest_2.01-1_source.changes

2018-03-21 Thread Debian FTP Masters
pgbackrest_2.01-1_source.changes uploaded successfully to localhost
along with the files:
  pgbackrest_2.01-1.dsc
  pgbackrest_2.01.orig.tar.gz
  pgbackrest_2.01-1.debian.tar.xz
  pgbackrest_2.01-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public