<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/libs/libsrtp, 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-22T08:40:34Z</updated>
<entry>
<title>libs/libsrtp: assign PKG_CPE_ID</title>
<updated>2025-11-22T08:40:34Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2025-09-17T07:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=74b71c2b9d0305dea42a96c965ecf3a8047a5201'/>
<id>urn:sha1:74b71c2b9d0305dea42a96c965ecf3a8047a5201</id>
<content type='text'>
cpe:/a:cisco:libsrtp is the correct CPE ID for libsrtp:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cisco:libsrtp

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsrtp: update to 2.6.0</title>
<updated>2024-04-26T22:47:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-04-26T22:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=a623e1aaf5aaf688ff2ad9c81edafe583ef8d62e'/>
<id>urn:sha1:a623e1aaf5aaf688ff2ad9c81edafe583ef8d62e</id>
<content type='text'>
Switch to local tarballs. Smaller.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace AUTORELEASE with real PKG_RELEASE</title>
<updated>2023-07-18T20:41:35Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2023-07-18T02:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=87275752df267cf8e6a05de272e29e92836bb9ca'/>
<id>urn:sha1:87275752df267cf8e6a05de272e29e92836bb9ca</id>
<content type='text'>
Based on Paul Fertser &lt;fercerpav@gmail.com&gt;'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>libsrtp: use OpenSSL</title>
<updated>2022-04-30T16:14:42Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-04-30T15:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=9b9ef7ff8442265ef17d956eedb25cc409a39aad'/>
<id>urn:sha1:9b9ef7ff8442265ef17d956eedb25cc409a39aad</id>
<content type='text'>
Use OpenSSL instead of the internal crypto backend. Everything in
OpenWrt that links to libsrtp2 depends on OpenSSL anyway.

Upsides:

  - the libsrtp2 package size shrinks a bit (for example from 35 to 24
    KiB on ath79)
  - allows to use more cipher suites
  - may allow for hardware acceleration

Closes #763

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libsrtp: bump to 2.4.2</title>
<updated>2021-11-28T17:14:12Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-11-28T17:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=7e8ee8ac26c3d2c8a0bf7013c1b643af4186fb07'/>
<id>urn:sha1:7e8ee8ac26c3d2c8a0bf7013c1b643af4186fb07</id>
<content type='text'>
- switch to $(AUTORELEASE)
- update upstream URL
- add ABI_VERSION
- drop patch that is included upstream

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libsrtp2: move folder, bump to 2.3.0</title>
<updated>2020-10-03T17:00:01Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-10-03T16:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=a85ce8450a3167c12918d5ebfb626ad3efeb5aea'/>
<id>urn:sha1:a85ce8450a3167c12918d5ebfb626ad3efeb5aea</id>
<content type='text'>
Bump to upstream release 2.3.0. Move folder and change PKG_NAME so that
we don't have to deal with how github names the tar.gz archive.

Also, don't install the libsrtp2.so symlink anymore on target, as it is
not required and only used in staging.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libsrtp: remove</title>
<updated>2020-10-03T16:54:32Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-10-03T16:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=a16e2d69dbf36bb3601002568e4c4ad5e73e1d31'/>
<id>urn:sha1:a16e2d69dbf36bb3601002568e4c4ad5e73e1d31</id>
<content type='text'>
Nothing in this repo nor in packages depends on libsrtp anymore. This
removes it from the tree.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libsrtp: install additional symlink</title>
<updated>2018-02-24T09:51:19Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-24T09:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=07bd27da7729a3f34740cf47d21b2b16b709c596'/>
<id>urn:sha1:07bd27da7729a3f34740cf47d21b2b16b709c596</id>
<content type='text'>
Makes sure that the libsrtp.so symlink gets installed on the target
devices as well.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libsrtp: remove $(FPIC) from TARGET_CFLAGS</title>
<updated>2018-02-24T09:49:45Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-24T09:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=4c8e05237434c36e4a28dae01e4c6b26078d64ca'/>
<id>urn:sha1:4c8e05237434c36e4a28dae01e4c6b26078d64ca</id>
<content type='text'>
bgg729 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libsrtp build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libsrtp: add PKG_MIRROR_HASH</title>
<updated>2018-01-20T19:27:08Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-01-20T19:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=cb4ad59cdffd3113782c5ef8ac9c49d0de2837e6'/>
<id>urn:sha1:cb4ad59cdffd3113782c5ef8ac9c49d0de2837e6</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
