[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: cgit: Update git-source to 2.18.2 [security-fixes].
From: |
guix-commits |
Subject: |
01/02: gnu: cgit: Update git-source to 2.18.2 [security-fixes]. |
Date: |
Tue, 10 Dec 2019 15:45:37 -0500 (EST) |
mhw pushed a commit to branch master
in repository guix.
commit d7f1481de070152be0f7571854e0946cd7b07025
Author: Mark H Weaver <address@hidden>
Date: Tue Dec 10 15:24:30 2019 -0500
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.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index cca6114..f7cb5cb 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -764,10 +764,10 @@ collaboration using typical untrusted file hosts or
services.")
,(origin
(method url-fetch)
;; 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
(base32
- "14hfwfkrci829a9316hnvkglnqqw1p03cw9k56p4fcb078wbwh4b"))))
+ "1gmcz5k8sa6phzhhv6zjl8izbyqnxcdb8ns8kd2czyak0g409vrq"))))
("openssl" ,openssl)
("groff" ,groff)
("python" ,python)