GNU bug report logs - #73483
[PATCH] gnu: cgit: Update to 1.2.3-6.2a13177.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Wed, 25 Sep 2024 19:11:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 73483 in the body.
You can then email your comments to 73483 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73483; Package guix-patches. (Wed, 25 Sep 2024 19:11:02 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. (Wed, 25 Sep 2024 19:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: cgit: Update to 1.2.3-6.2a13177.
Date: Wed, 25 Sep 2024 21:09:48 +0200
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-6.2a13177.

Change-Id: Ia577112b61d1f78c1d60f286df8103f98197e145
---
 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 3bec28c4f7..394329e685 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1283,8 +1283,8 @@ (define-public git-remote-gcrypt
    (license license:gpl3+)))
 
 (define-public cgit
-  (let ((commit "9811bf07ef6868cdf5618cbbd8b9db5ada936622")
-        (rev "5"))
+  (let ((commit "2a13177f3dce660954b1ce78bc83338fe64f6b33")
+        (rev "6"))
     (package
       (name "cgit")
       ;; Update the ‘git-source’ input as well.
@@ -1296,7 +1296,7 @@ (define-public cgit
                       (commit commit)))
                 (sha256
                  (base32
-                  "1ga73789lixd7l7f1vs7vi8c0lvqjzq036k64lyrv7v6r7yxpn5p"))
+                  "0g02rghwx6gda15ip1pd3rli6smis1mrcb904zlxfqmm6dlc7lca"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
@@ -1372,9 +1372,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.46.0.tar.xz")
+             (uri "mirror://kernel.org/software/scm/git/git-2.46.2.tar.xz")
              (sha256
-              (base32 "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
+              (base32 "18rcmvximgyg3v1a9papi9djfamiak0ys5cmgx7ll29nhp3a3s2y"))))
          ("bash-minimal" ,bash-minimal)
          ("openssl" ,openssl)
          ("python" ,python)
-- 
2.46.0





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sat, 05 Oct 2024 15:57:01 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Sat, 05 Oct 2024 15:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 73483-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Tomas Volf <~@wolfsden.cz>
Cc: 73483-done <at> debbugs.gnu.org
Subject: Re: [bug#73483] [PATCH] gnu: cgit: Update to 1.2.3-6.2a13177.
Date: Sat, 05 Oct 2024 23:55:44 +0800
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/version-control.scm (cgit): Update to 1.2.3-6.2a13177.
>
> Change-Id: Ia577112b61d1f78c1d60f286df8103f98197e145
> ---
>  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 3bec28c4f7..394329e685 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -1283,8 +1283,8 @@ (define-public git-remote-gcrypt
>     (license license:gpl3+)))
>  
>  (define-public cgit
> -  (let ((commit "9811bf07ef6868cdf5618cbbd8b9db5ada936622")
> -        (rev "5"))
> +  (let ((commit "2a13177f3dce660954b1ce78bc83338fe64f6b33")
> +        (rev "6"))
>      (package
>        (name "cgit")
>        ;; Update the ‘git-source’ input as well.
> @@ -1296,7 +1296,7 @@ (define-public cgit
>                        (commit commit)))
>                  (sha256
>                   (base32
> -                  "1ga73789lixd7l7f1vs7vi8c0lvqjzq036k64lyrv7v6r7yxpn5p"))
> +                  "0g02rghwx6gda15ip1pd3rli6smis1mrcb904zlxfqmm6dlc7lca"))
>                  (file-name (git-file-name name version))))
>        (build-system gnu-build-system)
>        (arguments
> @@ -1372,9 +1372,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.46.0.tar.xz")
> +             (uri "mirror://kernel.org/software/scm/git/git-2.46.2.tar.xz")
>               (sha256
> -              (base32 "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
> +              (base32 "18rcmvximgyg3v1a9papi9djfamiak0ys5cmgx7ll29nhp3a3s2y"))))
>           ("bash-minimal" ,bash-minimal)
>           ("openssl" ,openssl)
>           ("python" ,python)

push, close.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 03 Nov 2024 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.