gnu: openssl: Update to 1.1.1k [security fixes].
Fixes CVE-2021-3450 and CVE-2021-3449. * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
This commit is contained in:
		
							parent
							
								
									3f1b2bd322
								
							
						
					
					
						commit
						10cbf042e1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -434,7 +434,7 @@ required structures.")
 | 
				
			||||||
(define-public openssl/fixed
 | 
					(define-public openssl/fixed
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (inherit openssl)
 | 
					   (inherit openssl)
 | 
				
			||||||
   (version "1.1.1j")
 | 
					   (version "1.1.1k")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (list (string-append "https://www.openssl.org/source/openssl-"
 | 
					             (uri (list (string-append "https://www.openssl.org/source/openssl-"
 | 
				
			||||||
| 
						 | 
					@ -447,7 +447,7 @@ required structures.")
 | 
				
			||||||
             (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
 | 
					             (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma"))))))
 | 
					               "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public openssl-1.0
 | 
					(define-public openssl-1.0
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue