[SECURITY] gnu: expat: Update to 2.4.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Ludovic Courtès
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 16 Mar 2022 01:14
(address . guix-patches@gnu.org)
e4839f98e8542298e39d7a790eb88aaad7a4bbc9.1647389679.git.leo@famulari.name
This fixes some regressions in 2.4.5 and 2.4.6:


* gnu/packages/xml.scm (expat/fixed): Update to 2.4.7.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 3ce5e771c7..49275c3e0c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -158,7 +158,7 @@ (define-public expat
(define expat/fixed
(package
(inherit expat)
- (version "2.4.5")
+ (version "2.4.7")
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
(origin
(method url-fetch)
@@ -170,7 +170,7 @@ (define expat/fixed
"/expat-" version ".tar.xz")))
(sha256
(base32
- "0y95yg7y0hb53ddljdzllg1w64xi5k8xd3531n98ffn6rp3qzbzj")))))))
+ "0zbss0dssn17mjmvk17qfi5cmvm0lcyzs62cwvqr219hhl864xcq")))))))
(define-public libebml
(package
--
2.34.0
L
L
Ludovic Courtès wrote on 16 Mar 2022 21:33
control message for bug #54414
(address . control@debbugs.gnu.org)
871qz1d4d0.fsf@gnu.org
tags 54414 + security
quit
L
L
Ludovic Courtès wrote on 16 Mar 2022 21:34
Re: bug#54414: [SECURITY] gnu: expat: Update to 2.4.7.
(name . Leo Famulari)(address . leo@famulari.name)(address . 54414@debbugs.gnu.org)
87wngtbpry.fsf@gnu.org
Hi Leo,

Leo Famulari <leo@famulari.name> skribis:

Toggle quote (7 lines)
> This fixes some regressions in 2.4.5 and 2.4.6:
>
> https://www.xml.com/news/2022-02-expat-246/
> https://www.xml.com/news/2022-03-expat-247/
>
> * gnu/packages/xml.scm (expat/fixed): Update to 2.4.7.

LGTM, thanks!

Ludo’.
L
L
Leo Famulari wrote on 16 Mar 2022 22:18
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 54414-done@debbugs.gnu.org)
YjJUNGfA87qxRGdN@jasmine.lan
On Wed, Mar 16, 2022 at 09:34:09PM +0100, Ludovic Court�s wrote:
Toggle quote (13 lines)
> Hi Leo,
>
> Leo Famulari <leo@famulari.name> skribis:
>
> > This fixes some regressions in 2.4.5 and 2.4.6:
> >
> > https://www.xml.com/news/2022-02-expat-246/
> > https://www.xml.com/news/2022-03-expat-247/
> >
> > * gnu/packages/xml.scm (expat/fixed): Update to 2.4.7.
>
> LGTM, thanks!

Thanks for looking! I just pushed it as
69d3896c0fdc4791a45459f9bd005e6397d79805
Closed
?