gnu: openssl-next: Update to 1.1.0a [security fixes].
Fixes CVE-2016-{6304,6305,6307,6308}.
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0a.
[replacement]: New field.
			
			
This commit is contained in:
		
							parent
							
								
									50f701d4f9
								
							
						
					
					
						commit
						163d93a6bd
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -390,7 +390,8 @@ required structures.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit openssl)
 | 
					    (inherit openssl)
 | 
				
			||||||
    (name "openssl")
 | 
					    (name "openssl")
 | 
				
			||||||
    (version "1.1.0")
 | 
					    (replacement #f)
 | 
				
			||||||
 | 
					    (version "1.1.0a")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (list (string-append "ftp://ftp.openssl.org/source/"
 | 
					             (uri (list (string-append "ftp://ftp.openssl.org/source/"
 | 
				
			||||||
| 
						 | 
					@ -401,7 +402,7 @@ required structures.")
 | 
				
			||||||
              (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
 | 
					              (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "10lcpmnxap9nw8ymdglys93cgkwd1lf1rz4fhq5whwhlmkwrzipm"))))
 | 
					                "0as40a1lipl9qfax7495jc1xfb049ygavkaxxk4y5kcn8birdrn2"))))
 | 
				
			||||||
    (outputs '("out"
 | 
					    (outputs '("out"
 | 
				
			||||||
               "doc"        ;1.3MiB of man3 pages
 | 
					               "doc"        ;1.3MiB of man3 pages
 | 
				
			||||||
               "static"))   ; 5.5MiB of .a files
 | 
					               "static"))   ; 5.5MiB of .a files
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue