Module: kamailio Branch: master Commit: bb3b8fe6e0bb648b40bd7c2ec15ed9407bb2a3ae URL: https://github.com/kamailio/kamailio/commit/bb3b8fe6e0bb648b40bd7c2ec15ed9407bb2a3ae
Author: Federico Cabiddu <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-02-24T09:03:58+01:00 pkg/kamailio/deb: add back db_text module [skip ci] --- Modified: pkg/kamailio/deb/bookworm/rules Modified: pkg/kamailio/deb/bullseye/rules Modified: pkg/kamailio/deb/debian/rules Modified: pkg/kamailio/deb/jammy/rules Modified: pkg/kamailio/deb/noble/rules Modified: pkg/kamailio/deb/sid/rules Modified: pkg/kamailio/deb/trixie/rules --- Diff: https://github.com/kamailio/kamailio/commit/bb3b8fe6e0bb648b40bd7c2ec15ed9407bb2a3ae.diff Patch: https://github.com/kamailio/kamailio/commit/bb3b8fe6e0bb648b40bd7c2ec15ed9407bb2a3ae.patch --- diff --git a/pkg/kamailio/deb/bookworm/rules b/pkg/kamailio/deb/bookworm/rules index c462450d8b2..d09b6fdb383 100755 --- a/pkg/kamailio/deb/bookworm/rules +++ b/pkg/kamailio/deb/bookworm/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/bullseye/rules b/pkg/kamailio/deb/bullseye/rules index 341dbc8c5b5..dbed84e7a08 100755 --- a/pkg/kamailio/deb/bullseye/rules +++ b/pkg/kamailio/deb/bullseye/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/debian/rules b/pkg/kamailio/deb/debian/rules index b24b3e91e80..1b486db095a 100755 --- a/pkg/kamailio/deb/debian/rules +++ b/pkg/kamailio/deb/debian/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/jammy/rules b/pkg/kamailio/deb/jammy/rules index c462450d8b2..d09b6fdb383 100755 --- a/pkg/kamailio/deb/jammy/rules +++ b/pkg/kamailio/deb/jammy/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/noble/rules b/pkg/kamailio/deb/noble/rules index c462450d8b2..d09b6fdb383 100755 --- a/pkg/kamailio/deb/noble/rules +++ b/pkg/kamailio/deb/noble/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/sid/rules b/pkg/kamailio/deb/sid/rules index f1eb54af138..5b7a9cf5381 100755 --- a/pkg/kamailio/deb/sid/rules +++ b/pkg/kamailio/deb/sid/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/trixie/rules b/pkg/kamailio/deb/trixie/rules index f1eb54af138..5b7a9cf5381 100755 --- a/pkg/kamailio/deb/trixie/rules +++ b/pkg/kamailio/deb/trixie/rules @@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
