similarity index 84%
rename from meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb
rename to meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb
@@ -8,8 +8,8 @@ SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1"
-SRC_URI = "git://github.com/cisco/libsrtp.git;branch=main;protocol=https"
-SRCREV = "a566a9cfcd619e8327784aa7cff4a1276dc1e895"
+SRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_x_dev;protocol=https;tag=v${PV}"
+SRCREV = "ee1a77c9f9dc02c42bda9901038c500c5efe4cfa"
PACKAGECONFIG ?= ""
Changelog: 2.7.0: - Fix function signature mismatch for srtp_remove_stream - Fix srtp_unprotect_rtcp_mki when RTP auth != RTCP 2.6.0: - remove use of pointers to 32bit values - Cleaning up cmake and enabled more warnings. - start using const on internal arguments - Some srtp_driver fixes - remove travis reference from README.md - meson.build: implement mbedtls support - iv length is constant so set only once - Add x86 SIMD optimizations to crypto datatypes - Add a missing typedef for stream list ctx - cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option - cmake: Support configuring as subproject Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- .../libsrtp/{libsrtp_2.5.0.bb => libsrtp_2.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-support/libsrtp/{libsrtp_2.5.0.bb => libsrtp_2.7.0.bb} (84%)