Hello,
I am considering to release next week (likely on Monday, June 22) the next
minor version out of branch 5.3, respectively 5.3.5.
Should anyone be aware of issues not reported to the bug tracker or
commits for fixes in master not backported to 5.3 branch, let us know.
For new issues, the best is to report them on the tracker. For commits,
you can provide links/hashids or make pull requests.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Module: kamailio
Branch: 5.3
Commit: 0e9ccf0783570b3dabea1e97fddb234457d084b7
URL: https://github.com/kamailio/kamailio/commit/0e9ccf0783570b3dabea1e97fddb234…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-06-21T19:46:43+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/db_mysql/README
---
Diff: https://github.com/kamailio/kamailio/commit/0e9ccf0783570b3dabea1e97fddb234…
Patch: https://github.com/kamailio/kamailio/commit/0e9ccf0783570b3dabea1e97fddb234…
---
diff --git a/src/modules/db_mysql/README b/src/modules/db_mysql/README
index b8f3688b4b..739e3b7ca1 100644
--- a/src/modules/db_mysql/README
+++ b/src/modules/db_mysql/README
@@ -31,11 +31,11 @@ Daniel-Constantin Mierla
3.4. auto_reconnect (integer)
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
+ 3.7. opt_ssl_mode (integer)
- 4. opt_ssl_mode (integer)
- 5. Functions
- 6. Installation
- 7. Reading configuration from my.cnf
+ 4. Functions
+ 5. Installation
+ 6. Reading configuration from my.cnf
List of Examples
@@ -68,11 +68,11 @@ Chapter 1. Admin Guide
3.4. auto_reconnect (integer)
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
+ 3.7. opt_ssl_mode (integer)
- 4. opt_ssl_mode (integer)
- 5. Functions
- 6. Installation
- 7. Reading configuration from my.cnf
+ 4. Functions
+ 5. Installation
+ 6. Reading configuration from my.cnf
1. Overview
@@ -104,6 +104,7 @@ Chapter 1. Admin Guide
3.4. auto_reconnect (integer)
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
+ 3.7. opt_ssl_mode (integer)
3.1. ping_interval (integer)
@@ -184,7 +185,7 @@ modparam("db_mysql", "insert_delayed", 1)
modparam("db_mysql", "update_affected_found", 1)
...
-4. opt_ssl_mode (integer)
+3.7. opt_ssl_mode (integer)
Control how the connection to MySQL server is done in regards to
SSL/TLS. If set to 1, SSL/TLS mode is disabled.
@@ -208,11 +209,11 @@ modparam("db_mysql", "update_affected_found", 1)
modparam("db_mysql", "opt_ssl_mode", 1)
...
-5. Functions
+4. Functions
No function exported to be used from configuration file.
-6. Installation
+5. Installation
Because it depends on an external library, the mysql module is not
compiled and installed by default. You can use one of these options.
@@ -222,7 +223,7 @@ modparam("db_mysql", "opt_ssl_mode", 1)
* - from command line use: 'make all include_modules="db_mysql"; make
install include_modules="db_mysql"'.
-7. Reading configuration from my.cnf
+6. Reading configuration from my.cnf
In order to take into account specific mysql client options, a my.cnf
config group can be passed using the db_url module parameter. This is
Module: kamailio
Branch: master
Commit: e3cf23b11f2fef44f45aeffe28065f98f6eb105f
URL: https://github.com/kamailio/kamailio/commit/e3cf23b11f2fef44f45aeffe28065f9…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-06-21T19:46:24+02:00
modules: readme files regenerated - db_mysql ... [skip ci]
---
Modified: src/modules/db_mysql/README
---
Diff: https://github.com/kamailio/kamailio/commit/e3cf23b11f2fef44f45aeffe28065f9…
Patch: https://github.com/kamailio/kamailio/commit/e3cf23b11f2fef44f45aeffe28065f9…
---
diff --git a/src/modules/db_mysql/README b/src/modules/db_mysql/README
index a1425214eb..a09f5a0b4b 100644
--- a/src/modules/db_mysql/README
+++ b/src/modules/db_mysql/README
@@ -31,11 +31,11 @@ Daniel-Constantin Mierla
3.4. auto_reconnect (integer)
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
+ 3.7. opt_ssl_mode (integer)
- 4. opt_ssl_mode (integer)
- 5. Functions
- 6. Installation
- 7. Reading configuration from my.cnf
+ 4. Functions
+ 5. Installation
+ 6. Reading configuration from my.cnf
List of Examples
@@ -68,11 +68,11 @@ Chapter 1. Admin Guide
3.4. auto_reconnect (integer)
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
+ 3.7. opt_ssl_mode (integer)
- 4. opt_ssl_mode (integer)
- 5. Functions
- 6. Installation
- 7. Reading configuration from my.cnf
+ 4. Functions
+ 5. Installation
+ 6. Reading configuration from my.cnf
1. Overview
@@ -104,6 +104,7 @@ Chapter 1. Admin Guide
3.4. auto_reconnect (integer)
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
+ 3.7. opt_ssl_mode (integer)
3.1. ping_interval (integer)
@@ -184,7 +185,7 @@ modparam("db_mysql", "insert_delayed", 1)
modparam("db_mysql", "update_affected_found", 1)
...
-4. opt_ssl_mode (integer)
+3.7. opt_ssl_mode (integer)
Control how the connection to MySQL server is done in regards to
SSL/TLS. If set to 1, SSL/TLS mode is disabled.
@@ -208,11 +209,11 @@ modparam("db_mysql", "update_affected_found", 1)
modparam("db_mysql", "opt_ssl_mode", 1)
...
-5. Functions
+4. Functions
No function exported to be used from configuration file.
-6. Installation
+5. Installation
Because it depends on an external library, the mysql module is not
compiled and installed by default. You can use one of these options.
@@ -222,7 +223,7 @@ modparam("db_mysql", "opt_ssl_mode", 1)
* - from command line use: 'make all include_modules="db_mysql"; make
install include_modules="db_mysql"'.
-7. Reading configuration from my.cnf
+6. Reading configuration from my.cnf
In order to take into account specific mysql client options, a my.cnf
config group can be passed using the db_url module parameter. This is
This appears in README as its own section 4. Should it be among other parameters as a section 3 subsection?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/f012c525264ed05fec2acb4b3924d4b…
Module: kamailio
Branch: 5.3
Commit: 681cb57e66f74634b2c8d32fa989f2c7314cc412
URL: https://github.com/kamailio/kamailio/commit/681cb57e66f74634b2c8d32fa989f2c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-06-19T15:31:22+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/db_mysql/README
---
Diff: https://github.com/kamailio/kamailio/commit/681cb57e66f74634b2c8d32fa989f2c…
Patch: https://github.com/kamailio/kamailio/commit/681cb57e66f74634b2c8d32fa989f2c…
---
diff --git a/src/modules/db_mysql/README b/src/modules/db_mysql/README
index e78a7d1c86..b8f3688b4b 100644
--- a/src/modules/db_mysql/README
+++ b/src/modules/db_mysql/README
@@ -32,9 +32,10 @@ Daniel-Constantin Mierla
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
- 4. Functions
- 5. Installation
- 6. Reading configuration from my.cnf
+ 4. opt_ssl_mode (integer)
+ 5. Functions
+ 6. Installation
+ 7. Reading configuration from my.cnf
List of Examples
@@ -44,9 +45,10 @@ Daniel-Constantin Mierla
1.4. Set auto_reconnect parameter
1.5. Set insert_delayed parameter
1.6. Set update_affected_found parameter
- 1.7. Set a my.cnf group in db_url parameter
- 1.8. Adding a kamailio group to my.cnf
- 1.9. Using [client] and specific group
+ 1.7. Set opt_ssl_mode parameter
+ 1.8. Set a my.cnf group in db_url parameter
+ 1.9. Adding a kamailio group to my.cnf
+ 1.10. Using [client] and specific group
Chapter 1. Admin Guide
@@ -67,9 +69,10 @@ Chapter 1. Admin Guide
3.5. insert_delayed (integer)
3.6. update_affected_found (integer)
- 4. Functions
- 5. Installation
- 6. Reading configuration from my.cnf
+ 4. opt_ssl_mode (integer)
+ 5. Functions
+ 6. Installation
+ 7. Reading configuration from my.cnf
1. Overview
@@ -181,11 +184,35 @@ modparam("db_mysql", "insert_delayed", 1)
modparam("db_mysql", "update_affected_found", 1)
...
-4. Functions
+4. opt_ssl_mode (integer)
+
+ Control how the connection to MySQL server is done in regards to
+ SSL/TLS. If set to 1, SSL/TLS mode is disabled.
+
+ The 'include/mysql.h' starting with MySQL 5.7.11 defines the values for
+ this option as enum: 'mysql_ssl_mode { SSL_MODE_DISABLED=1,
+ SSL_MODE_PREFERRED, SSL_MODE_REQUIRED, SSL_MODE_VERIFY_CA,
+ SSL_MODE_VERIFY_IDENTITY}'.
+
+ Note: if the value of this parameter is 1, it enforces
+ SSL_MODE_DISABLED, any other value is passed to the mysql_options(),
+ not checking if it is defined.
+
+ Note: this option is supported only by libmysqlclient, not by
+ libmariadbclient.
+
+ Default value is 0 (0 - off).
+
+ Example 1.7. Set opt_ssl_mode parameter
+...
+modparam("db_mysql", "opt_ssl_mode", 1)
+...
+
+5. Functions
No function exported to be used from configuration file.
-5. Installation
+6. Installation
Because it depends on an external library, the mysql module is not
compiled and installed by default. You can use one of these options.
@@ -195,7 +222,7 @@ modparam("db_mysql", "update_affected_found", 1)
* - from command line use: 'make all include_modules="db_mysql"; make
install include_modules="db_mysql"'.
-6. Reading configuration from my.cnf
+7. Reading configuration from my.cnf
In order to take into account specific mysql client options, a my.cnf
config group can be passed using the db_url module parameter. This is
@@ -207,12 +234,12 @@ modparam("db_mysql", "update_affected_found", 1)
* mysql://user:pass@[group]/db
* mysql://[group]/db
- Example 1.7. Set a my.cnf group in db_url parameter
+ Example 1.8. Set a my.cnf group in db_url parameter
...
modparam("usrloc", "db_url", "mysql://[kamailio]/kamailio)
...
- Example 1.8. Adding a kamailio group to my.cnf
+ Example 1.9. Adding a kamailio group to my.cnf
...
[kamailio]
socket = /path/to/mysql.sock
@@ -226,7 +253,7 @@ default-character-set = utf8
both your specific group and the client group, then the value is taken
from the last one.
- Example 1.9. Using [client] and specific group
+ Example 1.10. Using [client] and specific group
...
[client]
socket = /var/run/mysql/mysqld.sock