gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990].
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.4.
This commit is contained in:
		
							parent
							
								
									bb5f6d8cef
								
							
						
					
					
						commit
						5c9c7856a6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -158,7 +158,7 @@ things the parser might find in the XML document (like start tags).")
 | 
				
			||||||
(define expat/fixed
 | 
					(define expat/fixed
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit expat)
 | 
					    (inherit expat)
 | 
				
			||||||
    (version "2.4.3")
 | 
					    (version "2.4.4")
 | 
				
			||||||
    (source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
 | 
					    (source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
 | 
				
			||||||
              (origin
 | 
					              (origin
 | 
				
			||||||
                (method url-fetch)
 | 
					                (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -170,7 +170,7 @@ things the parser might find in the XML document (like start tags).")
 | 
				
			||||||
                            "/expat-" version ".tar.xz")))
 | 
					                            "/expat-" version ".tar.xz")))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "12kp4h40cpyqqpjqaldag0xq4ig1ljzpkzy9i2marc7blnqz3ydi")))))))
 | 
					                  "1f0iqdy21wcd5nbfgsf8r2d5ilh15mrv8qmm37nw4l9k6xp5vlmm")))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public libebml
 | 
					(define-public libebml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue