all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54414] [SECURITY] gnu: expat: Update to 2.4.7.
@ 2022-03-16  0:14 Leo Famulari
  2022-03-16 20:34 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2022-03-16  0:14 UTC (permalink / raw)
  To: 54414

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.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#54414] [SECURITY] gnu: expat: Update to 2.4.7.
  2022-03-16  0:14 [bug#54414] [SECURITY] gnu: expat: Update to 2.4.7 Leo Famulari
@ 2022-03-16 20:34 ` Ludovic Courtès
  2022-03-16 21:18   ` bug#54414: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-03-16 20:34 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 54414

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!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#54414: [SECURITY] gnu: expat: Update to 2.4.7.
  2022-03-16 20:34 ` Ludovic Courtès
@ 2022-03-16 21:18   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-03-16 21:18 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 54414-done

On Wed, Mar 16, 2022 at 09:34:09PM +0100, Ludovic Courtès wrote:
> 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-16 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16  0:14 [bug#54414] [SECURITY] gnu: expat: Update to 2.4.7 Leo Famulari
2022-03-16 20:34 ` Ludovic Courtès
2022-03-16 21:18   ` bug#54414: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.