me
/
guix
Archived
1
0
Fork 0

gnu: isync: Update to 1.4.4 [fixes CVE-2021-{3657,44143}].

* gnu/packages/mail.scm (isync): Update to 1.4.4.
master
Leo Famulari 2021-12-05 23:35:16 -05:00
parent d8401fb508
commit 764be13ee6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -2143,14 +2143,14 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
(define-public isync (define-public isync
(package (package
(name "isync") (name "isync")
(version "1.4.3") (version "1.4.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/isync/isync/" (uri (string-append "mirror://sourceforge/isync/isync/"
version "/isync-" version ".tar.gz")) version "/isync-" version ".tar.gz"))
(sha256 (base32 (sha256 (base32
"024p3glj4p7fhrssw5sr55arls9zna1igxxrspxlfd6sbds21ixl")))) "1zq0wwvmqsl9y71546dr0aygzn9gjjfiw19hlcq87s929y4p6ckw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))