[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
>From https://www.openssl.org/docs/man3.0/man7/migration_guide.html > Engines and "METHOD" APIs >The refactoring to support Providers conflicts internally with the APIs used >to support engines, including the ENGINE API and any function that creates or >modifies custom "METHODS" (for example >[

[sr-dev] git:master:9580adf9: core: kemi - reformat core exports for tool parsing

2023-06-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9580adf9a478f161605a0f663099f4d10c0c93eb URL: https://github.com/kamailio/kamailio/commit/9580adf9a478f161605a0f663099f4d10c0c93eb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-19T12:54:48+02:00 core: kemi - reformat

[sr-dev] git:master:f36744cf: core: kemi - propagate bool as a return value type

2023-06-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f36744cf15c7fcddc7422f97a508cad600ca7d98 URL: https://github.com/kamailio/kamailio/commit/f36744cf15c7fcddc7422f97a508cad600ca7d98 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-19T13:18:59+02:00 core: kemi - propagate

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-19 Thread Victor Seva
@linuxmaniac pushed 2 commits. a498be6438eb08956491660a644fb989c1889cc0 tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0 9e0197ca3a130a559db08fcd4b352a03c5371f04 tls: disable engine for openssl >= 3.0 -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3482/files

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
> From https://www.openssl.org/docs/man3.0/man7/migration_guide.html > > > Engines and "METHOD" APIs > > The refactoring to support Providers conflicts internally with the APIs > > used to support engines, including the ENGINE API and any function that > > creates or modifies custom "METHODS" (f

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
@juha-h with 9e0197ca3a130a559db08fcd4b352a03c5371f04 ( vseva/tls branch ) last warnings are: ``` tls_mod.c: In function 'ksr_rand_engine_param': tls_mod.c:523:17: warning: 'RAND_set_rand_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 523 | RAND_set_rand_m

[sr-dev] git:master:bfc5d4bd: dialplan: set right input/output pv references

2023-06-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bfc5d4bdcdd1ce60359d1a2e6a097f312879799f URL: https://github.com/kamailio/kamailio/commit/bfc5d4bdcdd1ce60359d1a2e6a097f312879799f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-19T13:50:28+02:00 dialplan: set right in

[sr-dev] git: new commits in branch 5.7

2023-06-19 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/408643ec916bc00f9f9447952e553d129f8ec896 Author: Daniel-Constantin Mierla Date: 2023-06-19T13:36:53+02:00 ipops: create container items if not found for srv and naptr functions - GH #3419 (cherry picked from commit 7971d825361bee29d65fcea69

[sr-dev] git:5.7:3e510ac6: modules: readme files regenerated - modules ... [skip ci]

2023-06-19 Thread Kamailio Dev
Module: kamailio Branch: 5.7 Commit: 3e510ac68a4b9bc99b6ade5cb7cc862adcbb9eb9 URL: https://github.com/kamailio/kamailio/commit/3e510ac68a4b9bc99b6ade5cb7cc862adcbb9eb9 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-06-19T14:17:02+02:00 modules: readme files regenerated - modules ... [

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Henning Westerholt
Yes, the external crypto engine support will not work anymore for OpenSSL 3.x, needs probably more analysis from the mentioned author. Even if we would do the refactoring to the new methods, without access to test devices its difficult to verify. About the random number generator topics, they a

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-19 Thread Victor Seva
@linuxmaniac pushed 1 commit. 4cbe8241f59c3238472facd85ccf7ac7fe67995d tls: disable tls_rand for openssl >= 3.0 -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3482/files/9e0197ca3a130a559db08fcd4b352a03c5371f04..4cbe8241f59c3238472facd85ccf7ac7fe67995d You are receiving this b

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
disabling tls_rand too at (vseva/tls https://github.com/kamailio/kamailio/pull/3482/commits/4cbe8241f59c3238472facd85ccf7ac7fe67995d ) No more warnings with openssl 3.0. Now we have to test it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/34

[sr-dev] git:5.7:85e3a2bc: pkg/docker: submodule update [skip ci]

2023-06-19 Thread Sergey Safarov
Module: kamailio Branch: 5.7 Commit: 85e3a2bce7ba4d8c6e9c167c732dad11706f99d3 URL: https://github.com/kamailio/kamailio/commit/85e3a2bce7ba4d8c6e9c167c732dad11706f99d3 Author: Kaufman Committer: Sergey Safarov Date: 2023-06-20T09:02:10+03:00 pkg/docker: submodule update [skip ci] --- Modifie

[sr-dev] git:5.7:6005e8e4: pkg/kamailio/alpine: packaged lwsc

2023-06-19 Thread Sergey Safarov
Module: kamailio Branch: 5.7 Commit: 6005e8e4e3e0d9488693eca1484122dfed303ac6 URL: https://github.com/kamailio/kamailio/commit/6005e8e4e3e0d9488693eca1484122dfed303ac6 Author: Sergey Safarov Committer: Sergey Safarov Date: 2023-06-20T09:02:10+03:00 pkg/kamailio/alpine: packaged lwsc (cherry p

[sr-dev] git:5.6:5f982c9f: pkg/kamailio/alpine: packaged lwsc

2023-06-19 Thread Sergey Safarov
Module: kamailio Branch: 5.6 Commit: 5f982c9f46f203d7976a57f12789213f78eaa261 URL: https://github.com/kamailio/kamailio/commit/5f982c9f46f203d7976a57f12789213f78eaa261 Author: Sergey Safarov Committer: Sergey Safarov Date: 2023-06-20T09:05:11+03:00 pkg/kamailio/alpine: packaged lwsc (cherry p

[sr-dev] git:5.6:ada8f757: pkg/docker: submodule update [skip ci]

2023-06-19 Thread Sergey Safarov
Module: kamailio Branch: 5.6 Commit: ada8f757407712fe757398a38dab6d452545f018 URL: https://github.com/kamailio/kamailio/commit/ada8f757407712fe757398a38dab6d452545f018 Author: Sergey Safarov Committer: Sergey Safarov Date: 2023-06-20T09:05:53+03:00 pkg/docker: submodule update [skip ci] ---