import libsrtp

The libSRTP library is an open-source implementation of the Secure
Real-time Transport Protocol (SRTP) originally authored by Cisco
Systems, Inc.

ok benoit@
This commit is contained in:
dhill 2011-11-30 21:16:42 +00:00
parent aab87b92af
commit d9383761dd
4 changed files with 70 additions and 0 deletions

28
security/libsrtp/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/30 21:16:42 dhill Exp $
COMMENT= Secure RTP library
DISTNAME= srtp-1.4.2
PKGNAME= lib${DISTNAME}
CATEGORIES= security
EXTRACT_SUFX= .tgz
MAINTAINER= David Hill <dhill@openbsd.org>
HOMEPAGE= http://srtp.sourceforge.net
MASTER_SITES= ${HOMEPAGE}/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/srtp
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (srtp-1.4.2.tgz) = ew/7+tm7rzPTlwJ+AxyzWg==
RMD160 (srtp-1.4.2.tgz) = NbZtRTFDHafOJNnrKP2o9d+uXGM=
SHA1 (srtp-1.4.2.tgz) = rVHypNz04HCdG9lewQ8VXuMgrT8=
SHA256 (srtp-1.4.2.tgz) = gzgJEIXb2rZ5liRI2NtkSGzKyQPDWygZi9BmBTurJ5E=
SIZE (srtp-1.4.2.tgz) = 488333

View File

@ -0,0 +1,3 @@
The libSRTP library is an open-source implementation of the Secure
Real-time Transport Protocol (SRTP) originally authored by Cisco
Systems, Inc.

View File

@ -0,0 +1,34 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/30 21:16:42 dhill Exp $
include/srtp/
include/srtp/aes.h
include/srtp/aes_cbc.h
include/srtp/aes_icm.h
include/srtp/alloc.h
include/srtp/auth.h
include/srtp/cipher.h
include/srtp/config.h
include/srtp/crypto.h
include/srtp/crypto_kernel.h
include/srtp/crypto_math.h
include/srtp/crypto_types.h
include/srtp/cryptoalg.h
include/srtp/datatypes.h
include/srtp/err.h
include/srtp/gf2_8.h
include/srtp/hmac.h
include/srtp/integers.h
include/srtp/kernel_compat.h
include/srtp/key.h
include/srtp/null_auth.h
include/srtp/null_cipher.h
include/srtp/prng.h
include/srtp/rand_source.h
include/srtp/rdb.h
include/srtp/rdbx.h
include/srtp/rtp.h
include/srtp/sha1.h
include/srtp/srtp.h
include/srtp/stat.h
include/srtp/ut_sim.h
include/srtp/xfm.h
lib/libsrtp.a