[Lunar-commits] <moonbase-other> srtp: Readding to moonbase.

Dennis Veatch stumbles at lunar-linux.org
Mon Jul 9 21:11:20 CEST 2012


commit a6c1a3e1d45ebc2c072bc748c122fb2d463747b9
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 12:11:20 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a6c1a3e1d45ebc2c072bc748c122fb2d463747b9

srtp: Readding to moonbase.
---
  net/srtp/BUILD                                               +13/-0    
  net/srtp/DETAILS                                             +20/-0    
  2 files changed, 33 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/net/srtp/BUILD
@@ -0,0 +1,13 @@
+(
+
+  CFLAGS="$CFLAGS -fPIC" &&
+
+  OPTS="--disable-debug" &&
+
+  default_config &&
+
+  make uninstall &&
+
+  default_make
+
+) > $C_FIFO 2>&1
--- /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