From: Peter van Dijk Date: Fri, 28 Oct 2022 14:02:52 +0000 (+0200) Subject: Revert "upgrade to auth-4.7" X-Git-Tag: dnsdist-1.8.0-rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2715fec06920960b8ead6c3b0db9cab0317cff43;p=thirdparty%2Fpdns.git Revert "upgrade to auth-4.7" This reverts commit e71ce4c386e47adc64bfd5307e0d37b08bee4ffc. --- diff --git a/tasks.py b/tasks.py index e743cd98a3..95c9406166 100644 --- a/tasks.py +++ b/tasks.py @@ -427,7 +427,7 @@ def ci_make_install(c): def add_auth_repo(c): dist = 'ubuntu' # FIXME take these from the caller? release = 'focal' - version = '47' + version = '44' c.sudo('apt-get install -qq -y curl gnupg2') if version == 'master':