gnu: openvpn: Update to 2.4.0.

* gnu/packages/vpn.scm (openvpn): Update to 2.4.0.
master
Julien Lepiller 2017-01-08 18:16:41 +01:00
parent 557d9c8d7a
commit fa3346b852
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
;;;
;;; This file is part of GNU Guix.
;;;
@ -152,7 +153,7 @@ and probably others.")
(define-public openvpn
(package
(name "openvpn")
(version "2.3.14")
(version "2.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -160,7 +161,7 @@ and probably others.")
version ".tar.xz"))
(sha256
(base32
"167frlmmg2raffn9h7ww3agdwgfdl0wa5wm9fsgl0i6mz3md187k"))))
"0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))