From 91ed216419cf8da37e8879e0f28d935ea1cea37c Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Fri, 20 Sep 2019 18:31:00 +0200 Subject: [PATCH] * debian/patches/disable_postgresql.conf_chmod.patch: New patch, disables setting the postgresql.conf permissions to 600, reported by Peter J. Holzer. --- debian/changelog | 3 +++ debian/patches/disable_postgresql.conf_chmod.patch | 0 debian/patches/series | 1 + 3 files changed, 4 insertions(+) create mode 100644 debian/patches/disable_postgresql.conf_chmod.patch diff --git a/debian/changelog b/debian/changelog index 5317050..d0c58dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ patroni (1.6.0-2) UNRELEASED; urgency=medium * debian/control: Recommend iproute2. * debian/pg_createconfig_patroni: Exit gracefully if iproute2 is not installed. + * debian/patches/disable_postgresql.conf_chmod.patch: New patch, disables + setting the postgresql.conf permissions to 600, reported by Peter J. + Holzer. -- Debian PostgreSQL Maintainers Wed, 21 Aug 2019 13:18:29 +0200 diff --git a/debian/patches/disable_postgresql.conf_chmod.patch b/debian/patches/disable_postgresql.conf_chmod.patch new file mode 100644 index 0000000..e69de29 diff --git a/debian/patches/series b/debian/patches/series index 547b611..f0b61a3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ startup_scripts.patch consul_import.patch check_postmaster.patch acceptance_tests_system_patroni.patch +disable_postgresql.conf_chmod.patch