[Lunar-commits] <moonbase> srtp: adding module
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Jun 1 03:39:33 CEST 2009
commit 9c1cd8bd6d97231b037b7e73a5efe0ed74409517
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun May 31 21:39:33 2009 -0400
srtp: adding module
---
net/srtp/BUILD | 7 +++++++
net/srtp/DETAILS | 20 ++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/net/srtp/BUILD b/net/srtp/BUILD
new file mode 100644
index 0000000..ae20895
--- /dev/null
+++ b/net/srtp/BUILD
@@ -0,0 +1,7 @@
+(
+
+ CFLAGS="$CFLAGS -fPIC"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/net/srtp/DETAILS b/net/srtp/DETAILS
new file mode 100644
index 0000000..5d1e719
--- /dev/null
+++ b/net/srtp/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=srtp
+ VERSION=1.4.4
+ SOURCE=srtp-$VERSION.tgz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:299c6cfe0c9d6f1804bc5921cfbdb6a6bc76a521
+ WEB_SITE=http://srtp.sourceforge.net/srtp.html
+ ENTERED=20090531
+ UPDATED=20090531
+ SHORT="Secure Real-time Transport Protocol"
+
+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.
+
+SRTP is a security profile for RTP that adds confidentiality, message
+authentication, and replay protection to that protocol. It is specified in
+RFC 3711.
+EOF
More information about the Lunar-commits
mailing list