gnu: libgit2: Update to 0.24.3 [fixes CVE-2016-{8568,8569}].

* gnu/packages/version-control.scm (libgit2): Update to 0.24.3.
This commit is contained in:
Leo Famulari 2016-11-08 12:47:29 -05:00
parent 912dcbad86
commit c163a28473
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -313,7 +313,7 @@ (define-public git@2.9
(define-public libgit2 (define-public libgit2
(package (package
(name "libgit2") (name "libgit2")
(version "0.24.2") (version "0.24.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/libgit2/libgit2/" (uri (string-append "https://github.com/libgit2/libgit2/"
@ -321,7 +321,7 @@ (define-public libgit2
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rkmfjiv5h80ycra42w9idbcrgj9rz581k5c06badys3650agw00")))) "0m37b2jq8g70bmxlgrhbj4p23c893vxwmlmw1v5ywfxz3njyc90a"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases