mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to libsrtp-2.8.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user