diff mbox series

[meta-multimedia,PATCHv2] libsrtp: upgrade 2.4.2 -> 2.5.0

Message ID 20231112070940.15457-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-multimedia,PATCHv2] libsrtp: upgrade 2.4.2 -> 2.5.0 | expand

Commit Message

Alper Ak Nov. 12, 2023, 7:09 a.m. UTC
Changelog

-Make mbedtls hmac less restrictive in line with RFC and library capabilities
-Allow overriding stream list implementation
-update min openssl version to 1.1.0
-Openssl 3 support for EVP MAC
-Add android build to CI
-add CIFuzz Github action to workflows
-Add policy_set_aes_cm_192_xxx symbols to def file
-Use current directions in stream update test
-Call `set_aad` and `get_tag` in AEAD performance tests
-Create alias for srtp2 as libSRTP::srtp2
-Remove compatibility code for legacy OpenSSL to fix LibreSSL build
-Export CMake Targets
-Avoid initializing local char table when converting nibble to hex
-EVP_CIPHER_CTX_cleanup() is deprecated in OpenSSL 1.1.0
-Correct null cipher key sizes and be more defensive
-Include directory should point to 'include' not to 'include/srtp2'
-Count blocks instead of bytes in AES-ICM limit computation
-Rtp decoder support ssrc and roc
-Use a full-length key even with null ciphers
-Fix set ROC functionality with gcm

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 I fixed my typo in subject. updrade -> upgrade

 .../libsrtp/{libsrtp_2.4.2.bb => libsrtp_2.5.0.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-multimedia/recipes-support/libsrtp/{libsrtp_2.4.2.bb => libsrtp_2.5.0.bb} (85%)

Comments

Khem Raj Nov. 13, 2023, 6:33 p.m. UTC | #1
On Sun, 12 Nov 2023 10:09:40 +0300, alperak wrote:
> Changelog
> 
> -Make mbedtls hmac less restrictive in line with RFC and library capabilities
> -Allow overriding stream list implementation
> -update min openssl version to 1.1.0
> -Openssl 3 support for EVP MAC
> -Add android build to CI
> -add CIFuzz Github action to workflows
> -Add policy_set_aes_cm_192_xxx symbols to def file
> -Use current directions in stream update test
> -Call `set_aad` and `get_tag` in AEAD performance tests
> -Create alias for srtp2 as libSRTP::srtp2
> -Remove compatibility code for legacy OpenSSL to fix LibreSSL build
> -Export CMake Targets
> -Avoid initializing local char table when converting nibble to hex
> -EVP_CIPHER_CTX_cleanup() is deprecated in OpenSSL 1.1.0
> -Correct null cipher key sizes and be more defensive
> -Include directory should point to 'include' not to 'include/srtp2'
> -Count blocks instead of bytes in AES-ICM limit computation
> -Rtp decoder support ssrc and roc
> -Use a full-length key even with null ciphers
> -Fix set ROC functionality with gcm
> 
> [...]

Applied, thanks!

[1/1] libsrtp: upgrade 2.4.2 -> 2.5.0
      commit: 930b556ff2e1266786f366fdb58b60d203f5b6a8

Best regards,
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb
similarity index 85%
rename from meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb
rename to meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb
index b17e4767b..d1cbe0f59 100644
--- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb
+++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.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=2_4_x_throttle;protocol=https"
-SRCREV = "90d05bf8980d16e4ac3f16c19b77e296c4bc207b"
+SRC_URI = "git://github.com/cisco/libsrtp.git;branch=main;protocol=https"
+SRCREV = "a566a9cfcd619e8327784aa7cff4a1276dc1e895"
 
 S = "${WORKDIR}/git"