<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/rtpengine/patches, 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>2025-11-21T14:44:10Z</updated>
<entry>
<title>rtpengine: add patch fixing compilation error for pthread tid</title>
<updated>2025-11-21T14:44:10Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-21T14:44:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=f4c73b0482c3a169d99cf8575b35b6e3c3512ded'/>
<id>urn:sha1:f4c73b0482c3a169d99cf8575b35b6e3c3512ded</id>
<content type='text'>
Add patch fixing compilation error for wrong pthread tid init.

While at it also renumber the patch to to follow the pattern of 1xx for
downstream patch.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpengine: bump to 11.5.1.49</title>
<updated>2025-11-20T11:03:58Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-20T11:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=a5c29c23f017a3dcf9b5a919939f150febcf9141'/>
<id>urn:sha1:a5c29c23f017a3dcf9b5a919939f150febcf9141</id>
<content type='text'>
Bump rtengine package to 11.5.1.49. This is needed to fix compilation
error on new kernel 6.12 that added a new scope variable to
ip_route_output.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpengine: bump to 11.5.1.12 release and set PCRE2</title>
<updated>2023-11-03T14:47:59Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-02T22:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=ed8d33050400aa9438b70de3b96e74942143339b'/>
<id>urn:sha1:ed8d33050400aa9438b70de3b96e74942143339b</id>
<content type='text'>
Bump rtpengine to release 11.5.1.12.

New 11.x release require libopus as a new library and also moved to
PCRE2 library.

Refresh patches and also introduce a new one to disable docs as they
changed doc generation tool and now would require a new prereq and docs
are not useful and would waste space on an embedded scenario.

For recording module libcurl is also now required.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpengine: add patch fixing compilation warning for kernel module</title>
<updated>2023-05-12T17:42:31Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-05-12T17:41:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=f265a9399173dd9cf705c298652816e4fb948714'/>
<id>urn:sha1:f265a9399173dd9cf705c298652816e4fb948714</id>
<content type='text'>
Add patch fixing compilation warning for kernel module.
Always dynamically allocate buffer for proc_control_read_write.
Fix compilation warning:
/builder/shared-workdir/build/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/rtpengine-no-transcode/rtpengine-mr10.5.2.6/kernel-module/xt_RTPENGINE.c: In function 'proc_control_read_write':
/builder/shared-workdir/build/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/rtpengine-no-transcode/rtpengine-mr10.5.2.6/kernel-module/xt_RTPENGINE.c:3573:1: error: the frame size of 1272 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
 3573 | }
      | ^

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpengine: bump to 10.5.2.6</title>
<updated>2022-10-14T22:51:28Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-10-14T22:51:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=432432458a480e1231ae804c0aecfdb5f27f0db8'/>
<id>urn:sha1:432432458a480e1231ae804c0aecfdb5f27f0db8</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpengine: fix compilation with iptables 1.8.8</title>
<updated>2022-06-08T19:14:51Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-06-07T22:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=2d9385f120438c5af3196f321a92b16f8c14e174'/>
<id>urn:sha1:2d9385f120438c5af3196f321a92b16f8c14e174</id>
<content type='text'>
The extension handling changed [0,1]. Fix compilation with iptables
1.8.8 [2].

[0] - https://git.netfilter.org/iptables/commit/?id=ef108943f69a6e20533d58823740d3f0534ea8ec
[1] - https://git.netfilter.org/iptables/commit/?id=6c689b639cf8e2aeced8685eca2915892d76ad86
[2] - https://github.com/openwrt/openwrt/pull/9886

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>rtpengine: bump to LTS version 9.5.1.3</title>
<updated>2021-08-29T10:34:46Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-08-28T23:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=d39dc8128717c2e0ebce7830c256177ab2f45503'/>
<id>urn:sha1:d39dc8128717c2e0ebce7830c256177ab2f45503</id>
<content type='text'>
This

 - updates the dependencies
 - makes rtpengine use spandsp3 (it supports this version now)
 - fixes /etc/modules.d/ipt-rtpengine (needs user and group ids instead
   of names)
 - adds user as well when kmod is installed so that abovementioned user
   and group ids are available
 - adds /etc/modules.d/ipt-rtpengine to conffiles
 - removes 01-cflags.patch since upstream fixed the flag handling
 - removes 200-openssl-deprecated.patch as it was integrated upstream

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpengine: update to 8.5.3.2</title>
<updated>2021-02-14T09:29:52Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-02-14T09:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=78624e5c5c377f4486fad75d84aaef56f33f05c9'/>
<id>urn:sha1:78624e5c5c377f4486fad75d84aaef56f33f05c9</id>
<content type='text'>
02-pcap.patch no longer needed, it's included in upstream release.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpengine: bump to 8.5.3.1</title>
<updated>2021-01-23T11:05:22Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-01-23T11:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=71bf69c27d4f7b4ff12283d53fff2c6ffad45138'/>
<id>urn:sha1:71bf69c27d4f7b4ff12283d53fff2c6ffad45138</id>
<content type='text'>
In other news:

 - removes "mr" from version
 - refreshes patches/02-pcap.patch

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpengine: fix compilation with newer pcap</title>
<updated>2021-01-05T23:35:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-04T02:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=63508ca6d88d8092af69105911cb4e9922c36e69'/>
<id>urn:sha1:63508ca6d88d8092af69105911cb4e9922c36e69</id>
<content type='text'>
Backport upstream patch fixing this issue.

Remove uClibc-ng patch as it's no longer in the tree.

Refresh patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
