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