me
/
guix
Archived
1
0
Fork 0

gnu: cgit: Update git-source to 2.18.2 [security-fixes].

Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350,
CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354,
and CVE-2019-1387

* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source
to 2.18.2.
master
Mark H Weaver 2019-12-10 15:24:30 -05:00
parent c20ba18304
commit d7f1481de0
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -764,10 +764,10 @@ collaboration using typical untrusted file hosts or services.")
,(origin ,(origin
(method url-fetch) (method url-fetch)
;; XXX CGit is currently incompatible with Git > 2.18. ;; XXX CGit is currently incompatible with Git > 2.18.
(uri "mirror://kernel.org/software/scm/git/git-2.18.0.tar.xz") (uri "mirror://kernel.org/software/scm/git/git-2.18.2.tar.xz")
(sha256 (sha256
(base32 (base32
"14hfwfkrci829a9316hnvkglnqqw1p03cw9k56p4fcb078wbwh4b")))) "1gmcz5k8sa6phzhhv6zjl8izbyqnxcdb8ns8kd2czyak0g409vrq"))))
("openssl" ,openssl) ("openssl" ,openssl)
("groff" ,groff) ("groff" ,groff)
("python" ,python) ("python" ,python)