mirror of
https://github.com/coturn/coturn.git
synced 2025-12-24 17:31:00 +01:00
Set new release version to 4.7.0 Updating minor version due to some breaking changes in options to enable more secure/robust configuration without additional flags (or relying on recommended conf file which people seem to skip during updates)
21 lines
305 B
JSON
21 lines
305 B
JSON
{
|
|
"name": "coturn",
|
|
"version-string": "4.7.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libevent",
|
|
"features": [ "openssl", "thread" ]
|
|
},
|
|
"openssl",
|
|
"sqlite3",
|
|
"libpq",
|
|
"hiredis",
|
|
"mongo-c-driver"
|
|
]
|
|
|
|
}
|