gnu: jami: Update to 20191101.3.67671e7.
* gnu/packages/telephony.scm (jami): Update to 20191101.3.67671e7.master
parent
5dc8cad52c
commit
de65f3f1bb
|
@ -636,12 +636,12 @@ calls and messages")
|
||||||
Initiation Protocol (SIP) and a multimedia framework.")
|
Initiation Protocol (SIP) and a multimedia framework.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define %jami-version "20190319.4.a16a99f")
|
(define %jami-version "20191101.3.67671e7")
|
||||||
|
|
||||||
(define* (jami-source #:key without-daemon)
|
(define* (jami-source #:key without-daemon)
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dl.jami.net/ring-release/tarballs/ring_"
|
(uri (string-append "https://dl.jami.net/ring-release/tarballs/ring_"
|
||||||
%jami-version
|
%jami-version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
@ -652,7 +652,7 @@ Initiation Protocol (SIP) and a multimedia framework.")
|
||||||
#f))
|
#f))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6n6sm7skw83v25g33g4jzbragz9j4przbzaz7asxw54jy33dwl"))))
|
"0kw172w2ccyz438kf5xqw14nhfm4xk6a2libnzib9j2wvhlpf4q0"))))
|
||||||
|
|
||||||
(define-public pjproject-jami
|
(define-public pjproject-jami
|
||||||
(package
|
(package
|
||||||
|
@ -699,7 +699,6 @@ Initiation Protocol (SIP) and a multimedia framework.")
|
||||||
;; Comes from
|
;; Comes from
|
||||||
;; "ring-project/daemon/contrib/src/pjproject/rules.mak".
|
;; "ring-project/daemon/contrib/src/pjproject/rules.mak".
|
||||||
;; WARNING: These amount for huge changes in pjproject.
|
;; WARNING: These amount for huge changes in pjproject.
|
||||||
;; Particularly, they add support for GnuTLS.
|
|
||||||
(savoir-faire-linux-patches
|
(savoir-faire-linux-patches
|
||||||
'("gnutls"
|
'("gnutls"
|
||||||
"rfc2466"
|
"rfc2466"
|
||||||
|
|
Reference in New Issue