public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
Date: Sun, 14 Jul 2024 14:12:48 +0000 (UTC)	[thread overview]
Message-ID: <1720966039.549566a9afd3fcb98469ba7c960c922d264f4a72.conikost@gentoo> (raw)

commit:     549566a9afd3fcb98469ba7c960c922d264f4a72
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 11 18:18:19 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 14:07:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549566a9

net-vpn/openfortivpn: add 1.22.1

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37519
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-vpn/openfortivpn/Manifest                   |  1 +
 net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild | 41 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index b88e7b43c9a1..86e7a9166727 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1,3 +1,4 @@
 DIST openfortivpn-1.19.0.tar.gz 168962 BLAKE2B f2cff6f89a0662aca5911f6c3ef5953181383d4a66a41df83916c551338f07364436a174de39874cb654d6538955ac5d0a57a875facf2cc9b8c8a27a48df7fbf SHA512 4f4179178cbf2fc03ddebdfd4197c03a7108ecfa5216d5f11d80b2e3b840816f0a9a59714f58ecdcf966b76eb9b459e0bf78901940120ed1aa1cf69021385a53
 DIST openfortivpn-1.20.2.tar.gz 167680 BLAKE2B fec9ef5f38af6cf32283cb281d0871115c3ddface35bbbe5fb96cd132cf2f586bd21ddaf55424bc902ea3984472109ec40ee4fd16706d10cc1795b4d68216b1d SHA512 e3ad8e74f7ba05f61df464af8a6ff6ba41e0c73ad52fbb9eaa9485814788a4636800b91cdd88f88caecbc9e305b2759a628b02fbe2eaf12d33c7912bb3ce065b
 DIST openfortivpn-1.20.3.tar.gz 168568 BLAKE2B ef6132c354c0348d09584675d7fe0213bf67f78df6ef36434f7e7d5166e6a7ec2dd4352613271f208a72b7666a6259642156bd297485714f9bc53f09fd2dce17 SHA512 38a1b208c2cbba1b1f723d6f8a2e178970b8fd384dbb424c38654821d56fc1652bae27b7593cd6af3c08d7c9b8cf97550185905b690e6eae7222b31aea266f01
+DIST openfortivpn-1.22.1.tar.gz 171440 BLAKE2B cd8024985f9242799bd42708e46b6080b75cf1b1281d0f9c29f767dc83e7f6a9338fa271e82f3c73fe94ab05d8d309fe7a78f5270b036bc33d9d19d873609b05 SHA512 a6d3342689c733534c37f023f5a25dfc5bbb00bc3a0f9531b7cef1dc2825b48dc00ba68798a760316e644eefde98355fba8f1673c17af51f876c5b2a54828e37

diff --git a/net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild
new file mode 100644
index 000000000000..a172d6c2da5d
--- /dev/null
+++ b/net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info
+
+DESCRIPTION="Fortinet compatible VPN client"
+HOMEPAGE="https://github.com/adrienverge/openfortivpn"
+SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3-with-openssl-exception openssl"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-libs/openssl:=
+	net-dialup/ppp
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~PPP ~PPP_ASYNC"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.02.3-systemd_substitute_bin_and_sysconfig_dirs.patch
+	"${FILESDIR}"/${PN}-1.20.3-pppd-ipcp-accept-remote.patch
+)
+
+src_prepare() {
+	default
+
+	sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from Makefile.am"
+
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	keepdir /etc/openfortivpn
+}


             reply	other threads:[~2024-07-14 14:12 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-14 14:12 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-24  8:16 [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/ Petr Vaněk
2024-11-23 15:05 Michał Górny
2024-10-19  1:23 Mike Gilbert
2023-07-04 19:21 Sam James
2023-06-01 19:14 Mike Gilbert
2023-05-30 22:12 Sam James
2023-05-18  7:51 Joonas Niilola
2022-12-18 18:50 Arthur Zamarin
2022-11-08 23:16 Sam James
2022-11-08  8:30 Sam James
2022-10-27 12:55 Joonas Niilola
2022-10-27 12:55 Joonas Niilola
2021-12-05  4:49 Sam James
2021-10-24  4:06 Sam James
2021-10-20  9:31 Sam James
2021-10-20  3:26 Sam James
2021-10-20  3:26 Sam James
2021-05-03  5:21 Johannes Huber
2021-05-02 20:00 Mikle Kolyada
2021-03-08  7:19 Johannes Huber
2020-12-24 10:24 Johannes Huber
2020-04-29 10:48 Johannes Huber
2020-03-31  9:33 Johannes Huber
2020-03-31  8:17 Mikle Kolyada
2020-03-28  8:28 Johannes Huber
2020-02-18 16:58 Johannes Huber
2020-02-17 12:13 Agostino Sarubbo
2019-12-26 11:18 Johannes Huber
2019-12-13  9:45 Agostino Sarubbo
2019-12-12 20:48 Johannes Huber
2019-06-30  9:18 Johannes Huber
2019-06-06 20:39 Johannes Huber
2019-06-06  6:51 Agostino Sarubbo
2019-05-25 12:55 Johannes Huber
2019-05-19 20:36 Mikle Kolyada
2019-05-01  8:21 Johannes Huber
2019-01-06 16:58 Andreas K. Hüttel
2018-10-06 14:12 Johannes Huber
2018-07-21 14:17 Mikle Kolyada
2018-07-18 19:16 Johannes Huber
2018-06-24 18:20 Johannes Huber
2018-06-19 16:02 Johannes Huber
2018-06-19 16:02 Johannes Huber
2018-06-14 20:51 Johannes Huber
2018-05-26 22:41 Johannes Huber
2018-05-11 20:53 Mikle Kolyada
2018-05-11  9:00 Johannes Huber
2018-03-18 16:29 Johannes Huber
2017-11-07 22:59 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1720966039.549566a9afd3fcb98469ba7c960c922d264f4a72.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox