Skip to content

Commit

Permalink
srtp: Readding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Jul 9, 2012
1 parent f7443ed commit a6c1a3e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions net/srtp/BUILD
@@ -0,0 +1,13 @@
(

CFLAGS="$CFLAGS -fPIC" &&

OPTS="--disable-debug" &&

default_config &&

make uninstall &&

default_make

) > $C_FIFO 2>&1
20 changes: 20 additions & 0 deletions 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

0 comments on commit a6c1a3e

Please sign in to comment.