From: romeroalx Date: Tue, 6 May 2025 10:59:38 +0000 (+0200) Subject: tasks.py: allow more recent version of packages available for ubuntu22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e33bd0fadb963ec3058286892d40a696d0693ee9;p=thirdparty%2Fpdns.git tasks.py: allow more recent version of packages available for ubuntu22 --- diff --git a/tasks.py b/tasks.py index 3fe9630a15..07ffd4ef8e 100644 --- a/tasks.py +++ b/tasks.py @@ -60,7 +60,6 @@ rec_bulk_deps = [ 'libluajit-5.1-2', 'libsnmp35', 'libsodium23', - 'libssl1.1', 'libsystemd0', 'moreutils', 'pdns-tools', @@ -89,12 +88,13 @@ auth_test_deps = [ # FIXME: we should be generating some of these from shlibde 'gawk', 'krb5-user', 'ldnsutils', - 'libboost-serialization1.71.0', + '"libboost-serialization1.7[1-9]+"', + 'libboost-program-options-dev', 'libcdb1', 'libcurl4', 'libgeoip1', 'libkrb5-3', - 'libldap-2.4-2', + '"libldap-2.[1-9]+"', 'liblmdb0', 'libluajit-5.1-2', 'libmaxminddb0', @@ -103,9 +103,8 @@ auth_test_deps = [ # FIXME: we should be generating some of these from shlibde 'libpq5', 'libsodium23', 'libsqlite3-dev', - 'libssl1.1', 'libsystemd0', - 'libyaml-cpp0.6', + '"libyaml-cpp0.[1-9]+"', 'libzmq3-dev', 'lmdb-utils', 'prometheus',