diff --git a/debian/changelog b/debian/changelog index dcfb9568d31a47f7a527e75207f783e659f0c317..1f922a3077770618163bf95e9058fbb66c3064a8 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 450270e93aea14d18241f3a6d4e9a5d447bd3744..ecf8737ad3d5490a6f070a4c5762b8aa269f62b7 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