[sr-dev] Re: [kamailio/kamailio] tls: Create one shared context and reuse it. (PR #3972)

2024-09-10 Thread space88man via sr-dev
@xkaraman : in the unshared case `load_private_key()` goes through each `SSL_CTX` (per proc) to add the private key. In the shared case is this unnecessary work? IOW, add the private key for `d->ctx[i], i = 0`; no need to call `SSL_CTX_use_PrivateKey` on `d->ctx[i], i > 0` since they are all th

[sr-dev] Re: [kamailio/kamailio] topos: add enable_register_publish (PR #3766)

2024-09-10 Thread github-actions[bot] via sr-dev
This PR is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3766#issuecomment-2342511353 You are receiving this because you are

[sr-dev] git:master:2bcd29a7: core: option to skip auto-bind on ipv6 local link

2024-09-10 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 2bcd29a7a2981670baea0b7fb2e8454b5ad9f4d7 URL: https://github.com/kamailio/kamailio/commit/2bcd29a7a2981670baea0b7fb2e8454b5ad9f4d7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-10T18:01:57+02:00 core: option to skip a

[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-09-10 Thread Oded Arbel via sr-dev
I changed the configuration option to be: * `--without geoip1` for distributions that we expect to have the Maxmind GeoIP library but the user wants to build only `geoip2` * `--with geoip1` for distributions we expect to not have the Maxmind GeoIP library, but the user wants to try to build both

[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-09-10 Thread Oded Arbel via sr-dev
@guss77 pushed 1 commit. fdd7ea2a3ae7d498d395b46e6c26638bf43c158d packaging: disable geoip module when it isn't buildable -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3886/files/a94a08347e95809a6fa39ce490092d06acce71bb..fdd7ea2a3ae7d498d395b46e6c26638bf43c158d You are receiv

[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-09-10 Thread Oded Arbel via sr-dev
@guss77 pushed 2 commits. f888d3f86f8d2526c23fcf072234e81d4b3ab36e packaging: RPM build option to build just the geoip2 module a94a08347e95809a6fa39ce490092d06acce71bb packaging: make 'with geoip2' the default behavior for EL9 -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3

[sr-dev] git:master:42c107b9: permissions: reformat rpc exports

2024-09-10 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 42c107b9e5d5822cd2bd16f7b5d57b66bcde0861 URL: https://github.com/kamailio/kamailio/commit/42c107b9e5d5822cd2bd16f7b5d57b66bcde0861 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-10T11:26:13+02:00 permissions: reformat

[sr-dev] git:master:4534d71f: permissions: use core fixup function

2024-09-10 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4534d71f0e3f53d3f13ecd760e07d6d402b666c4 URL: https://github.com/kamailio/kamailio/commit/4534d71f0e3f53d3f13ecd760e07d6d402b666c4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-10T07:51:05+02:00 permissions: use core