summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-02-23 14:36:27 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-02-23 14:36:27 +0200
commita4336da435598fa7df4c7f88d1e3c18923a91a31 (patch)
treecba82b6bb0c4bfc9530e83709780c25dc9eb40ce
parent7998e042677293ab4b68f3afc060273c7a095c6f (diff)
libsrtp: Update to 1.5.4, which fixes CVE-2015-6360
-rw-r--r--recipes/libsrtp.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsrtp.recipe b/recipes/libsrtp.recipe
index 0dbc97f8..adee3fc1 100644
--- a/recipes/libsrtp.recipe
+++ b/recipes/libsrtp.recipe
@@ -6,7 +6,7 @@ import shutil
class Recipe(recipe.Recipe):
name = 'libsrtp'
- version = '1.5.2'
+ version = '1.5.4'
stype = SourceType.TARBALL
url = 'https://github.com/cisco/%(name)s/archive/v%(version)s.tar.gz'
licenses = [License.BSD_like]