From 809a4b405db4ba8b9d8ee29f54b0f63f91114dd4 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 8 Dec 2020 13:34:12 +0000 Subject: [PATCH] d/t/python-sqlalchemy-utils: Update postgresql trust to include IPv6 loopback. --- debian/changelog | 7 +++++++ debian/tests/python-sqlalchemy-utils | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dcfb956..1f922a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-sqlalchemy-utils (0.36.8-2ubuntu1) UNRELEASED; urgency=medium + + * d/t/python-sqlalchemy-utils: Update postgresql trust update to include + IPv6 loopback. + + -- Chris MacNaughton Tue, 08 Dec 2020 13:33:57 +0000 + python-sqlalchemy-utils (0.36.8-2) unstable; urgency=medium * Added python3-psycopg2cffi and python3-infinity as (build-)depends. diff --git a/debian/tests/python-sqlalchemy-utils b/debian/tests/python-sqlalchemy-utils index 450270e..ecf8737 100644 --- a/debian/tests/python-sqlalchemy-utils +++ b/debian/tests/python-sqlalchemy-utils @@ -5,7 +5,7 @@ ret=0 # Prepare Postgres and Mysql -sed -i 's/local\s\+all\s\+postgres\s\+peer/local all postgres trust\nhost all postgres 127.0.0.1\/32 trust/' /etc/postgresql/*/main/pg_hba.conf +sed -i 's/local\s\+all\s\+postgres\s\+peer/local all postgres trust\nhost all postgres 127.0.0.1\/32 trust\nhost all postgres ::1\/0 trust/' /etc/postgresql/*/main/pg_hba.conf echo "default-authentication-plugin=mysql_native_password" >> /etc/mysql/mysql.conf.d/mysqld.cnf systemctl restart postgresql systemctl restart mysql -- GitLab