]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
tasks.py: allow more recent version of packages available for ubuntu22
authorromeroalx <alexis.romero@open-xchange.com>
Tue, 6 May 2025 10:59:38 +0000 (12:59 +0200)
committerromeroalx <alexis.romero@open-xchange.com>
Wed, 7 May 2025 00:02:15 +0000 (02:02 +0200)
tasks.py

index 3fe9630a151e5221c8aece9aa516f689a3a4c5f5..07ffd4ef8e3b9fe1eb37813e177ed7680d347321 100644 (file)
--- 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',