diff --git a/net/srtp/BUILD b/net/srtp/BUILD new file mode 100644 index 00000000000..6e461a4e3a9 --- /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 diff --git a/net/srtp/DETAILS b/net/srtp/DETAILS new file mode 100644 index 00000000000..7c85e58b222 --- /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