Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc64ccb054db11961b24c9526747394a8fba4a6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc64ccb054db11961b24c9526747394a8fba4a6f)
  • Date: Tue, 21 Mar 2017 12:18:25 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
telephony/libsrtp/DEPENDS | 4 ++++
telephony/libsrtp/DETAILS | 13 +++++++------
telephony/libsrtp/HISTORY | 6 ++++++
telephony/libsrtp2/DEPENDS | 4 ++++
telephony/libsrtp2/DETAILS | 16 ++++++++++++++++
telephony/libsrtp2/HISTORY | 5 +++++
7 files changed, 45 insertions(+), 6 deletions(-)

New commits:
commit dc64ccb054db11961b24c9526747394a8fba4a6f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libsrtp2-2.0.0

commit 85c37495a682123574cce728598a4ac8e30217e0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

/libsrtp-1.5.4 - SECURITY FIX

diff --git a/ChangeLog b/ChangeLog
index 2ac18af..3428d2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-03-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * telephony/libsrtp2: added
+
2017-03-20 Vlad Glagolev <stealth AT sourcemage.org>
* utils/entr: new spell, run arbitrary commands when files change
* wm-addons/volumeicon: new spell, lightweight volume control that
sits
diff --git a/telephony/libsrtp/DEPENDS b/telephony/libsrtp/DEPENDS
new file mode 100644
index 0000000..fb17862
--- /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 dfa3cf1..2d40cb0 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 7599804..f263635 100644
--- a/telephony/libsrtp/HISTORY
+++ b/telephony/libsrtp/HISTORY
@@ -1,3 +1,9 @@
+2017-03-21 Treeve Jelbert <treeve AT 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 AT sourcemage.org>
* DETAILS: version 1.4.4

diff --git a/telephony/libsrtp2/DEPENDS b/telephony/libsrtp2/DEPENDS
new file mode 100644
index 0000000..fb17862
--- /dev/null
+++ b/telephony/libsrtp2/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/libsrtp2/DETAILS b/telephony/libsrtp2/DETAILS
new file mode 100755
index 0000000..337e4b7
--- /dev/null
+++ b/telephony/libsrtp2/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libsrtp2
+ SPELLX=libsrtp
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:61bba9aba9bb3e888c2bbc150411d0b3d583ed71ca455c5a3d4d6d06ecd383fdd61f86ad1979fb9c04da1b824e3fb9bb63f0d97e50b4a469d56907fb9dbc42d6
+ SOURCE="$SPELLX-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELLX-$VERSION"
+ WEB_SITE=https://github.com/cisco/libsrtp
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20170321
+ SHORT="open-source implementation of the Secure Real-time
Transport Protocol (SRTP)"
+cat << EOF
+The libSRTP library is an open-source implementation of the Secure Real-time
+Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is
+available under a BSD-style license.
+EOF
diff --git a/telephony/libsrtp2/HISTORY b/telephony/libsrtp2/HISTORY
new file mode 100644
index 0000000..f0d1f7a
--- /dev/null
+++ b/telephony/libsrtp2/HISTORY
@@ -0,0 +1,5 @@
+2017-03-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+ now at github
+ * DEPENDS: added
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc64ccb054db11961b24c9526747394a8fba4a6f), Treeve Jelbert, 03/21/2017

Archive powered by MHonArc 2.6.24.

Top of Page