GNU bug report logs - #54255
[PATCH] gnu: sbcl-md5: Update to 2.0.5.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Sat, 5 Mar 2022 06:08:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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 54255 in the body.
You can then email your comments to 54255 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#54255; Package guix-patches. (Sat, 05 Mar 2022 06:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 05 Mar 2022 06:08:02 GMT) Full text and rfc822 format available.

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

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: sbcl-md5: Update to 2.0.5.
Date: Sat, 05 Mar 2022 11:36:51 +0530
[0001-gnu-sbcl-md5-Update-to-2.0.5.patch (text/patch, inline)]
From 06ef25cbcc8b279a34c6b516a2ee20be5657d823 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Sat, 5 Mar 2022 11:24:20 +0530
Subject: [PATCH] gnu: sbcl-md5: Update to 2.0.5.

* gnu/packages/lisp-xyz.scm (sbcl-md5): Update to 2.0.5.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 218eb298a6..a4c0317d2a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -31,6 +31,7 @@
 ;;; Copyright © 2021, 2022 jgart <jgart <at> dismail.de>
 ;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;; Copyright © 2021 Jacob MacDonald <jaccarmac <at> gmail.com>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3769,7 +3770,7 @@ (define-public ecl-rfc2388
 (define-public sbcl-md5
   (package
     (name "sbcl-md5")
-    (version "2.0.4")
+    (version "2.0.5")
     (source
      (origin
        (method git-fetch)
@@ -3778,7 +3779,7 @@ (define-public sbcl-md5
               (commit (string-append "release-" version))))
        (file-name (git-file-name "md5" version))
        (sha256
-        (base32 "1waqxzm7vlc22n92hv8r27anlvvjkkh9slhrky1ww7mdx4mmxwb8"))))
+        (base32 "1g20np6rhn3y08z8mlmlk721mw2207s52v2pwp4smm3lz25sx3q5"))))
     (build-system asdf-build-system/sbcl)
     (home-page "https://github.com/pmai/md5")
     (synopsis
@@ -3893,7 +3894,6 @@ (define-public ecl-kmrcl
   (sbcl-package->ecl-package sbcl-kmrcl))
 
 (define-public sbcl-cl-base64
-  ;; 3.3.4 tests are broken, upstream fixes them.
   (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
     (package
       (name "sbcl-cl-base64")

base-commit: 97065f9fe3da74adab54b70e28bd2cd59c06ee07
prerequisite-patch-id: 112e00ce191deb18c3866dc5f17e4c761a3b19af
prerequisite-patch-id: f347aa2bfdef7aeb7ff3fb8e157e4acb2e1f78ae
prerequisite-patch-id: 17ecf5c03e82c4231c8ae277ffd577b59b107c43
prerequisite-patch-id: 0a31c859a5e157569a3b36aa652d8117dca76955
prerequisite-patch-id: 3ff13ef200b011ffedd1020f371b715b5c3120ec
prerequisite-patch-id: 8972aae1f9b30d38b78deb1f61fcf2849ec10bb0
-- 
2.34.0





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sat, 05 Mar 2022 09:52:01 GMT) Full text and rfc822 format available.

Notification sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
bug acknowledged by developer. (Sat, 05 Mar 2022 09:52:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Cc: 54255-done <at> debbugs.gnu.org
Subject: Re: [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
Date: Sat, 05 Mar 2022 09:50:33 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 089997998f6de9174811140d13475df43c3e6b4a.
Thanks.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54255; Package guix-patches. (Sat, 05 Mar 2022 09:56:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>, 54255 <at> debbugs.gnu.org, 
 glv <at> posteo.net
Subject: Re: [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
Date: Sat, 05 Mar 2022 10:55:15 +0100
[Message part 1 (text/plain, inline)]
Jai Vetrivelan schreef op za 05-03-2022 om 11:36 [+0530]:
>  (define-public sbcl-cl-base64
> -  ;; 3.3.4 tests are broken, upstream fixes them.
>    (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))

Why is this comment removed?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54255; Package guix-patches. (Sat, 05 Mar 2022 10:07:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 54255 <at> debbugs.gnu.org, Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Subject: Re: [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
Date: Sat, 05 Mar 2022 10:02:41 +0000
[Message part 1 (text/plain, inline)]
Maxime Devos <maximedevos <at> telenet.be> skribis:

> Jai Vetrivelan schreef op za 05-03-2022 om 11:36 [+0530]:
>>  (define-public sbcl-cl-base64
>> -  ;; 3.3.4 tests are broken, upstream fixes them.
>>    (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
>
> Why is this comment removed?
>
> Greetings,
> Maxime.

It looks like an old comment that was not removed when this package was
updated, because the tests are working.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54255; Package guix-patches. (Sat, 05 Mar 2022 10:29:02 GMT) Full text and rfc822 format available.

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

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: glv <at> posteo.net, 54255 <at> debbugs.gnu.org
Subject: Re: [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
Date: Sat, 05 Mar 2022 15:58:42 +0530
On 2022-03-05, 10:55 +0100, Maxime Devos <maximedevos <at> telenet.be> wrote:

>>  (define-public sbcl-cl-base64
>> -  ;; 3.3.4 tests are broken, upstream fixes them.
>>    (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))

> Why is this comment removed?

Apologies, it wasn't meant to be a part of this patch.

The repository at commit 577683b1 mentions the package
version to be 3.4.0. Would any change in the package definition be
needed?

[1] http://git.kpe.io/?p=cl-base64.git;a=blobdiff;f=debian/changelog;h=8610439208ba352e8ee575e37f63e872c6828c67;hp=c1fd12f81bc3eeb8c4c6870dbb949af95fd79a88;hb=ecff5c5549684a5636a0436961b879177dc1039f;hpb=9d5a88ecfd67b28c1c2b3b3497f2237e37032691

-- 
Jai Vetrivelan




Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Mar 2022 10:34:02 GMT) Full text and rfc822 format available.

Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Mon, 05 Sep 2022 09:25:02 GMT) Full text and rfc822 format available.

Notification sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
bug acknowledged by developer. (Mon, 05 Sep 2022 09:25:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: 54255-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: sbcl-md5: Update to 2.0.5.
Date: Mon, 05 Sep 2022 09:23:07 +0000
[Message part 1 (text/plain, inline)]
Closing.
[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. (Mon, 03 Oct 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 206 days ago.

Previous Next


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