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 eJNYBcUr1V/MPgAA0tVLHw (envelope-from ) for ; Sat, 12 Dec 2020 20:44:53 +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 IGQgAcUr1V9rdwAAbx9fmQ (envelope-from ) for ; Sat, 12 Dec 2020 20:44:53 +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 A3FB59404FF for ; Sat, 12 Dec 2020 20:44:52 +0000 (UTC) Received: from localhost ([::1]:45946 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koBl5-0006kj-JT for larch@yhetil.org; Sat, 12 Dec 2020 15:44:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koB7a-0001Es-Ks for guix-patches@gnu.org; Sat, 12 Dec 2020 15:04:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35173) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1koB7a-0006qs-Cu for guix-patches@gnu.org; Sat, 12 Dec 2020 15:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1koB7a-0000xa-6z for guix-patches@gnu.org; Sat, 12 Dec 2020 15:04:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45151] [PATCH] 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: Sat, 12 Dec 2020 20:04: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 Received: via spool by 45151-submit@debbugs.gnu.org id=B45151.16078034303673 (code B ref 45151); Sat, 12 Dec 2020 20:04:02 +0000 Received: (at 45151) by debbugs.gnu.org; 12 Dec 2020 20:03:50 +0000 Received: from localhost ([127.0.0.1]:46719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1koB7K-0000x7-RD for submit@debbugs.gnu.org; Sat, 12 Dec 2020 15:03:50 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:47253) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1koB7I-0000ws-75 for 45151@debbugs.gnu.org; Sat, 12 Dec 2020 15:03:45 -0500 Received: from neinpad.lan (unknown [79.175.1.142]) (Authenticated sender: mail@davie.li) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 4C58D100003; Sat, 12 Dec 2020 20:03:37 +0000 (UTC) From: David Dashyan Date: Sat, 12 Dec 2020 23:03:03 +0300 Message-Id: <20201212200303.13683-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: , Cc: David Dashyan Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.30 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: A3FB59404FF X-Spam-Score: -1.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: hirmxaGG2LVI gnu: openfortivpn: adjust inputs and homepage --- gnu/packages/vpn.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 04c34c3d4d..90e6778ead 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 + `(("autoconf" ,autoconf) + ("autotools" ,automake) + ("pkg-config" ,pkg-config))) + (inputs + `(("openssl" ,openssl) + ("ppp" ,ppp))) + (home-page "https://github.com/adrienverge/openfortivpn") + (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") base-commit: 91e35e32a4938e0e37499c64fa8ed3e7cf51dce3 -- 2.29.2