gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479].
* gnu/packages/vpn.scm (openvpn): Update to 2.4.2.
This commit is contained in:
		
							parent
							
								
									d7b344c5cd
								
							
						
					
					
						commit
						ace41d5071
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -153,7 +153,7 @@ and probably others.") | |||
| (define-public openvpn | ||||
|   (package | ||||
|     (name "openvpn") | ||||
|     (version "2.4.0") | ||||
|     (version "2.4.2") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append | ||||
|  | @ -161,7 +161,7 @@ and probably others.") | |||
|                     version ".tar.xz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg")))) | ||||
|                 "1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      '(#:configure-flags '("--enable-iproute2=yes"))) | ||||
|  |  | |||
		Reference in a new issue