gnu: gnurl: Update to 7.51.0 [fixes CVE-2016-{8615..8625}].
* gnu/packages/gnunet.scm (gnurl): Update to 7.51.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									e681e347c4
								
							
						
					
					
						commit
						05e3865e07
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -163,7 +163,7 @@ and support for SSL3 and TLS.") | |||
| (define-public gnurl | ||||
|   (package | ||||
|    (name "gnurl") | ||||
|    (version "7.50.3") | ||||
|    (version "7.51.0") | ||||
|    (source (origin | ||||
|             (method url-fetch) | ||||
|             (uri (let ((version-with-underscores | ||||
|  | @ -172,7 +172,7 @@ and support for SSL3 and TLS.") | |||
|                                   name "-" version-with-underscores ".tar.bz2"))) | ||||
|             (sha256 | ||||
|              (base32 | ||||
|               "07ij9mj60kpfrmi0436k14b1d1idsj79nk4w5h3bia69arzp2cnk")))) | ||||
|               "1rgl4agrzghvyfz1afk1p5ryq4b9cz28lavx8ikrav6aiv9h00ig")))) | ||||
|    (build-system gnu-build-system) | ||||
|    (inputs `(("gnutls" ,gnutls) | ||||
|              ("libidn" ,libidn) | ||||
|  |  | |||
		Reference in a new issue