emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27414: closed ([PATCH] gnu: expat: Replace with Ex


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27414: closed ([PATCH] gnu: expat: Replace with Expat 2.2.1 [security fixes])
Date: Mon, 19 Jun 2017 16:51:03 +0000

Your message dated Mon, 19 Jun 2017 12:41:07 -0400
with message-id <address@hidden>
and subject line Re: [bug#27414] [PATCH] gnu: expat: Replace with Expat 2.2.1 
[security fixes]
has caused the debbugs.gnu.org bug report #27414,
regarding [PATCH] gnu: expat: Replace with Expat 2.2.1 [security fixes]
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27414: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27414
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: expat: Replace with Expat 2.2.1 [security fixes] Date: Sat, 17 Jun 2017 18:03:28 -0400
Fixes CVE-2016-9063, CVE-2017-9233, and several others. See the file 'Changes'
in the source distribution for more information.

* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat-2.2.1): New variable.
---
 gnu/packages/xml.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9635413b8..da76b1f48 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -55,6 +55,7 @@
 (define-public expat
   (package
     (name "expat")
+    (replacement expat-2.2.1)
     (version "2.2.0")
     (source (origin
              (method url-fetch)
@@ -74,6 +75,19 @@ stream-oriented parser in which an application registers 
handlers for
 things the parser might find in the XML document (like start tags).")
     (license license:expat)))
 
+(define expat-2.2.1
+  (package
+    (inherit expat)
+    (replacement #f)
+    (version "2.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/expat/expat/"
+                                  version "/expat-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "11c8jy1wvllvlk7xdc5cm8hdhg0hvs8j0aqy6s702an8wkdcls0q"))))))
+
 (define-public libxml2
   (package
     (name "libxml2")
-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27414] [PATCH] gnu: expat: Replace with Expat 2.2.1 [security fixes] Date: Mon, 19 Jun 2017 12:41:07 -0400 User-agent: Mutt/1.8.3 (2017-05-23)
On Mon, Jun 19, 2017 at 02:07:00PM +0200, Ludovic Courtès wrote:
> Leo Famulari <address@hidden> skribis:
> 
> > Fixes CVE-2016-9063, CVE-2017-9233, and several others. See the file 
> > 'Changes'
> > in the source distribution for more information.
> >
> > * gnu/packages/xml.scm (expat)[replacement]: New field.
> > (expat-2.2.1): New variable.
> 
> LGTM, thanks!

Mark took care of it. Thanks for the review!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]