gnu: jasper: Update to 2.0.23.
Fixes CVE-2020-27828. * gnu/packages/image.scm (jasper): Update to 2.0.23. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									3a1cb921c9
								
							
						
					
					
						commit
						038e396254
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1416,7 +1416,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
 | 
				
			||||||
(define-public jasper
 | 
					(define-public jasper
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "jasper")
 | 
					    (name "jasper")
 | 
				
			||||||
    (version "2.0.22")
 | 
					    (version "2.0.23")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1425,7 +1425,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1qw96mwwd9xw21jg5s7njqgbam566skj93i81aflijy40s31dfwz"))))
 | 
					                "1fccpss5ii9rnsd2pkg6k7mkckwpfi8dgp64qzqv3zp1vs2nffw6"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libjpeg" ,libjpeg-turbo)))
 | 
					     `(("libjpeg" ,libjpeg-turbo)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue