1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: srtp
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
autotools-dev,
debhelper,
dh-buildinfo,
devscripts,
procps,
psmisc,
miscfiles,
doxygen-latex | doxygen,
doxygen-latex | texlive-latex-recommended,
texlive-fonts-recommended,
d-shlibs
Standards-Version: 3.9.4
Section: libs
Vcs-Git: git://anonscm.debian.org/git/collab-maint/srtp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/srtp.git
Homepage: https://github.com/cisco/libsrtp
Package: libsrtp0-dev
Section: libdevel
Depends: ${devlibs:Depends}, ${misc:Depends}, libsrtp0 (= ${binary:Version})
Provides: libsrtp-dev
Conflicts: libsrtp-dev, libsrtp1-dev (<= 1.4.4)
Replaces: libsrtp1-dev (<= 1.4.4)
Architecture: any
Description: Secure RTP (SRTP) and UST Reference Implementations - development files
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711.
.
LibSRTP provides an implementation of the Secure Real-time Transport
Protocol (SRTP), the Universal Security Transform (UST), and a
supporting cryptographic kernel.
.
This package contains the development headers and static libraries.
Package: libsrtp0
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: srtp-utils
Architecture: any
Description: Secure RTP (SRTP) and UST Reference Implementations - shared library
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711.
.
LibSRTP provides an implementation of the Secure Real-time Transport
Protocol (SRTP), the Universal Security Transform (UST), and a
supporting cryptographic kernel.
.
This package contains the shared libraries.
Package: srtp-docs
Section: doc
Depends: ${misc:Depends}
Architecture: all
Description: Secure RTP (SRTP) and UST Reference Implementations - documentation
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711.
.
LibSRTP provides an implementation of the Secure Real-time Transport
Protocol (SRTP), the Universal Security Transform (UST), and a
supporting cryptographic kernel.
.
This package contains API documentation.
Package: srtp-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Secure RTP (SRTP) and UST Reference Implementations - utilities
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711.
.
LibSRTP provides an implementation of the Secure Real-time Transport
Protocol (SRTP), the Universal Security Transform (UST), and a
supporting cryptographic kernel.
.
This package contains a few simple binaries using libsrtp.
|