[sr-dev] git:5.8:d33e4bc5: pkg/kamailio: packaged jwt module [skip ci]

2024-11-15 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 5.8 Commit: d33e4bc5fc8b8f482b740bb4fc63ff4c3d7e29ef URL: https://github.com/kamailio/kamailio/commit/d33e4bc5fc8b8f482b740bb4fc63ff4c3d7e29ef Author: Sergey Safarov Committer: Sergey Safarov Date: 2024-11-15T14:30:56+02:00 pkg/kamailio: packaged jwt module [skip ci]

[sr-dev] Build failed in Jenkins: kamailio57-nightly-binaries » amd64,xenial #87

2024-11-15 Thread kamailio--- via sr-dev
See Changes: -- [...truncated 23.31 KiB...] I: Running in no-targz mode I: pbuilder: network access will be disabled during build I:

[sr-dev] Build failed in Jenkins: kamailio57-nightly-binaries » amd64,bionic #87

2024-11-15 Thread kamailio--- via sr-dev
See Changes: -- [...truncated 28.09 KiB...] pbuilder-satisfydepends-dummy depends on libdb-dev (>= 4.6.19); however: Package libdb

[sr-dev] Re: [kamailio/kamailio] [JWT module] Verification doesn't check if the JWT is expired (Issue #4007)

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
What did you update? The description still refers to `iat` checking. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4007#issuecomment-2479442142 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] Secfilter : Allow single quotes in From name (Issue #3984)

2024-11-15 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/3984#issuecomment-2480361031 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] [JWT module] Verification doesn't check if the JWT is expired (Issue #4007)

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
Closed #4007 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4007#event-15316033639 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] [JWT module] Verification doesn't check if the JWT is expired (Issue #4007)

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
I tested with the next snippet and validation failed: ``` jwt_generate("../etc/rsa256-prv.pem", "RS256", "data='xyz';exp=1116239032"); xinfo("jwt: [$jwt(val)]\n"); if(jwt_verify("../etc/rsa256-pub.pem", "RS256", "data='xyz'", "$jwt(val)")) { xinfo("===

[sr-dev] Re: [kamailio/kamailio] Wrong Route header order in called party re-INVITE when using topos (Issue #3778)

2024-11-15 Thread Henning Westerholt via sr-dev
Reopened #3778. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3778#event-15315540707 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Mailing Li

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function immediately deletes the transaction. (Issue #4011)

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
Closed #4011 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4011#event-15315303218 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function immediately deletes the transaction. (Issue #4011)

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
Thanks for testing and reporting, it will be backported. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4011#issuecomment-2479429265 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] wolfssl: implicit declaration of function ‘wolfSSL_get_servername’ (Issue #4024)

2024-11-15 Thread Victor Seva via sr-dev
with libwolfssl-dev 5.7.2 (sid) there's no issue. ``` clang -fPIC -DPIC -pthread -m64 -DKSR_PTHREAD_MUTEX_SHARED -Wunused-variable -Wuninitialized -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/code=. -fstack-protector-strong -fstack-clash-protect

