diff options
author | Leo Famulari <leo@famulari.name> | 2020-04-15 00:48:18 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-04-15 01:54:49 -0400 |
commit | 3f717354d421d236c97d73eafc220c2e5feca4ae (patch) | |
tree | 7b43ec036866d3157202f1b8e0548e2bce474b69 /gnu | |
parent | 06e48de57ea0422a0b054d6ef7fb61add7c4ae99 (diff) | |
download | patches-3f717354d421d236c97d73eafc220c2e5feca4ae.tar patches-3f717354d421d236c97d73eafc220c2e5feca4ae.tar.gz |
gnu: Git: Update to 2.26.1 [fixes CVE-2020-5260].
* gnu/packages/version-control.scm (git): Update to 2.26.1.
[native-inputs]: Update git-manpages.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f71864ac24..2164521783 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -148,14 +148,14 @@ as well as the classic centralized workflow.") (define-public git (package (name "git") - (version "2.26.0") + (version "2.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "1mlmwibfgcv42c28fxmbd3iim8fc06r17dljd8vdgq550z5hvkly")))) + "0s03ix9j1h0yychkh1l1cgpr1l9lwzn3rprl08rk8ii5ix02i0l8")))) (build-system gnu-build-system) (native-inputs `(("native-perl" ,perl) @@ -168,7 +168,7 @@ as well as the classic centralized workflow.") version ".tar.xz")) (sha256 (base32 - "09ilv5gg7167mwc0qqw2fz3lmdm360crnxc0xzkqn53wnsh4cziq")))) + "0j2031x3qchwjmiy2h849j4x1vd8y4rgqv2ak9dc87xbbpsbfg59")))) ;; For subtree documentation. ("asciidoc" ,asciidoc-py3) ("docbook-xsl" ,docbook-xsl) |