<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/coturn, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/'/>
<updated>2024-11-06T17:54:12Z</updated>
<entry>
<title>Remove maintainer</title>
<updated>2024-11-06T17:54:12Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2024-11-06T17:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a'/>
<id>urn:sha1:81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a</id>
<content type='text'>
As requested on openwrt-devel in October 2024 [1], remove maintainer,
including any copyright lines.

[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>coturn: update to 4.6.2</title>
<updated>2024-04-26T22:46:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-04-26T22:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=ba31f7c744551ea96bb7f4c638437ca48744a114'/>
<id>urn:sha1:ba31f7c744551ea96bb7f4c638437ca48744a114</id>
<content type='text'>
Remove upstreamed patch.

Switch to local tarballs. Smaller.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>coturn: update to 4.6.1</title>
<updated>2023-02-10T21:20:35Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2023-02-09T18:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=26bb868229df32082ae8be75d8e54ac1c9a2f771'/>
<id>urn:sha1:26bb868229df32082ae8be75d8e54ac1c9a2f771</id>
<content type='text'>
Added a patch from Gentoo that brings compatiblity with OpenSSL 3.0.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>coturn: use return in init script</title>
<updated>2022-11-08T20:13:05Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-11-08T20:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=ebfad751c7c2623128d7eb64cc89309e86e71eda'/>
<id>urn:sha1:ebfad751c7c2623128d7eb64cc89309e86e71eda</id>
<content type='text'>
"start_service()" is a function, hence "return" should be used instead
of "exit".

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>coturn: fix build on macos</title>
<updated>2022-02-01T16:49:03Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-02-01T16:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=ba23b92974db49fd7a32437e1aedd87d4cc75069'/>
<id>urn:sha1:ba23b92974db49fd7a32437e1aedd87d4cc75069</id>
<content type='text'>
coturn build fails on macos due using `ar -r` by default, but macos
system `ar` is not compatible with the objects generated by OpenWrt
GCC toolchain.

This patch redefines ARCHIVERCMD="$(TARGET_AR) -r" to make it possible
to build coturn on macos build host.

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>coturn: improve reproducibility (Ubuntu build host fix)</title>
<updated>2022-02-01T16:26:38Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-02-01T16:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=8a4daac339156695a32aa0207c154ed17fb2f811'/>
<id>urn:sha1:8a4daac339156695a32aa0207c154ed17fb2f811</id>
<content type='text'>
coturn package is reproducible unless the build OS is Ubuntu

coturn configure script detects Ubuntu build host([1]) and changes
compilation flags so produced OpenWrt binaries are different on
Ubuntu and any other build OS (e.g. Debian). It might be necessary
for native build but this check is not valid for cross-compiling.

This patch set LIBEV_OK=1 to generate the same binaries on Ubuntu
and other build OS

Refs:
[1] https://github.com/coturn/coturn/blob/upstream/4.5.2/configure#L426-L435

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>coturn: add patch for not linking libintl</title>
<updated>2021-12-30T21:23:12Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-12-25T19:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=f2a745c472c71500836a19c4db51960a0d3412b7'/>
<id>urn:sha1:f2a745c472c71500836a19c4db51960a0d3412b7</id>
<content type='text'>
If there is enabled CONFIG_BUILD_NLS, coturn can not be compiled.
It fails with the following error:

Package coturn is missing dependencies for the following libraries:
libintl.so.8

But thanks to @micmac1, it was realized that libintl
is not used anywhere in coturn, that's why there was sent PR to upstream.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>coturn: add /etc/turnserver to conffiles</title>
<updated>2021-12-19T11:59:35Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-12-19T11:59:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=893f8d72a8ffee9132bae55ab147ae01e285d4aa'/>
<id>urn:sha1:893f8d72a8ffee9132bae55ab147ae01e285d4aa</id>
<content type='text'>
If turndb it created in this folder it should be saved during
sysupgrade.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>coturn: new package</title>
<updated>2021-12-08T15:58:44Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-12-06T23:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=ceec95d92d85d94f5907b8dd34d8ac5ad46dff65'/>
<id>urn:sha1:ceec95d92d85d94f5907b8dd34d8ac5ad46dff65</id>
<content type='text'>
This is meant as a replacement for restund.

By default, sqlite3 support is enabled. The DBs to use can be freely
changed in menuselect, though. sqlite3 is enabled by default as it is
the upstream default DB.

The package installs turnserver, which includes an init script. Options
can be set via /etc/config/turnserver and /etc/turnserver.conf.

turnserver is started as root and later drops privileges to user/group
turnserver/turnserver.

DB schemas etc. get installed to /usr/share/coturn. The default DB path
is set to /etc/turnserver, to avoid volatile /var on OpenWrt.
/etc/turnserver is created and permissions are automatically set to only
allow access for user turnserver (done via fakeroot).

The utilities coturn provides are installed as well.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