[sr-dev] [kamailio/kamailio] siputils: HOTFIX generated icid-value too short (PR #4026)

2024-11-15 Thread Eik Rentzow via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for mo

[sr-dev] Re: [kamailio/kamailio] [JWT module] Verification doesn't check if the JWT is expired (Issue #4007)

2024-11-15 Thread Lyuboslav Alexandrov via sr-dev
@miconda My bad. I was referring to the `exp` claim. _Note: Updated the issue._ -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4007#issuecomment-2478751353 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] xhttp_prom module with custom tags (Issue #4021)

2024-11-15 Thread Christian Berger via sr-dev
[kamailio_xhttp_prom_metrics_tags.patch.txt](https://github.com/user-attachments/files/17775120/kamailio_xhttp_prom_metrics_tags.patch.txt) I have made a little sketch here. It adds a new parameter xhttp_prom_tags. It is translated into two helper strings that make the creation of the metrics sim

[sr-dev] Re: [kamailio/kamailio] fedora 40: make[2]: --libs8: No such file or directory (Issue #4025)

2024-11-15 Thread Victor Seva via sr-dev
is pcre2-config installed ?? ``` root@32b359ba45c6:/code# command -v pcre2-config /usr/bin/pcre2-config root@32b359ba45c6:/code# pcre2-config --libs8 -lpcre2-8 ``` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4025#issuecomment-2478634292 You ar

[sr-dev] [kamailio/kamailio] fedora 40: make[2]: --libs8: No such file or directory (Issue #4025)

2024-11-15 Thread sergey-safarov via sr-dev
### Description During source compilation on Fedora 40 I see an error ``` [2024-11-15T10:13:57.497Z] make[3]: Entering directory '/root/rpmbuild/BUILD/kamailio-6.0.0-dev3/src/lib/srdb2' [2024-11-15T10:13:57.502Z] make[3]: 'libsrdb2.so.1.0' is up to date. [2024-11-15T10:13:57.502Z] make[3]: Leavin

[sr-dev] [kamailio/kamailio] wolfssl: implicit declaration of function ‘wolfSSL_get_servername’ (Issue #4024)

2024-11-15 Thread sergey-safarov via sr-dev
### Description On Fedora 40 present build error ``` [2024-11-15T10:16:57.955Z] LD (gcc) [M tls.so] tls.so [2024-11-15T10:16:58.083Z] sources = tls_cfg.c tls_config.c tls_ct_wrq.c tls_domain.c tls_init.c tls_rpc.c tls_select.c tls_server.c tls_util.c tls_verify.c tls_wolfssl_mod.c ,

[sr-dev] git:5.7:4ddd8de2: doc: update manpage with missing -B option [skip ci]

2024-11-15 Thread Victor Seva via sr-dev
Module: kamailio Branch: 5.7 Commit: 4ddd8de2d6c6a02a5c156d0505feb9164a7d5a3e URL: https://github.com/kamailio/kamailio/commit/4ddd8de2d6c6a02a5c156d0505feb9164a7d5a3e Author: Victor Seva Committer: Victor Seva Date: 2024-11-15T11:19:59+01:00 doc: update manpage with missing -B option [skip ci

[sr-dev] git:5.8:6816f992: doc: update manpage with missing -B option [skip ci]

2024-11-15 Thread Victor Seva via sr-dev
Module: kamailio Branch: 5.8 Commit: 6816f992696fe894b3a47cd511a59e1b5a0ed89b URL: https://github.com/kamailio/kamailio/commit/6816f992696fe894b3a47cd511a59e1b5a0ed89b Author: Victor Seva Committer: Victor Seva Date: 2024-11-15T11:18:46+01:00 doc: update manpage with missing -B option [skip ci

[sr-dev] git:master:77f03aab: doc: update manpage with missing -B option [skip ci]

2024-11-15 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 77f03aabd871dbf86c5106a93eb32ce67d7762bf URL: https://github.com/kamailio/kamailio/commit/77f03aabd871dbf86c5106a93eb32ce67d7762bf Author: Victor Seva Committer: Victor Seva Date: 2024-11-15T11:10:59+01:00 doc: update manpage with missing -B option [skip

[sr-dev] git:master:db267263: tm: backup/restor current T/branch for rpc reply commands

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: db2672636a9f029f624059eb6ef69db86a559ff1 URL: https://github.com/kamailio/kamailio/commit/db2672636a9f029f624059eb6ef69db86a559ff1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-11-15T09:44:54+01:00 tm: backup/restor curr

[sr-dev] git:master:ec30f583: tm: rpc_cancel() switch to get/set T/branch helpers

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ec30f5831ed3b6684715103b0242ed220e0159be URL: https://github.com/kamailio/kamailio/commit/ec30f5831ed3b6684715103b0242ed220e0159be Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-11-15T09:36:32+01:00 tm: rpc_cancel() switc

[sr-dev] git:master:027ca1b2: tm: small helper functions to get/set current T and branch

2024-11-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 027ca1b2e1d0857ac039ff8fee9fecadd88bbda0 URL: https://github.com/kamailio/kamailio/commit/027ca1b2e1d0857ac039ff8fee9fecadd88bbda0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-11-15T09:33:52+01:00 tm: small helper funct