public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
Date: Wed, 20 Oct 2021 03:26:22 +0000 (UTC)	[thread overview]
Message-ID: <1634700369.c8b473f0b87da6dcaa18585f9da1a3ff095899af.sam@gentoo> (raw)

commit:     c8b473f0b87da6dcaa18585f9da1a3ff095899af
Author:     Petru Ciobanu <scantlight <AT> gmail <DOT> com>
AuthorDate: Tue Oct 12 00:12:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 03:26:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b473f0

net-vpn/openfortivpn: Version bump 1.17.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Petru Ciobanu <scantlight <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/openfortivpn/Manifest                   |  1 +
 net-vpn/openfortivpn/openfortivpn-1.17.0.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index 923da164637..8634d5657e3 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1,3 +1,4 @@
 DIST openfortivpn-1.13.2.tar.gz 82977 BLAKE2B 5daf2fdacaf2f9c3bc0a4bc3fc26543ed0ab424b70d2795e7b3d74b38cba53b1a8a9823564198ea5292b63f872c12f17ed3f65111a7024faee19640fff765cd7 SHA512 6be456784618d0af26190bad4af20a5f7163d3d984e3317fa3aac04b605ddd39f8973b192cf35fc8a371bf5ca4cbff8f644991b0cc031f558bf7881066fe8ec2
 DIST openfortivpn-1.15.0.tar.gz 157951 BLAKE2B 051dbc5ab5c003926fa4424b9c69e899bc9602aabab7749953743d1d81e0ebd90ebdf157921cabc016cf93263279eab111ed1b9763fb4ba50a11f463659be2dd SHA512 8ec6454c197925a031a454e3983ed98d93d48514d86ebb09483157872e299d9c6b36a966ac6c67cd85d203223460998cdc0e6af9d5389357d4a55789aa5e2083
 DIST openfortivpn-1.16.0.tar.gz 163878 BLAKE2B 003460ca6012b90ddea41b1fe533c3b6899fa8528ef656e6d1b4a200f01d3a476749405294fc2c3c4ba489a41d7e72738d540632922fe2ae2d2344f5fc5750e3 SHA512 bd57bc076f89604077c0c6f538090b33707e2534f83ae7e01ee0604b044b2f1083b65f7d0241fb4fc38eabe8462689137c66bf59dac12b21408b8453f5b2cc5a
+DIST openfortivpn-1.17.0.tar.gz 166943 BLAKE2B f6372eac056ce0b9c1d3ea46d6af3d5da2323ecc96273b37efb9eccb13d31f607b1bc5843b2d33b3a722901530109a6cf0b270d6d4e31433045e6bca6041279a SHA512 fb92e07468c6a4232977506eb42e416a32612a0bd78b705588c66e7ae68c712e2d245ee4eac6806dfb7cab5fcf10739ed9002358a425a8dbb75fb1cdc15e4c98

diff --git a/net-vpn/openfortivpn/openfortivpn-1.17.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.17.0.ebuild
new file mode 100644
index 00000000000..0c64cdfd137
--- /dev/null
+++ b/net-vpn/openfortivpn/openfortivpn-1.17.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="
+	net-dialup/ppp
+	dev-libs/openssl:0=
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~PPP ~PPP_ASYNC"
+
+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:[~2021-10-20  3:26 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20  3:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-19  1:23 [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/ Mike Gilbert
2024-07-14 14:12 Conrad Kostecki
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-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=1634700369.c8b473f0b87da6dcaa18585f9da1a3ff095899af.sam@gentoo \
    --to=sam@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