diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-24 20:25:14 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:18:30 -0800 |
| commit | 238dbfb0b146a094b385ee6b76a675fc629c0771 (patch) | |
| tree | c16b74a2ebd10cd7f00aa7aaa3e8fdcde4c1e3b3 /meta-multimedia | |
| parent | 0b0cbd4c3ce15bdaf7dc732f17fe20d9cfc26d85 (diff) | |
| download | meta-openembedded-238dbfb0b146a094b385ee6b76a675fc629c0771.tar.gz | |
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>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb (renamed from meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb index 9130b290b9..3e992c403b 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb | |||
| @@ -8,8 +8,8 @@ SECTION = "libs" | |||
| 8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=main;protocol=https" | 11 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_x_dev;protocol=https;tag=v${PV}" |
| 12 | SRCREV = "a566a9cfcd619e8327784aa7cff4a1276dc1e895" | 12 | SRCREV = "ee1a77c9f9dc02c42bda9901038c500c5efe4cfa" |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | PACKAGECONFIG ?= "" | 15 | PACKAGECONFIG ?= "" |
