[sr-dev] [kamailio/kamailio] Debian 12 packaging: missing files for kamailio-redis-modules (Issue #3617)

2023-10-25 Thread bonan via sr-dev
### Description I installed kamailio-redis-modules for kamailio 5.6.4 on debian 12 (`kamailio-redis-modules_5.6.4+bpo12_amd64.deb`) The package doesn't contain the modules, only changelog and copyright The issue also seems to affect `kamailio-redis-modules_5.6.4+ubuntu22.04_amd64.deb`

[sr-dev] git:5.6:92977742: pv_headers: pvh_xavi_get_child() fix fallback logic

2023-10-25 Thread Victor Seva via sr-dev
Module: kamailio Branch: 5.6 Commit: 929777428cdcfc18bdee55d09dce1b2b554c5df9 URL: https://github.com/kamailio/kamailio/commit/929777428cdcfc18bdee55d09dce1b2b554c5df9 Author: Victor Seva Committer: Victor Seva Date: 2023-10-25T18:35:47+02:00 pv_headers: pvh_xavi_get_child() fix fallback

[sr-dev] git:5.7:7af9dc94: pv_headers: pvh_xavi_get_child() fix fallback logic

2023-10-25 Thread Victor Seva via sr-dev
Module: kamailio Branch: 5.7 Commit: 7af9dc940e29fa3aecda011096820e011de0b254 URL: https://github.com/kamailio/kamailio/commit/7af9dc940e29fa3aecda011096820e011de0b254 Author: Victor Seva Committer: Victor Seva Date: 2023-10-25T18:31:13+02:00 pv_headers: pvh_xavi_get_child() fix fallback

[sr-dev] git:master:f97149ae: dmq_usrloc: avoid needless second local socket search

2023-10-25 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f97149aec9da71085df9dcf4541abba7b756939c URL: https://github.com/kamailio/kamailio/commit/f97149aec9da71085df9dcf4541abba7b756939c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-25T18:31:21+02:00 dmq_usrloc: avoid

[sr-dev] git:master:19a32b86: pv_headers: pvh_xavi_get_child() fix fallback logic

2023-10-25 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 19a32b863d9a79c0cbaf04a7a9864e0c08a914f7 URL: https://github.com/kamailio/kamailio/commit/19a32b863d9a79c0cbaf04a7a9864e0c08a914f7 Author: Victor Seva Committer: Victor Seva Date: 2023-10-25T18:29:50+02:00 pv_headers: pvh_xavi_get_child() fix fallback

[sr-dev] git:master:9a50e380: usrloc: reformat exported structures to be more readable

2023-10-25 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9a50e380216b7557b53a2e8a0e4068f81ecf635e URL: https://github.com/kamailio/kamailio/commit/9a50e380216b7557b53a2e8a0e4068f81ecf635e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-25T18:31:21+02:00 usrloc: reformat

[sr-dev] Re: [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread Henning Westerholt via sr-dev
Thanks for the clarification. Lets wait until the CI tests are done and then it will be merged, if there are no more comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3616#issuecomment-1778682246 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread mtryfoss via sr-dev
Sorry - closed by mistake. Reopened. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3616#issuecomment-1778680443 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread mtryfoss via sr-dev
There's a big "#if OPENSSL_VERSION_NUMBER >= 0x1010L" in cdp_tls.c, basically making the whole file empty for older versions. sp->tls_conn would never be true in do_read() and do_write() if there was no supported openssl, so I didn't find any need to change those functions - until your mod

[sr-dev] Re: [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread mtryfoss via sr-dev
Reopened #3616. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3616#event-10763326569 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development

[sr-dev] Re: [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread mtryfoss via sr-dev
Closed #3616. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3616#event-10763322155 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread Henning Westerholt via sr-dev
Thanks. The PR #3601 was merged already. I did looked to this change, but did not spotted why the error clearing added yesterday caused additional problems here? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3616#issuecomment-1778649178 You are

[sr-dev] [kamailio/kamailio] cdp: Fix for undefined symbols when using older/unsupported OpenSSL (PR #3616)

2023-10-25 Thread mtryfoss via sr-dev
This was originaly fixed in #3601, but that did not handle the change in #3612 very well. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be