GNU bug report logs - #46319
[PATCH] gnu: xorriso: Update to 1.5.4.

Previous Next

Package: guix-patches;

Reported by: Léo Le Bouter <lle-bout <at> zaclys.net>

Date: Fri, 5 Feb 2021 05:40:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 46319 in the body.
You can then email your comments to 46319 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#46319; Package guix-patches. (Fri, 05 Feb 2021 05:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Léo Le Bouter <lle-bout <at> zaclys.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 Feb 2021 05:40:02 GMT) Full text and rfc822 format available.

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

From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: guix-patches <at> gnu.org
Cc: Léo Le Bouter <lle-bout <at> zaclys.net>
Subject: [PATCH] gnu: xorriso: Update to 1.5.4.
Date: Fri,  5 Feb 2021 06:39:37 +0100
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.
---
 gnu/packages/cdrom.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index a8da7ba48b..8bd8d19849 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -159,7 +159,7 @@ libcdio.")
 (define-public xorriso
   (package
     (name "xorriso")
-    (version "1.5.2")
+    (version "1.5.4")
     (outputs '("out" "gui"))
     (source (origin
              (method url-fetch)
@@ -167,7 +167,7 @@ libcdio.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1rqpzj95f70jfwpn4lamasfgqpizjsipz12aprdhri777b4zas9v"))))
+               "14p3r6jahfqqw2gf739l5myz5x4qb8h34zyczbpdps2krbq5bh9s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#46319; Package guix-patches. (Sat, 06 Feb 2021 22:24:01 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Léo Le Bouter <lle-bout <at> zaclys.net>
Cc: 46319 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.
Date: Sat, 06 Feb 2021 23:23:24 +0100
[Message part 1 (text/plain, inline)]
Léo Le Bouter via Guix-patches via 写道:
> * gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.

Thanks!

Shouldn't we be using 1.5.4.pl02 [0] instead?  1.5.4 is 
‘deprecated’ on the home page.

Kind regards,

T G-R

[0]: 
https://www.gnu.org/software/xorriso/xorriso-1.5.4.pl02.tar.gz
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#46319; Package guix-patches. (Sat, 06 Feb 2021 22:24:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#46319; Package guix-patches. (Sun, 07 Feb 2021 00:51:02 GMT) Full text and rfc822 format available.

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

From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: 46319 <at> debbugs.gnu.org
Cc: Léo Le Bouter <lle-bout <at> zaclys.net>
Subject: [PATCH] gnu: xorriso: Update to 1.5.4.pl02.
Date: Sun,  7 Feb 2021 01:50:34 +0100
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.pl02.
---

Good catch! "$ guix refresh" did not catch that somehow.

gnu/packages/cdrom.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index a8da7ba48b..71cb049885 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -159,7 +159,7 @@ libcdio.")
 (define-public xorriso
   (package
     (name "xorriso")
-    (version "1.5.2")
+    (version "1.5.4.pl02")
     (outputs '("out" "gui"))
     (source (origin
              (method url-fetch)
@@ -167,7 +167,7 @@ libcdio.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1rqpzj95f70jfwpn4lamasfgqpizjsipz12aprdhri777b4zas9v"))))
+               "0wi92lxpm3dcjglmmfbh4z37w8jmbx0qmhh98gvzbjwx98ykkiry"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#46319; Package guix-patches. (Sun, 07 Feb 2021 20:20:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Léo Le Bouter <lle-bout <at> zaclys.net>
Cc: 46319-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02.
Date: Sun, 07 Feb 2021 21:19:17 +0100
[Message part 1 (text/plain, inline)]
Léo Le Bouter via Guix-patches via 写道:
> Good catch! "$ guix refresh" did not catch that somehow.

‘guix refresh’ is a powerful tool, but like any power tool only 
useful in the hands of a human paying close attention.  It does 
not automate updates; it automates a small (tedious) part.  Don't 
trust it blindy.

> gnu/packages/cdrom.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks like xorriso was updated on master in the meantime.  Sorry 
for the duplicate effort, and thanks for the patch!

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sun, 07 Feb 2021 20:20:02 GMT) Full text and rfc822 format available.

Notification sent to Léo Le Bouter <lle-bout <at> zaclys.net>:
bug acknowledged by developer. (Sun, 07 Feb 2021 20:20:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#46319; Package guix-patches. (Mon, 08 Feb 2021 06:12:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: Léo Le Bouter <lle-bout <at> zaclys.net>,
 46319-done <at> debbugs.gnu.org
Subject: Re: [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02.
Date: Mon, 8 Feb 2021 08:10:25 +0200
[Message part 1 (text/plain, inline)]
On Sun, Feb 07, 2021 at 09:19:17PM +0100, Tobias Geerinckx-Rice via Guix-patches via wrote:
> Léo Le Bouter via Guix-patches via 写道:
> > Good catch! "$ guix refresh" did not catch that somehow.
> 
> ‘guix refresh’ is a powerful tool, but like any power tool only useful in
> the hands of a human paying close attention.  It does not automate updates;
> it automates a small (tedious) part.  Don't trust it blindy.
> 
> > gnu/packages/cdrom.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Looks like xorriso was updated on master in the meantime.  Sorry for the
> duplicate effort, and thanks for the patch!

Sorry! I didn't check the mailing list before pushing the update.

> Kind regards,
> 
> T G-R



-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[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, 08 Mar 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 20 days ago.

Previous Next


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