gnu: webkitgtk: Update to 2.14.4 [security fixes].
Fixes CVE-2017-{2350,2354,2355,2356,2362,2363,2364,2365,2366,2369,2371,2373}.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.4.
			
			
This commit is contained in:
		
							parent
							
								
									5c2af89985
								
							
						
					
					
						commit
						d0d878493b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -53,14 +53,14 @@
 | 
				
			||||||
(define-public webkitgtk
 | 
					(define-public webkitgtk
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "webkitgtk")
 | 
					    (name "webkitgtk")
 | 
				
			||||||
    (version "2.14.3")
 | 
					    (version "2.14.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://www.webkitgtk.org/releases/"
 | 
					              (uri (string-append "https://www.webkitgtk.org/releases/"
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0v0hkvggxi38cdb3v672qwr0m0y3x2rmnwh8j3q28869li8d9shb"))))
 | 
					                "1b73rcyfqjyg5rqw6f4760b2h1kixwva88clp2wl9vnl3psjvbni"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f ; no tests
 | 
					     '(#:tests? #f ; no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue