From 7b9bca1340a8f4e2eb0c3835e9d9d4f7fe588071 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Tue, 6 May 2025 12:59:38 +0200 Subject: [PATCH] tasks.py: allow more recent version of packages available for ubuntu22 --- tasks.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tasks.py b/tasks.py index f01c9cbdd1..7066e8490c 100644 --- a/tasks.py +++ b/tasks.py @@ -61,7 +61,6 @@ rec_bulk_deps = [ 'libluajit-5.1-2', 'libsnmp35', 'libsodium23', - 'libssl1.1', 'libsystemd0', 'moreutils', 'pdns-tools', @@ -90,12 +89,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', @@ -104,9 +104,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', -- 2.47.3