gnu: libsrtp: Update to 1.6.0.
* gnu/packages/telephony.scm (libsrtp): Update to 1.6.0. Re-indent.
This commit is contained in:
parent
39fb853abe
commit
b0c7e053d8
|
@ -7,6 +7,7 @@
|
||||||
;;; Copyright © 2016 Francesco Frassinelli <fraph24@gmail.com>
|
;;; Copyright © 2016 Francesco Frassinelli <fraph24@gmail.com>
|
||||||
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
|
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
|
||||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -209,7 +210,7 @@ internet.")
|
||||||
(define-public libsrtp
|
(define-public libsrtp
|
||||||
(package
|
(package
|
||||||
(name "libsrtp")
|
(name "libsrtp")
|
||||||
(version "1.5.4")
|
(version "1.6.0")
|
||||||
(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"
|
||||||
|
@ -217,7 +218,7 @@ internet.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w2g623qkd7gdyydglx2hr4s2y237lg0nszjmy7z8d2iq8hvb9sn"))))
|
"1ppdqsrx5ni54vmd4kdzzmvgmf5ixb04w0jw7idy8mad6l27jghs"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("psmisc" ,psmisc) ;some tests require 'killall'
|
`(("psmisc" ,psmisc) ;some tests require 'killall'
|
||||||
("procps" ,procps)))
|
("procps" ,procps)))
|
||||||
|
@ -234,7 +235,7 @@ internet.")
|
||||||
(("mips\\)") "mips_est)"))
|
(("mips\\)") "mips_est)"))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'patch-dictionary-location
|
(add-after 'unpack 'patch-dictionary-location
|
||||||
;; With the above changes, the rtpw_test.sh test finally runs, and fails
|
;; With the above changes, the rtpw_test.sh test finally runs, and fails.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/rtpw.c"
|
(substitute* "test/rtpw.c"
|
||||||
(("/usr/share/dict/words")
|
(("/usr/share/dict/words")
|
||||||
|
|
Loading…
Reference in New Issue