gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].
* gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
This commit is contained in:
parent
0f3449fe3c
commit
8d9ac92622
@ -191,14 +191,14 @@ internet.")
|
|||||||
(define-public libsrtp
|
(define-public libsrtp
|
||||||
(package
|
(package
|
||||||
(name "libsrtp")
|
(name "libsrtp")
|
||||||
(version "1.5.2")
|
(version "1.5.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/cisco/libsrtp/archive/v"
|
(uri (string-append "https://github.com/cisco/libsrtp/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1njf62f6sazz2q7qc4j495v1pga385whkmxxyr8hfz1ragiyzqc6"))))
|
"1w2g623qkd7gdyydglx2hr4s2y237lg0nszjmy7z8d2iq8hvb9sn"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("procps" ,procps)))
|
`(("procps" ,procps)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
Loading…
Reference in New Issue
Block a user