diff options
author | Leo Famulari <leo@famulari.name> | 2016-04-03 03:06:40 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-03 14:05:12 -0400 |
commit | 8d9ac9262226f3a356552a55e3f833c10ed12d69 (patch) | |
tree | 685617276d086d81f8c1d21563e42ff8aa0c34c5 /gnu/packages/telephony.scm | |
parent | 0f3449fe3cc6b7ccd6980a3474a5ac635cb5f6ed (diff) | |
download | guix-8d9ac9262226f3a356552a55e3f833c10ed12d69.tar guix-8d9ac9262226f3a356552a55e3f833c10ed12d69.tar.gz |
gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].
* gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 3f4ab56091..76e369a563 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -191,14 +191,14 @@ internet.") (define-public libsrtp (package (name "libsrtp") - (version "1.5.2") + (version "1.5.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/cisco/libsrtp/archive/v" version ".tar.gz")) (sha256 (base32 - "1njf62f6sazz2q7qc4j495v1pga385whkmxxyr8hfz1ragiyzqc6")))) + "1w2g623qkd7gdyydglx2hr4s2y237lg0nszjmy7z8d2iq8hvb9sn")))) (native-inputs `(("procps" ,procps))) (build-system gnu-build-system) |