GNU bug report logs -
#79922
[PATCH] gnu: cgit: Update to 1.2.3-11.76abc40.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 30 Nov 2025 23:37:05 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
To reply to this bug, email your comments to 79922 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#79922; Package
guix-patches.
(Sun, 30 Nov 2025 23:37:06 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, 30 Nov 2025 23:37:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-11.76abc40.
---
gnu/packages/version-control.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 795ecb2eff3..29ea1e681cb 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1684,8 +1684,8 @@ (define-public git-repo-go
(define-public cgit
;; Use the latest commit, as the latest tagged release is 5 years old.
- (let ((commit "20ac8f55d43bcc789e8ecca1a5c878087394b5e3")
- (rev "10"))
+ (let ((commit "76abc4068222fe4242a952498e252a670615c362")
+ (rev "11"))
(package
(name "cgit")
;; Update the ‘git-source’ input as well.
@@ -1697,7 +1697,7 @@ (define-public cgit
(commit commit)))
(sha256
(base32
- "0jzik8prgv3cmpliqk6amq5vkp465592p3xibac49c4lhim27ckp"))
+ "0f4d65g9n1xq6jp6x54v0492v0hvm0vz45kmr973jjdpyki3jps1"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -1772,10 +1772,10 @@ (define-public cgit
;; Building cgit requires a Git source tree.
;; 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.50.1.tar.xz")
+ (uri "mirror://kernel.org/software/scm/git/git-2.52.0.tar.xz")
(sha256
(base32
- "1i4gbin7ah9azaz68j10q9qkdq2bcyv2vm0lvppg3n6bvqv6qgky"))
+ "1ifpkrr64g8b0vv13155gz876s2f4vcqrvhgc75lkab9dzlgxn1w"))
(file-name "git-source.tar.xz"))
bash-minimal
openssl
--
2.51.2
Reply sent
to
Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility.
(Wed, 03 Dec 2025 12:10:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer.
(Wed, 03 Dec 2025 12:10:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 79922-done <at> debbugs.gnu.org (full text, mbox):
Pushed as commit c65b1a9d5998ceb69bae4ac0ada69b777235f73b .
The last month of our debbugs usage, I hope you will decide to join us
on Codeberg!
Andreas
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.