From 238dbfb0b146a094b385ee6b76a675fc629c0771 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 24 Dec 2025 20:25:14 +0100 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-support/libsrtp/libsrtp_2.5.0.bb | 19 ------------------- .../recipes-support/libsrtp/libsrtp_2.7.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb create mode 100644 meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb (limited to 'meta-multimedia') diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb deleted file mode 100644 index 9130b290b9..0000000000 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Library implementing Secure RTP (RFC 3711)" -DESCRIPTION = "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), \ - the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \ - is documented in include/srtp.h, and the library is in libsrtp2.a (after compilation)." -HOMEPAGE = "https://github.com/cisco/libsrtp" -BUGTRACKER = "https://github.com/cisco/libsrtp/issues" -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" - - -PACKAGECONFIG ?= "" -PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl" -PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss" - -inherit meson pkgconfig diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb new file mode 100644 index 0000000000..3e992c403b --- /dev/null +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.7.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "Library implementing Secure RTP (RFC 3711)" +DESCRIPTION = "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), \ + the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \ + is documented in include/srtp.h, and the library is in libsrtp2.a (after compilation)." +HOMEPAGE = "https://github.com/cisco/libsrtp" +BUGTRACKER = "https://github.com/cisco/libsrtp/issues" +SECTION = "libs" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" + +SRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_x_dev;protocol=https;tag=v${PV}" +SRCREV = "ee1a77c9f9dc02c42bda9901038c500c5efe4cfa" + + +PACKAGECONFIG ?= "" +PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl" +PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss" + +inherit meson pkgconfig -- cgit v1.2.3-54-g00ecf