GNU bug report logs -
#69194
[PATCH] gnu: cgit: Update to 63d35e556f294f60891c0611d9944202dc10e662.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 18 Feb 2024 18:22:07 UTC
Severity: normal
Tags: patch
Done: Tomas Volf <~@wolfsden.cz>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69194 in the body.
You can then email your comments to 69194 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69194
; Package
guix-patches
.
(Sun, 18 Feb 2024 18:22:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 18 Feb 2024 18:22:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This updates the bundled git to 2.43.2.
* gnu/packages/version-control.scm (cgit): Update to
63d35e556f294f60891c0611d9944202dc10e662.
Change-Id: I219320e46797bd800e4ccabe790ee65bed84e084
---
gnu/packages/version-control.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 51754245d3..31b95d5ace 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1120,7 +1120,7 @@ (define-public git-remote-gcrypt
(license license:gpl3+)))
(define-public cgit
- (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
+ (let ((commit "63d35e556f294f60891c0611d9944202dc10e662")
(rev "1"))
(package
(name "cgit")
@@ -1133,7 +1133,7 @@ (define-public cgit
(commit commit)))
(sha256
(base32
- "1mhrm14wpqvralf9j33ih5ai6naiq3g2jg2z91gnw9dhh8f9ilwz"))
+ "0bkjw6n8arfj6hyn72y3zdhp74a90i543j7hmf9y0k1x0g0a9wc7"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -1209,9 +1209,9 @@ (define-public cgit
(method url-fetch)
;; cgit is tightly bound to git. Use GIT_VER from the Makefile,
;; which may not match the current (package-version git).
- (uri "mirror://kernel.org/software/scm/git/git-2.43.0.tar.xz")
+ (uri "mirror://kernel.org/software/scm/git/git-2.43.2.tar.xz")
(sha256
- (base32 "1v3nkfm3gw8wr7595qy86qla8xyjvi85fmly4lfph4frfcz60ijl"))))
+ (base32 "1fdd242nxiqf8rsfa0crzhwh2rq9j7y67644sc5damrmqsmw24pn"))))
("bash-minimal" ,bash-minimal)
("openssl" ,openssl)
("python" ,python)
base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
--
2.41.0
bug closed, send any further explanations to
69194 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz>
Request was from
Tomas Volf <~@wolfsden.cz>
to
control <at> debbugs.gnu.org
.
(Sun, 25 Feb 2024 15:58:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 27 Mar 2024 11:24:22 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.