<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/rtpproxy/patches, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/'/>
<updated>2025-11-20T11:59:39Z</updated>
<entry>
<title>rtpproxy: bump to version 2025-11-04</title>
<updated>2025-11-20T11:59:39Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-20T11:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=fcff90abe174111dbdab3ed3f98aef77230f077f'/>
<id>urn:sha1:fcff90abe174111dbdab3ed3f98aef77230f077f</id>
<content type='text'>
Bump rtpproxy to version 2025-11-04. Each downstream patch got merged
and this fix the current compilation error with recvfromto.

rtpp_socket.c: In function 'rtpp_socket_rtp_recv':
rtpp_socket.c:262:31: error: passing argument 5 of 'recvfromto' from incompatible pointer type [-Wincompatible-pointer-types]
  262 |       sstosa(&amp;packet-&gt;raddr), &amp;packet-&gt;rlen, sstosa(&amp;packet-&gt;_laddr), &amp;llen,
      |                               ^~~~~~~~~~~~~
      |                               |
      |                               socklen_t * {aka unsigned int *}
In file included from rtpp_socket.c:45:
rtpp_network.h:56:3: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'socklen_t *' {aka 'unsigned int *'}
   56 |   size_t *, struct sockaddr *, size_t *, struct timeval *);
      |   ^~~~~~~~

2 new trivial pending patch (proposed upstream) are now required to
permit correct compilation.

This bump from 2.x to 3.x but checking the changlog no breaking change
should be triggered by this version jump.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpproxy: add build fix</title>
<updated>2021-11-28T17:18:16Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-11-28T17:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=10b7fcd4d11e55d1bdb7e9eb60c3aff1f6cbe7dd'/>
<id>urn:sha1:10b7fcd4d11e55d1bdb7e9eb60c3aff1f6cbe7dd</id>
<content type='text'>
- add upstream build fix related to libsrtp version bump
- switch to $(AUTORELEASE)
- refresh patch

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: fix RTP crypto setup</title>
<updated>2019-10-05T08:20:29Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-05T08:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=20da222b606a8ead6e84ff56dbaefdaaf454aca6'/>
<id>urn:sha1:20da222b606a8ead6e84ff56dbaefdaaf454aca6</id>
<content type='text'>
Compile fails when both libsrtp and libsrtp2 are available. Patch sent
upstream.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: update to current snapshot</title>
<updated>2019-10-02T19:22:47Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-02T19:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=6280803f1cd5ca664f5fb9fb4ac6ecedc3b5ba3c'/>
<id>urn:sha1:6280803f1cd5ca664f5fb9fb4ac6ecedc3b5ba3c</id>
<content type='text'>
Upstream accepted OpenWrt patches, so most can be removed.

Other changes:

- version handling changed to use PKG_SOURCE_DATE and PKG_SOURCE_VERSION
  as per OpenWrt package policies [1]
- ./files/rtpproxy.config renamed to ./files/rtpproxy.conf also as per
  OpenWrt package policies [1]
- no longer needed Makefile variables dropped (PKG_SOURCE_SUBDIR etc.)
- PKG_CHECK_FORMAT_SECURITY:=0 dropped, patch for that upstreamed as
  well
- PKG_BUILD_PARALLEL:=1 added
- PKG_LICENSE_FILES updated
- dropped bcg729 deactivation hack (fixed by adding bcg729 pkg-config
  file in other commit)
- dependency on libatomic now required
- updated rtpproxy-mod-acct-csv TITLE
- added --without-xsltproc to CONFIGURE_ARGS to prevent build failure
- added new module rtpproxy-mod-acct-rtcp-hep
- added utilities extractaudio and makeann
- updated patch to prevent debug build of rtpp_acct_rtcp_hep

[1] https://openwrt.org/docs/guide-developer/package-policies

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>net/rtpproxy: bump to 2.1.0</title>
<updated>2018-02-17T09:11:35Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-17T09:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a4462a7432c93a8ee48575b5d977382e0b7badad'/>
<id>urn:sha1:a4462a7432c93a8ee48575b5d977382e0b7badad</id>
<content type='text'>
- Version bump
- Refresh debug-disable patch
- Add patch to add missing includes to fix:

    rtpp_record.c: In function 'rtpp_record_open':
    rtpp_record.c:228:62: error: 'DEFFILEMODE' undeclared (first use in this function)
         rrc-&gt;fd = open(rrc-&gt;spath, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE);
                                                                  ^

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: fix build on musl</title>
<updated>2015-06-24T11:48:30Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-06-24T11:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=d1c2023088259e0455f1dc86f074e250171c6625'/>
<id>urn:sha1:d1c2023088259e0455f1dc86f074e250171c6625</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
