[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55001] Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes C
From: |
Zhu Zihao |
Subject: |
[bug#55001] Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765].) |
Date: |
Mon, 18 Apr 2022 22:23:47 +0800 |
User-agent: |
mu4e 1.6.10; emacs 27.2 |
Update to 2.35.3 instead.
signature.asc
Description: PGP signature
>From ecae314a30e43a4d706b68dc3345a2b32303e8fe Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Mon, 18 Apr 2022 21:40:19 +0800
Subject: [PATCH] gnu: git: Update to 2.35.3 [fixes CVE-2022-24765].
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765
* gnu/packages/version-control.scm (git): Update to 2.35.3.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d77c2e51f6..1fbfe0b9bd 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -221,14 +221,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
- (version "2.35.1")
+ (version "2.35.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "100h37cpw49pmlpf6lcpm1xi578gllf6y9in60h5mxj3cj754s6p"))))
+ "18hgw3g4vc78nk6lic2sbw0h22bwbh6a0qnb63zrzvgjkd7xps8m"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -248,7 +248,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
- "00rqdj2bc3i7pfc16pciiz50ww41jkqg18iy5hi5jnf0y98sgqz4"))))
+ "0973y7g356fjyrqxgvac04g3qhf6fbs3lzpizl1skkri0zh7x357"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook-xsl" ,docbook-xsl)
--
2.35.1
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
- [bug#55001] [PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765]., Zhu Zihao, 2022/04/18
- Message not available
- [bug#55001] Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765].),
Zhu Zihao <=
- [bug#55001] Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765].), Greg Hogan, 2022/04/18
- [bug#55001] gnu: git: Update to 2.36.0 [fixes CVE-2022-24765] Was: Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765].), Zhu Zihao, 2022/04/19
- [bug#55001] gnu: git: Update to 2.36.0 [fixes CVE-2022-24765] Was: Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765].), Greg Hogan, 2022/04/19
- [bug#55001] gnu: git: Update to 2.36.0 [fixes CVE-2022-24765] Was: Acknowledgement ([PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765].), Zhu Zihao, 2022/04/23
- bug#55001: [PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765]., Mathieu Othacehe, 2022/04/27
[bug#55001] [PATCH] gnu: git: Update to 2.35.2 [fixes CVE-2022-24765]., Greg Hogan, 2022/04/18