Module: kamailio
Branch: master
Commit: bcb37da492fad5c6811784370cfd25cb5efdcf64
URL: https://github.com/kamailio/kamailio/commit/bcb37da492fad5c6811784370cfd25c…
Author: S-P Chan <shihping.chan(a)gmail.com>
Committer: S-P Chan <shihping.chan(a)gmail.com>
Date: 2022-12-19T12:05:04+08:00
tlsa: add clarification comment about LIBSSL_STATIC_SRCPATH
* if LIBSSL_STATIC_SRCPATH is set to the installation folder
of libssl.a and libcrypto.a,
then headers will be in $…
[View More]LIBSSL_STATIC_SRCPATH/../include
* this covers the case where tlsa is built on a system with a local
installation of OpenSSL without the source code available
---
Modified: src/modules/tlsa/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/bcb37da492fad5c6811784370cfd25c…
Patch: https://github.com/kamailio/kamailio/commit/bcb37da492fad5c6811784370cfd25c…
---
diff --git a/src/modules/tlsa/Makefile b/src/modules/tlsa/Makefile
index 528c983b15..28b5c2692d 100644
--- a/src/modules/tlsa/Makefile
+++ b/src/modules/tlsa/Makefile
@@ -10,7 +10,9 @@ NAME=tlsa.so
# set to yes when wanting to link with static libraries compiled from source
LIBSSL_STATIC_SRCLIB ?= no
-# set to the path of the folder with static libraries compiled from source
+# set to the path of the folder with static libraries compiled from source;
+# can also be the folder where static OpenSSL libraries are installed
+# in which case headers are expected to be in $LIBSSL_STATIC_SRCPATH/../include
LIBSSL_STATIC_SRCPATH ?= /usr/local/src/openssl
# or set to the path where the static libraries are installed, for example:
# LIBSSL_STATIC_SRCPATH ?= /usr/lib/x86_64-linux-gnu/
[View Less]
Module: kamailio
Branch: 5.5
Commit: 3d45b091a6983694fbd440ab2f33f1b7abe8f6a1
URL: https://github.com/kamailio/kamailio/commit/3d45b091a6983694fbd440ab2f33f1b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-12-18T11:17:05+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/registrar/README
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]3d45b091a6983694fbd440ab2f33f1b…
Patch: https://github.com/kamailio/kamailio/commit/3d45b091a6983694fbd440ab2f33f1b…
---
diff --git a/src/modules/registrar/README b/src/modules/registrar/README
index 83830b5885..d146d62bba 100644
--- a/src/modules/registrar/README
+++ b/src/modules/registrar/README
@@ -1105,7 +1105,7 @@ lookup_branches("location");
4.5. registered(domain [, uri [, match_option [, match_action]]])
The function returns true if the AOR in the URI is registered, false
- otherwise. The function does not modify the message being process, it
+ otherwise. The function does not modify the message being processed, it
neither rewrites the Request-URI if a contact is found nor append
branches. If uri parameter is not provided, then it considered to be
the Request-URI for SIP requests and To-URI for SIP replies.
[View Less]