gnu: curl/fixed: Update to 8.4.0 [security fixes].
Fixes CVE-2023-38545 and CVE-2023-38546. See <https://curl.se/docs/CVE-2023-38545.html> and <https://curl.se/docs/CVE-2023-38546.html> for details. * gnu/packages/curl.scm (curl/fixed): Update to 8.4.0.
This commit is contained in:
		
							parent
							
								
									2610166c37
								
							
						
					
					
						commit
						d6d706a58b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -156,7 +156,7 @@ tunneling, and so on.")
 | 
			
		|||
    (home-page "https://curl.haxx.se/")))
 | 
			
		||||
 | 
			
		||||
(define curl/fixed
 | 
			
		||||
  (let ((%version "8.3.0"))
 | 
			
		||||
  (let ((%version "8.4.0"))
 | 
			
		||||
    (package
 | 
			
		||||
      (inherit curl)
 | 
			
		||||
      (version "8.3.0a")               ; add lowercase 'a' for grafting
 | 
			
		||||
| 
						 | 
				
			
			@ -166,7 +166,7 @@ tunneling, and so on.")
 | 
			
		|||
                                    %version ".tar.xz"))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
                  "0qza6yf20y2l4aaxkn8dfw8p3fls1mxljvdb0m8z1i6ncxvn4v9p"))
 | 
			
		||||
                  "0bd8y8v66biyqvg70ka1sdd0aixs6yzpnvfsig907xzh9af2mihn"))
 | 
			
		||||
                (patches (search-patches "curl-use-ssl-cert-env.patch"))))
 | 
			
		||||
      (arguments
 | 
			
		||||
       (if (system-hurd?)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue