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
|
Source: libsrtp2
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Daniel Pocock <daniel@pocock.com.au>
Build-Depends: @cdbs@
Build-Depends-Indep: doxygen-latex
Standards-Version: 3.9.8
Section: libs
Vcs-Git: https://anonscm.debian.org/git/pkg-voip/srtp.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-voip/srtp.git
Homepage: https://github.com/cisco/libsrtp
Package: __DEVPKGNAME__
Section: libdevel
Depends: ${cdbs:Depends},
${devlibs:Depends},
${misc:Depends},
__LIBPKGNAME__ (= ${binary:Version})
Suggests: __DOCPKGNAME__
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: __LIBPKGNAME__
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Architecture: any
Multi-Arch: same
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: __LIBPKGNAME__-dbg
Section: debug
Priority: extra
Depends: ${misc:Depends},
__LIBPKGNAME__ (= ${binary:Version})
Architecture: any
Multi-Arch: same
Description: Secure RTP (SRTP) and UST Reference Implementations - debugging symbols
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 debugging symbols.
Package: __DOCPKGNAME__
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.
|