[sr-dev] Re: [kamailio/kamailio] tcp: fix for local TCP/TLS socket matching with 'tcp_reuse_port' enabled (PR #4120)

2025-01-23 Thread pinacolada1610 via sr-dev
@pinacolada1610 pushed 1 commit. 996d65cf42e87d6eacda2f343c08ee345e37e656 tcp: fix for local TCP/TLS socket matching with 'tcp_reuse_port' enabled -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4120/files/145aab3025c475a89a595c2100fcfb6320e8908f..996d65cf42e87d6eacda2f343c08ee

[sr-dev] Jenkins build is back to normal : kamailio60-nightly-repos » amd64,buster,master #2

2025-01-23 Thread kamailio--- via sr-dev
See ___ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@list

[sr-dev] git:master:08eda6e8: pkg/kamailio: simplified systemd unit files installation

2025-01-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 08eda6e89c1fb899959c3f07efd93db30d7cb30c URL: https://github.com/kamailio/kamailio/commit/08eda6e89c1fb899959c3f07efd93db30d7cb30c Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-01-23T14:52:25+02:00 pkg/kamailio: simplified systemd unit file

[sr-dev] Build failed in Jenkins: kamailio60-nightly-repos » amd64,buster,master #1

2025-01-23 Thread kamailio--- via sr-dev
See Changes: -- [...truncated 1.33 KiB...] originally caused by: Started by user Victor Seva Running as SYSTEM Building

[sr-dev] git:5.8:0e51b497: pkg/kamailio: simplified systemd unit files installation [skip ci]

2025-01-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 5.8 Commit: 0e51b497a19c525a89d5fead5e0854b2b18317dd URL: https://github.com/kamailio/kamailio/commit/0e51b497a19c525a89d5fead5e0854b2b18317dd Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-01-23T14:56:40+02:00 pkg/kamailio: simplified systemd unit files i

[sr-dev] git:5.8:0cf639ec: pkg/kamailio: added support for CentOS 10 [skip-ci]

2025-01-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 5.8 Commit: 0cf639eceb6a8fea50d19184add989e049dfb6ca URL: https://github.com/kamailio/kamailio/commit/0cf639eceb6a8fea50d19184add989e049dfb6ca Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-01-23T16:14:59+02:00 pkg/kamailio: added support for CentOS 10 [sk

[sr-dev] git:6.0:2790d202: pkg/kamailio: simplified systemd unit files installation [skip ci]

2025-01-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 2790d202e2756e1b5037239983b134d04bdb73f3 URL: https://github.com/kamailio/kamailio/commit/2790d202e2756e1b5037239983b134d04bdb73f3 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-01-23T14:54:15+02:00 pkg/kamailio: simplified systemd unit files i

[sr-dev] Re: [kamailio/kamailio] The future of internal libraries (Issue #4041)

2025-01-23 Thread github-actions[bot] via sr-dev
This issue 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/issues/4041#issuecomment-2611438000 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] multiple Makefiles: evaluate LIBS variable imediately in Makefile (PR #4085)

2025-01-23 Thread sergey-safarov via sr-dev
I can confirm `freeradius-client-dev` library was found properly and the module compiled. Now I see messages ``` File not found: /root/rpmbuild/BUILD/kamailio-6.1.0-build/BUILDROOT/usr/share/snmp/mibs/KAMAILIO-MIB File not found: /root/rpmbuild/BUILD/kamailio-6.1.0-build/BUILDROOT/usr/sh

[sr-dev] Re: [kamailio/kamailio] Segfault when using kamailio 5.8.4 as a presence proxy (Issue #4102)

2025-01-23 Thread Joe Mordica via sr-dev
Thanks will get it loaded up and report back! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4102#issuecomment-2610349326 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] Segfault when using kamailio 5.8.4 as a presence proxy (Issue #4102)

2025-01-23 Thread Henning Westerholt via sr-dev
The commit 13ef1a559 is part of 5.8.5, yes. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4102#issuecomment-2610344548 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] Segfault when using kamailio 5.8.4 as a presence proxy (Issue #4102)

2025-01-23 Thread Joe Mordica via sr-dev
Ok. Does the 5.8.5 version have your changes? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4102#issuecomment-2610193403 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] tcp: fix for local TCP/TLS socket matching with 'tcp_reuse_port' enabled (PR #4120)

2025-01-23 Thread pinacolada1610 via sr-dev
- Changed the logic for matching a listening TCP/TLS-socket in tcp_reuse_port scenario, now it considers local port as well. With 'tcp_reuse_port' option enabled, the local port is meaningful and helps to differentiate between sockets on the same IP but different ports.