gnu: openvpn: Update to 2.5.3.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.3. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
This commit is contained in:
		
							parent
							
								
									019c862a67
								
							
						
					
					
						commit
						7ab6907448
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -513,7 +513,7 @@ this process.  It is compatible with Fortinet VPNs.")
 | 
			
		|||
(define-public openvpn
 | 
			
		||||
  (package
 | 
			
		||||
    (name "openvpn")
 | 
			
		||||
    (version "2.5.2")
 | 
			
		||||
    (version "2.5.3")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -521,7 +521,7 @@ this process.  It is compatible with Fortinet VPNs.")
 | 
			
		|||
                    version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1j0xkiya20hhvalfjg5l3v1226vyjs9j9aw2mzpnbwq1d61l69xi"))))
 | 
			
		||||
                "0zlski66mw10klmwvg445z051mld7xjng4iyl4f9b883qr1rjspv"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:configure-flags '("--enable-iproute2=yes")))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue