diff options
| author | Aaron Clauson <aaron@sipsorcery.com> | 2019-09-12 06:34:35 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-11 22:34:35 -0700 |
| commit | c85d63bf5afa0166e9003177eeb69a03c18351a4 (patch) | |
| tree | 4f5523eab05f3ae2295203dec39109d6c5cf8ea3 /ports/libsrtp/CONTROL | |
| parent | 793fedd2c51000db05d426c5963eb9181eb6575c (diff) | |
| download | vcpkg-c85d63bf5afa0166e9003177eeb69a03c18351a4.tar.gz vcpkg-c85d63bf5afa0166e9003177eeb69a03c18351a4.zip | |
Port for libsrtp (#8046)
* Port for libsrtp.
* Added compiler flags to fix uwp build.
* Added windows conditional around setting compiler flags.
Diffstat (limited to 'ports/libsrtp/CONTROL')
| -rw-r--r-- | ports/libsrtp/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/libsrtp/CONTROL b/ports/libsrtp/CONTROL new file mode 100644 index 000000000..9fa7f4860 --- /dev/null +++ b/ports/libsrtp/CONTROL @@ -0,0 +1,3 @@ +Source: libsrtp
+Version: 2.2.0
+Description: This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.
\ No newline at end of file |
