update to libsrtp-2.8.0

This commit is contained in:
sthen
2026-03-17 14:53:58 +00:00
parent 05166d12f9
commit dfb0badd77
4 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -2,10 +2,9 @@ COMMENT= secure RTP library
GH_ACCOUNT= cisco
GH_PROJECT= libsrtp
GH_TAGNAME= v2.7.0
REVISION= 0
GH_TAGNAME= v2.8.0
SHARED_LIBS= srtp2 6.0
SHARED_LIBS= srtp2 6.1
CATEGORIES= security telephony
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (libsrtp-2.7.0.tar.gz) = VPrLFyelV8Kna5EZTcstCkU6r44tDLvx48KEjDI+KK0=
SIZE (libsrtp-2.7.0.tar.gz) = 640869
SHA256 (libsrtp-2.8.0.tar.gz) = 0SPc/1xW1PGpAG8rMR6pmoUBbL87sksQB4hdQiI324U=
SIZE (libsrtp-2.8.0.tar.gz) = 646459
@@ -5,7 +5,7 @@ https://gitlab.linphone.org/BC/public/external/srtp/-/commit/c48e27278e656dc4b88
Index: include/srtp.h
--- include/srtp.h.orig
+++ include/srtp.h
@@ -684,6 +684,31 @@ srtp_err_status_t srtp_update_stream(srtp_t session,
@@ -685,6 +685,31 @@ srtp_err_status_t srtp_update_stream(srtp_t session,
const srtp_policy_t *policy);
/**
+1 -1
View File
@@ -5,7 +5,7 @@ https://gitlab.linphone.org/BC/public/external/srtp/-/commit/c48e27278e656dc4b88
Index: srtp/srtp.c
--- srtp/srtp.c.orig
+++ srtp/srtp.c
@@ -2947,6 +2947,19 @@ srtp_err_status_t srtp_dealloc(srtp_t session)
@@ -3183,6 +3183,19 @@ srtp_err_status_t srtp_dealloc(srtp_t session)
return srtp_err_status_ok;
}