libsrtp: upgrade 2.5.0 -> 2.7.0

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-24 20:25:14 +01:00 committed by Khem Raj
parent 0b0cbd4c3c
commit 238dbfb0b1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 ?= ""