guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].


From: Leo Famulari
Subject: 01/01: gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].
Date: Sun, 03 Apr 2016 18:11:11 +0000

lfam pushed a commit to branch master
in repository guix.

commit 8d9ac9262226f3a356552a55e3f833c10ed12d69
Author: Leo Famulari <address@hidden>
Date:   Sun Apr 3 03:06:40 2016 -0400

    gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].
    
    * gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
---
 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 3f4ab56..76e369a 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]