gnu: libressl: Update to 3.6.1.
* gnu/packages/tls.scm (libressl): Update to 3.6.1.
This commit is contained in:
		
							parent
							
								
									8d7cb7f2a4
								
							
						
					
					
						commit
						70f43c0c2e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -699,14 +699,14 @@ kilobytes of RAM.")
 | 
				
			||||||
(define-public libressl
 | 
					(define-public libressl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libressl")
 | 
					    (name "libressl")
 | 
				
			||||||
    (version "3.3.6")
 | 
					    (version "3.6.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://openbsd/LibreSSL/"
 | 
					              (uri (string-append "mirror://openbsd/LibreSSL/"
 | 
				
			||||||
                                  "libressl-" version ".tar.gz"))
 | 
					                                  "libressl-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "16jbzqj9wy2z10x8ppx63idw44k0d3wly0grpar0s6g1cn9q8a1z"))))
 | 
					                "0x37037rb0zx34zp0kbbqj2xwd57gh1m6bfn52f92fz92q9wdymc"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue