summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorTreeve Jelbert2017-03-21 13:15:56 +0100
committerTreeve Jelbert2017-03-21 13:15:56 +0100
commit85c37495a682123574cce728598a4ac8e30217e0 (patch)
treef1f48ce9948cbde08d55dc6c9565062e09bd6f98 /telephony
parentb2e66038725db16e444df74d9a919673f301d9fd (diff)
/libsrtp-1.5.4 - SECURITY FIX
Diffstat (limited to 'telephony')
-rw-r--r--telephony/libsrtp/DEPENDS4
-rwxr-xr-xtelephony/libsrtp/DETAILS13
-rw-r--r--telephony/libsrtp/HISTORY6
3 files changed, 17 insertions, 6 deletions
diff --git a/telephony/libsrtp/DEPENDS b/telephony/libsrtp/DEPENDS
new file mode 100644
index 0000000000..fb1786288c
--- /dev/null
+++ b/telephony/libsrtp/DEPENDS
@@ -0,0 +1,4 @@
+depends zlib &&
+depends libpcap &&
+optional_depends SSL '--enable-openssl' '' 'crypto support' &&
+optional_depends syslog-ng '--enable-syslog' '' 'log to syslog'
diff --git a/telephony/libsrtp/DETAILS b/telephony/libsrtp/DETAILS
index dfa3cf1068..2d40cb07c7 100755
--- a/telephony/libsrtp/DETAILS
+++ b/telephony/libsrtp/DETAILS
@@ -1,10 +1,11 @@
SPELL=libsrtp
- VERSION=1.4.4
- SOURCE_HASH=sha512:951bfec212f579daae4a5a7fc9eded163dd6790da2e3840629dbeac36d7d960f95a1f1b844505629c7815816515f0784bf9b6e1c47f2986416ec04ec9d4b7564
- SOURCE="srtp-${VERSION}.tgz"
- SOURCE_URL[0]=http://sourceforge.net/projects/srtp/files/$SOURCE
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/srtp"
- WEB_SITE="http://srtp.sourceforge.net/srtp.html"
+ VERSION=1.5.4
+ SOURCE_HASH=sha512:fcf6a36a0f687a6aa2b245e4055332ae892c953e19ebe3bfb7d091da0a7afbfcb804d9f602bd2d849235b559d3ca7924ee00c7f0da419c23b053b096ef4ccd19
+ SECURITY_PATCH=1
+ SOURCE="$SPELL-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/cisco/libsrtp
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
LICENSE[0]=BSD
ENTERED=20110822
SHORT="open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
diff --git a/telephony/libsrtp/HISTORY b/telephony/libsrtp/HISTORY
index 7599804970..f26363519a 100644
--- a/telephony/libsrtp/HISTORY
+++ b/telephony/libsrtp/HISTORY
@@ -1,3 +1,9 @@
+2017-03-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.5.4
+ now at github
+ SECURITY_PATCH=1 fixes CVE-2015-6360.
+ * DEPENDS: added
+
2015-12-11 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.4.4