From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id OLyfDGtW0V9lGwAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 22:57:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QOhqCGtW0V9xbgAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 22:57:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B9A8F9404CE for ; Wed, 9 Dec 2020 22:57:46 +0000 (UTC) Received: from localhost ([::1]:41682 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn8P3-0004Hj-IA for larch@yhetil.org; Wed, 09 Dec 2020 17:57:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn8OR-0004HY-IY for guix-patches@gnu.org; Wed, 09 Dec 2020 17:57:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn8OM-00047I-71 for guix-patches@gnu.org; Wed, 09 Dec 2020 17:57:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn8OM-0005Pi-6b for guix-patches@gnu.org; Wed, 09 Dec 2020 17:57:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45151] [PATCH 1/1] gnu: Add openfortivpn References: <20201209214123.27762-1-mail@davie.li> In-Reply-To: <20201209214123.27762-1-mail@davie.li> Resent-From: David Dashyan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 09 Dec 2020 22:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45151 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45151@debbugs.gnu.org Cc: David Dashyan Received: via spool by 45151-submit@debbugs.gnu.org id=B45151.160755461520798 (code B ref 45151); Wed, 09 Dec 2020 22:57:02 +0000 Received: (at 45151) by debbugs.gnu.org; 9 Dec 2020 22:56:55 +0000 Received: from localhost ([127.0.0.1]:36511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn8OA-0005PH-Uz for submit@debbugs.gnu.org; Wed, 09 Dec 2020 17:56:55 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:37081) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn8O8-0005P3-9B for 45151@debbugs.gnu.org; Wed, 09 Dec 2020 17:56:49 -0500 X-Originating-IP: 79.175.1.140 Received: from neinpad.lan (unknown [79.175.1.140]) (Authenticated sender: mail@davie.li) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 23BDEFF802; Wed, 9 Dec 2020 22:56:39 +0000 (UTC) From: David Dashyan Date: Thu, 10 Dec 2020 01:55:53 +0300 Message-Id: <20201209225553.28596-1-mail@davie.li> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 0.20 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: B9A8F9404CE X-Spam-Score: 0.20 X-Migadu-Scanner: scn1.migadu.com X-TUID: qupF0vKfQNrd --- gnu/packages/vpn.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 04c34c3d4d..8af9b89414 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Ryan Prior ;;; Copyright © 2020 Ivan Kozlov +;;; Copyright © 2020 David Dashyan ;;; ;;; This file is part of GNU Guix. ;;; @@ -287,6 +288,35 @@ and probably others.") (license license:lgpl2.1) (home-page "https://www.infradead.org/openconnect/"))) +(define-public openfortivpn + (package + (name "openfortivpn") + (version "1.15.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/adrienverge/openfortivpn") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qsfgpxg553s8rc9cyrc4k96z0pislxsdxb9wyhp8fdprkak2mw2")))) + (build-system gnu-build-system) + (native-inputs + `(("openssl" ,openssl) + ("autoconf" ,autoconf) + ("autotools" ,automake) + ("pkg-config" ,pkg-config))) + (propagated-inputs + `(("ppp" ,ppp))) + (home-page "https://openvpn.net/") + (synopsis "Client for PPP+SSL VPN tunnel services") + (description + "Client for PPP+SSL VPN tunnel services. It spawns a pppd process and +operates the communication between the gateway and this process. It is +compatible with Fortinet VPNs.") + (license license:gpl3+))) + (define-public openvpn (package (name "openvpn") -- 2.29.2