[PATCH] gnu: xorriso: Update to 1.5.4.

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • Léo Le Bouter
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Léo Le Bouter
Severity
normal
L
L
Léo Le Bouter wrote on 5 Feb 2021 06:39
(address . guix-patches@gnu.org)(name . Léo Le Bouter)(address . lle-bout@zaclys.net)
20210205053937.4330-1-lle-bout@zaclys.net
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.
---
gnu/packages/cdrom.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
T
T
Tobias Geerinckx-Rice wrote on 6 Feb 2021 23:23
(name . Léo Le Bouter)(address . lle-bout@zaclys.net)
87h7mox2cj.fsf@nckx
Léo Le Bouter via Guix-patches via ???
Toggle quote (2 lines)
> * 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]:
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYB8W3A0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW150f8A/RgO4BxCvXs8LWCQCYRW6dXoYQ38PHV1OwaI5eYU
QHI/AP40W38gFEYM4CCfudiDxJOggEhhA+HKvODblWjrePRCAg==
=+S1G
-----END PGP SIGNATURE-----

L
L
Léo Le Bouter wrote on 7 Feb 2021 01:50
[PATCH] gnu: xorriso: Update to 1.5.4.pl02.
(address . 46319@debbugs.gnu.org)(name . Léo Le Bouter)(address . lle-bout@zaclys.net)
20210207005034.5475-1-lle-bout@zaclys.net
* 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(-)

Toggle diff (24 lines)
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
T
T
Tobias Geerinckx-Rice wrote on 7 Feb 2021 21:19
(name . Léo Le Bouter)(address . lle-bout@zaclys.net)
878s7zwrzu.fsf@nckx
Léo Le Bouter via Guix-patches via ???
Toggle quote (2 lines)
> 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.

Toggle quote (3 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYCBLRQ0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15tRwBAMCe/mwlhABiHw0N/g5tzTu42/9e1zhVy0Gs4Str
Vf9wAQDmY33XJKp0Du2lpPItpyqgTqY77McsnIfueq7jtPK2Cg==
=PypU
-----END PGP SIGNATURE-----

E
E
Efraim Flashner wrote on 8 Feb 2021 07:10
(name . Tobias Geerinckx-Rice)(address . me@tobias.gr)
YCDV0a3GfocBEbr9@3900XT
On Sun, Feb 07, 2021 at 09:19:17PM +0100, Tobias Geerinckx-Rice via Guix-patches via wrote:
Toggle quote (13 lines)
> 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.

Toggle quote (6 lines)
> Kind regards,
>
> T G-R



--
Efraim Flashner <efraim@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAg1c8ACgkQQarn3Mo9
g1F9jRAAi7OPFOj+cgLPRX0inL8jWgKDkgcuRY8ywc9y4rtSXKfyQPFbcgsa1Szk
zczPcUSgj1ae37++P9NycaRmCBWmsVIGbvL5woln2JOuO3tvl0ruihjsp2vpDjTn
c7f8qwYkcJfx9F45wWfcHd3eD7lsQDI4QvKo9yN75mtME/j+kPgIkQG3lJ+obdM8
bUBwhwQcMjwc13RnAA9l4oGR60reirwff4Svb4nE2At41nwmWVpLwr3k1tGWoQgN
q7ZT/f5F8bK831nrVRvfZHPyHX55Je82Y4d2G+dwIn9JwupXu+tfWZajEPBcx15v
UBYZHysEmFebQeNKEzsvgYhrd2aKru9JdJnh4Q7ZzS7efBcEBcYqV8wNMY+AlbWj
G1GIK1Dt+zyiRXPFil6mdP8lPInxfQ+vu5K7L+9NUeTMNjczsuQEILo8buoMthsa
EwlYN4VeA4zZWlfdGv3e7dZyUP02u4ZLdyzDzkxIwJEqxfYbFCM3oi9s7F0U2255
0KmcY3T6/qUCTuidt4/jftOet0Yn+dLvA4BATqqRmkLZ2MqIjlvSFsFBK3oDAO89
6WllznW0LEh9wGFCg5HdeMC8c1jwGKyTGV9MCziPfu8lUKPtzhsxKU+DHn2j2ed6
ekgEFWkpBkR3WPnU9C33xJ3i1+F+TlINVR98Rk5iiO1zxPvtJ5M=
=OzdW
-----END PGP SIGNATURE-----


Closed
?