[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 456dac570c664995e7f5bc14ed840bc83ddbbe02 Author: Johannes Huber gentoo org> AuthorDate: Thu Dec 24 10:23:32 2020 + Commit: Johannes Huber gentoo org> CommitDate: Thu Dec 24 10:24:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456dac57 net-vpn/openfortivpn: Version bump 1.15.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild | 38 + 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 88bf1ccd2d8..23e0e4b0c97 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1,3 @@ DIST openfortivpn-1.13.2.tar.gz 82977 BLAKE2B 5daf2fdacaf2f9c3bc0a4bc3fc26543ed0ab424b70d2795e7b3d74b38cba53b1a8a9823564198ea5292b63f872c12f17ed3f65111a7024faee19640fff765cd7 SHA512 6be456784618d0af26190bad4af20a5f7163d3d984e3317fa3aac04b605ddd39f8973b192cf35fc8a371bf5ca4cbff8f644991b0cc031f558bf7881066fe8ec2 DIST openfortivpn-1.13.3.tar.gz 150681 BLAKE2B 378837373f743c474233e5c7d0f8698a1bbaa5b2b84c89173547e4d0674e4ffe8949bf105462b7d355e603483577008d7ef99315e78a7511dca043426b668885 SHA512 57f87e1f1243b2eb1f4ef17dfacea203c8b11fd0e65440eef4c6b08af0b821c5a087a85d98423540114a7d977d12c4a99d0edcc348f0107fd230f573e3df0fbf +DIST openfortivpn-1.15.0.tar.gz 157951 BLAKE2B 051dbc5ab5c003926fa4424b9c69e899bc9602aabab7749953743d1d81e0ebd90ebdf157921cabc016cf93263279eab111ed1b9763fb4ba50a11f463659be2dd SHA512 8ec6454c197925a031a454e3983ed98d93d48514d86ebb09483157872e299d9c6b36a966ac6c67cd85d203223460998cdc0e6af9d5389357d4a55789aa5e2083 diff --git a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild new file mode 100644 index 000..2cda60426dc --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 4bbb659ac99779dbfc3976e2d452c7c9b2d26ba3 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 29 10:47:47 2020 + Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 29 10:48:32 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbb659a net-vpn/openfortivpn: Version bump 1.13.3 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild | 38 + 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 7727b0525b6..88bf1ccd2d8 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1,2 @@ DIST openfortivpn-1.13.2.tar.gz 82977 BLAKE2B 5daf2fdacaf2f9c3bc0a4bc3fc26543ed0ab424b70d2795e7b3d74b38cba53b1a8a9823564198ea5292b63f872c12f17ed3f65111a7024faee19640fff765cd7 SHA512 6be456784618d0af26190bad4af20a5f7163d3d984e3317fa3aac04b605ddd39f8973b192cf35fc8a371bf5ca4cbff8f644991b0cc031f558bf7881066fe8ec2 +DIST openfortivpn-1.13.3.tar.gz 150681 BLAKE2B 378837373f743c474233e5c7d0f8698a1bbaa5b2b84c89173547e4d0674e4ffe8949bf105462b7d355e603483577008d7ef99315e78a7511dca043426b668885 SHA512 57f87e1f1243b2eb1f4ef17dfacea203c8b11fd0e65440eef4c6b08af0b821c5a087a85d98423540114a7d977d12c4a99d0edcc348f0107fd230f573e3df0fbf diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild new file mode 100644 index 000..2cda60426dc --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 8432050432f615c45e1a07adab6accf701e57d1a Author: Johannes Huber gentoo org> AuthorDate: Tue Mar 31 09:32:37 2020 + Commit: Johannes Huber gentoo org> CommitDate: Tue Mar 31 09:32:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84320504 net-vpn/openfortivpn: Security cleanup Remove vulnerable version 1.11.0 (CVE-2020-{7041,7042,7043}) Bug: https://bugs.gentoo.org/711018 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild | 38 - 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index b89b1a4ddc2..7727b0525b6 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1 @@ -DIST openfortivpn-1.11.0.tar.gz 77325 BLAKE2B af899a0e096f439fd85bf65d5a6bf620fd970177ab2afbf4b4bcfec6fdd34179ec7e239ceadcf0fe326c8eb9d281e7c19756e2ea444e96c58a203f0c32795163 SHA512 09a1d2deea932be80306a2a394aae8553e23389668844dd16d69626bdf1e6c28f58c0d45483fbb994b046e4e4cce4bf6e1e79fcd3ebc2c4d93870f431a8553f4 DIST openfortivpn-1.13.2.tar.gz 82977 BLAKE2B 5daf2fdacaf2f9c3bc0a4bc3fc26543ed0ab424b70d2795e7b3d74b38cba53b1a8a9823564198ea5292b63f872c12f17ed3f65111a7024faee19640fff765cd7 SHA512 6be456784618d0af26190bad4af20a5f7163d3d984e3317fa3aac04b605ddd39f8973b192cf35fc8a371bf5ca4cbff8f644991b0cc031f558bf7881066fe8ec2 diff --git a/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild deleted file mode 100644 index 6055fa16e3c..000 --- a/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 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" -IUSE="libressl" - -DEPEND=" - net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl: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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 4d09354c69350ab19c8f9e4cfa58b661cb30f7df Author: Mikle Kolyada gentoo org> AuthorDate: Tue Mar 31 08:17:01 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Mar 31 08:17:01 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d09354c net-vpn/openfortivpn: amd64 stable wrt bug #711018 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild index 2cda60426dc..6055fa16e3c 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 7e5ea44f7b0a08797db2da56e796498db09c55aa Author: Johannes Huber gentoo org> AuthorDate: Sat Mar 28 08:28:03 2020 + Commit: Johannes Huber gentoo org> CommitDate: Sat Mar 28 08:28:03 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5ea44f net-vpn/openfortivpn: Version bump 1.13.2 Bug: https://bugs.gentoo.org/711018 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild | 38 + 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 0289e10156f..b89b1a4ddc2 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1,2 @@ DIST openfortivpn-1.11.0.tar.gz 77325 BLAKE2B af899a0e096f439fd85bf65d5a6bf620fd970177ab2afbf4b4bcfec6fdd34179ec7e239ceadcf0fe326c8eb9d281e7c19756e2ea444e96c58a203f0c32795163 SHA512 09a1d2deea932be80306a2a394aae8553e23389668844dd16d69626bdf1e6c28f58c0d45483fbb994b046e4e4cce4bf6e1e79fcd3ebc2c4d93870f431a8553f4 +DIST openfortivpn-1.13.2.tar.gz 82977 BLAKE2B 5daf2fdacaf2f9c3bc0a4bc3fc26543ed0ab424b70d2795e7b3d74b38cba53b1a8a9823564198ea5292b63f872c12f17ed3f65111a7024faee19640fff765cd7 SHA512 6be456784618d0af26190bad4af20a5f7163d3d984e3317fa3aac04b605ddd39f8973b192cf35fc8a371bf5ca4cbff8f644991b0cc031f558bf7881066fe8ec2 diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild new file mode 100644 index 000..2cda60426dc --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: b93596bed08f06a8fef14e0a377be11f350bab97 Author: Johannes Huber gentoo org> AuthorDate: Tue Feb 18 16:56:54 2020 + Commit: Johannes Huber gentoo org> CommitDate: Tue Feb 18 16:56:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93596be net-vpn/openfortivpn: Remove 1.10.0 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild | 38 - 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index fd18edaf1b5..0289e10156f 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1 @@ -DIST openfortivpn-1.10.0.tar.gz 74872 BLAKE2B 98b6840aedb72592d95f12c011823119f1622154f1ebe20da867e6e0b8b2da666928a74d8712564d743d37b9c1ef24d9e1764cd11e86b53d4969594f549e68d6 SHA512 504cc489c298a59b958afe8278e3d7089fa2f5c21b0ce4c1c6e8bd99ccc670f86ba48812b844dffae04930d3398ac38e7a27768022e972f45b81f19e8400801e DIST openfortivpn-1.11.0.tar.gz 77325 BLAKE2B af899a0e096f439fd85bf65d5a6bf620fd970177ab2afbf4b4bcfec6fdd34179ec7e239ceadcf0fe326c8eb9d281e7c19756e2ea444e96c58a203f0c32795163 SHA512 09a1d2deea932be80306a2a394aae8553e23389668844dd16d69626bdf1e6c28f58c0d45483fbb994b046e4e4cce4bf6e1e79fcd3ebc2c4d93870f431a8553f4 diff --git a/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild deleted file mode 100644 index 5e5d4af55cb..000 --- a/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 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" -IUSE="libressl" - -DEPEND=" - net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl: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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 8c794c8c6e1106e8b011cfcbe80d963b44f37bdc Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Feb 17 12:11:44 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Feb 17 12:11:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c794c8c net-vpn/openfortivpn: amd64 stable wrt bug #709714 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild index ceec9d12a8e..6055fa16e3c 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: babfd54b4d5d0cee8235934875a638ca31bf6df0 Author: Johannes Huber gentoo org> AuthorDate: Thu Dec 26 11:17:13 2019 + Commit: Johannes Huber gentoo org> CommitDate: Thu Dec 26 11:17:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babfd54b net-vpn/openfortivpn: Remove 1.9.0 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index d9251ae21bf..fd18edaf1b5 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,3 +1,2 @@ DIST openfortivpn-1.10.0.tar.gz 74872 BLAKE2B 98b6840aedb72592d95f12c011823119f1622154f1ebe20da867e6e0b8b2da666928a74d8712564d743d37b9c1ef24d9e1764cd11e86b53d4969594f549e68d6 SHA512 504cc489c298a59b958afe8278e3d7089fa2f5c21b0ce4c1c6e8bd99ccc670f86ba48812b844dffae04930d3398ac38e7a27768022e972f45b81f19e8400801e DIST openfortivpn-1.11.0.tar.gz 77325 BLAKE2B af899a0e096f439fd85bf65d5a6bf620fd970177ab2afbf4b4bcfec6fdd34179ec7e239ceadcf0fe326c8eb9d281e7c19756e2ea444e96c58a203f0c32795163 SHA512 09a1d2deea932be80306a2a394aae8553e23389668844dd16d69626bdf1e6c28f58c0d45483fbb994b046e4e4cce4bf6e1e79fcd3ebc2c4d93870f431a8553f4 -DIST openfortivpn-1.9.0.tar.gz 71903 BLAKE2B 0f37b782944e96ba043b82bb172cdd90badf501a31f4ef253cdfc2ea59f4d478ccb4de15514df279059ad41ff3d872e2521ebc64af56844e5d3dd719e8965e18 SHA512 bea07d173f84562e37bbd925fc9ca1ffc4b91442792d29dd5f78849a44df7f4f677f306bb9020ca3ebdc4da1d5635bb4e746455c4ccf9ef1598c8100dcb2df7a diff --git a/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild deleted file mode 100644 index ba9f16f5925..000 --- a/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools linux-info - -DESCRIPTION="A 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" -IUSE="libressl" - -DEPEND=" - net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl: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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 8b538b9dee167a692ab818b41beecc18cdcbecd5 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Dec 13 09:45:37 2019 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Dec 13 09:45:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b538b9d net-vpn/openfortivpn: amd64 stable wrt bug #702620 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild index ceec9d12a8e..5e5d4af55cb 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 65b67cbf9b6deb015ea0d84e560f3718ee4741a5 Author: Johannes Huber gentoo org> AuthorDate: Thu Dec 12 20:47:50 2019 + Commit: Johannes Huber gentoo org> CommitDate: Thu Dec 12 20:48:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b67cbf net-vpn/openfortivpn: Version bump 1.11.0 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild | 38 + 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index cf24e2acb8a..d9251ae21bf 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1,3 @@ DIST openfortivpn-1.10.0.tar.gz 74872 BLAKE2B 98b6840aedb72592d95f12c011823119f1622154f1ebe20da867e6e0b8b2da666928a74d8712564d743d37b9c1ef24d9e1764cd11e86b53d4969594f549e68d6 SHA512 504cc489c298a59b958afe8278e3d7089fa2f5c21b0ce4c1c6e8bd99ccc670f86ba48812b844dffae04930d3398ac38e7a27768022e972f45b81f19e8400801e +DIST openfortivpn-1.11.0.tar.gz 77325 BLAKE2B af899a0e096f439fd85bf65d5a6bf620fd970177ab2afbf4b4bcfec6fdd34179ec7e239ceadcf0fe326c8eb9d281e7c19756e2ea444e96c58a203f0c32795163 SHA512 09a1d2deea932be80306a2a394aae8553e23389668844dd16d69626bdf1e6c28f58c0d45483fbb994b046e4e4cce4bf6e1e79fcd3ebc2c4d93870f431a8553f4 DIST openfortivpn-1.9.0.tar.gz 71903 BLAKE2B 0f37b782944e96ba043b82bb172cdd90badf501a31f4ef253cdfc2ea59f4d478ccb4de15514df279059ad41ff3d872e2521ebc64af56844e5d3dd719e8965e18 SHA512 bea07d173f84562e37bbd925fc9ca1ffc4b91442792d29dd5f78849a44df7f4f677f306bb9020ca3ebdc4da1d5635bb4e746455c4ccf9ef1598c8100dcb2df7a diff --git a/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild new file mode 100644 index 000..ceec9d12a8e --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: b1068f2b88c0dd26dc8914e68de02b89eadb220f Author: Johannes Huber gentoo org> AuthorDate: Sun Jun 30 09:17:29 2019 + Commit: Johannes Huber gentoo org> CommitDate: Sun Jun 30 09:17:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1068f2b net-vpn/openfortivpn: Version bump 1.10.0 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild | 38 + 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 1e95cf9ba08..cf24e2acb8a 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1,2 @@ +DIST openfortivpn-1.10.0.tar.gz 74872 BLAKE2B 98b6840aedb72592d95f12c011823119f1622154f1ebe20da867e6e0b8b2da666928a74d8712564d743d37b9c1ef24d9e1764cd11e86b53d4969594f549e68d6 SHA512 504cc489c298a59b958afe8278e3d7089fa2f5c21b0ce4c1c6e8bd99ccc670f86ba48812b844dffae04930d3398ac38e7a27768022e972f45b81f19e8400801e DIST openfortivpn-1.9.0.tar.gz 71903 BLAKE2B 0f37b782944e96ba043b82bb172cdd90badf501a31f4ef253cdfc2ea59f4d478ccb4de15514df279059ad41ff3d872e2521ebc64af56844e5d3dd719e8965e18 SHA512 bea07d173f84562e37bbd925fc9ca1ffc4b91442792d29dd5f78849a44df7f4f677f306bb9020ca3ebdc4da1d5635bb4e746455c4ccf9ef1598c8100dcb2df7a diff --git a/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild new file mode 100644 index 000..ceec9d12a8e --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.10.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: ba87b3e4d5e5337667df0871afd4dc2ef418c6e4 Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 6 20:38:07 2019 + Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 6 20:38:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba87b3e4 net-vpn/openfortivpn: Remove 1.8.1 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index e14b2d2eb5a..1e95cf9ba08 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1 @@ -DIST openfortivpn-1.8.1.tar.gz 70521 BLAKE2B 5451ab9937e0f6ba1c2601f9ad8a44d5b9954b9798f4a4aa81675d561f5aa95890946a5623af9a57db6e20fe074e65b0578655ca538c20751e7e1363df01ab68 SHA512 0c2f26e744c266125bf35a643bc2510d782c9c7b4e3324cef53cc7e9a350df3c968c4d0d34256a64cf6b7d1cad2ffc95019a39586786238481dda20030e524a9 DIST openfortivpn-1.9.0.tar.gz 71903 BLAKE2B 0f37b782944e96ba043b82bb172cdd90badf501a31f4ef253cdfc2ea59f4d478ccb4de15514df279059ad41ff3d872e2521ebc64af56844e5d3dd719e8965e18 SHA512 bea07d173f84562e37bbd925fc9ca1ffc4b91442792d29dd5f78849a44df7f4f677f306bb9020ca3ebdc4da1d5635bb4e746455c4ccf9ef1598c8100dcb2df7a diff --git a/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild deleted file mode 100644 index ba9f16f5925..000 --- a/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools linux-info - -DESCRIPTION="A 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" -IUSE="libressl" - -DEPEND=" - net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl: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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 7a963ccb38adf8e7d2d2df689720a6ab7824545f Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jun 6 06:51:00 2019 + Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jun 6 06:51:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a963ccb net-vpn/openfortivpn: amd64 stable wrt bug #687414 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild index a0280e748da..ba9f16f5925 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: ff5b913bff4536cc0e2037505ba3d14ed8d57e53 Author: Johannes Huber gentoo org> AuthorDate: Thu May 23 20:57:38 2019 + Commit: Johannes Huber gentoo org> CommitDate: Sat May 25 12:55:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5b913b net-vpn/openfortivpn: Remove 1.7.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 9e743219e7c..e14b2d2eb5a 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,3 +1,2 @@ -DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1 DIST openfortivpn-1.8.1.tar.gz 70521 BLAKE2B 5451ab9937e0f6ba1c2601f9ad8a44d5b9954b9798f4a4aa81675d561f5aa95890946a5623af9a57db6e20fe074e65b0578655ca538c20751e7e1363df01ab68 SHA512 0c2f26e744c266125bf35a643bc2510d782c9c7b4e3324cef53cc7e9a350df3c968c4d0d34256a64cf6b7d1cad2ffc95019a39586786238481dda20030e524a9 DIST openfortivpn-1.9.0.tar.gz 71903 BLAKE2B 0f37b782944e96ba043b82bb172cdd90badf501a31f4ef253cdfc2ea59f4d478ccb4de15514df279059ad41ff3d872e2521ebc64af56844e5d3dd719e8965e18 SHA512 bea07d173f84562e37bbd925fc9ca1ffc4b91442792d29dd5f78849a44df7f4f677f306bb9020ca3ebdc4da1d5635bb4e746455c4ccf9ef1598c8100dcb2df7a diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild deleted file mode 100644 index edc56936ac0..000 --- a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools linux-info - -DESCRIPTION="A 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" -IUSE="libressl" - -DEPEND=" - net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl: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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: c6492a6b386d942550eb3c190de2046ae8a4e7ed Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 19 20:36:20 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 19 20:36:20 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6492a6b net-vpn/openfortivpn: amd64 stable wrt bug #684856 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild index a0280e748da..ba9f16f5925 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 72062603f31286ec1454911e1edd9b648769b1dd Author: Johannes Huber gentoo org> AuthorDate: Wed May 1 08:20:43 2019 + Commit: Johannes Huber gentoo org> CommitDate: Wed May 1 08:21:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72062603 net-vpn/openfortivpn: Version bump 1.9.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Johannes Huber gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index b309783b649..9e743219e7c 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1,3 @@ DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1 DIST openfortivpn-1.8.1.tar.gz 70521 BLAKE2B 5451ab9937e0f6ba1c2601f9ad8a44d5b9954b9798f4a4aa81675d561f5aa95890946a5623af9a57db6e20fe074e65b0578655ca538c20751e7e1363df01ab68 SHA512 0c2f26e744c266125bf35a643bc2510d782c9c7b4e3324cef53cc7e9a350df3c968c4d0d34256a64cf6b7d1cad2ffc95019a39586786238481dda20030e524a9 +DIST openfortivpn-1.9.0.tar.gz 71903 BLAKE2B 0f37b782944e96ba043b82bb172cdd90badf501a31f4ef253cdfc2ea59f4d478ccb4de15514df279059ad41ff3d872e2521ebc64af56844e5d3dd719e8965e18 SHA512 bea07d173f84562e37bbd925fc9ca1ffc4b91442792d29dd5f78849a44df7f4f677f306bb9020ca3ebdc4da1d5635bb4e746455c4ccf9ef1598c8100dcb2df7a diff --git a/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild new file mode 100644 index 000..a0280e748da --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.9.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools linux-info + +DESCRIPTION="A 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 869cca1402e8ec12d64c4eb99175eadc2070dc15 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jan 6 16:58:25 2019 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jan 6 16:58:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869cca14 net-vpn/openfortivpn: Version bump Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index df1f0409b5b..b309783b649 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1,2 @@ DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1 +DIST openfortivpn-1.8.1.tar.gz 70521 BLAKE2B 5451ab9937e0f6ba1c2601f9ad8a44d5b9954b9798f4a4aa81675d561f5aa95890946a5623af9a57db6e20fe074e65b0578655ca538c20751e7e1363df01ab68 SHA512 0c2f26e744c266125bf35a643bc2510d782c9c7b4e3324cef53cc7e9a350df3c968c4d0d34256a64cf6b7d1cad2ffc95019a39586786238481dda20030e524a9 diff --git a/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild new file mode 100644 index 000..a0280e748da --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.8.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools linux-info + +DESCRIPTION="A 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 231ba7dd0a6c1d5cd84caf2cba367c60c770ef3a Author: Johannes Huber gentoo org> AuthorDate: Sat Oct 6 14:12:09 2018 + Commit: Johannes Huber gentoo org> CommitDate: Sat Oct 6 14:12:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231ba7dd net-vpn/openfortivpn: Remove 1.6.0 Signed-off-by: Johannes Huber gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 2385f71f5cc..df1f0409b5b 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1 @@ -DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69 DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1 diff --git a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild deleted file mode 100644 index 159200d14e7..000 --- a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools linux-info - -DESCRIPTION="A 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" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - net-dialup/ppp -" -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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: af1a21647ebb8193528dfbb37d35e32fd8813480 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jul 21 14:17:43 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jul 21 14:17:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a2164 net-vpn/openfortivpn: amd64 stable wrt bug #661546 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild index 85ff43fb15a..edc56936ac0 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 2f68b425bdf4eee73c5791d00054ea06f2a7a709 Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 18 19:15:46 2018 + Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 18 19:16:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f68b425 net-vpn/openfortivpn: EAPI 7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild index bfc317510e6..85ff43fb15a 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools linux-info
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: a86bda100c55035cc20203096d79dc89660c7dd9 Author: Johannes Huber gentoo org> AuthorDate: Sun Jun 24 18:19:52 2018 + Commit: Johannes Huber gentoo org> CommitDate: Sun Jun 24 18:20:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86bda10 net-vpn/openfortivpn: Fix emaul address Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-vpn/openfortivpn/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/metadata.xml b/net-vpn/openfortivpn/metadata.xml index 94ab0e40cd4..5ddf5368913 100644 --- a/net-vpn/openfortivpn/metadata.xml +++ b/net-vpn/openfortivpn/metadata.xml @@ -2,7 +2,7 @@ http://www.gentoo.org/dtd/metadata.dtd;> - j...@gentoo.de + j...@gentoo.org Johannes Huber
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: e1f0e87b5ec78ff62351b20943baba74cc6fe808 Author: Johannes Huber gentoo org> AuthorDate: Tue Jun 19 16:01:22 2018 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jun 19 16:02:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f0e87b net-vpn/openfortivpn: Version bump 1.7.1 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 5dec0ccaf0d..17a3566d674 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1,3 @@ DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69 DIST openfortivpn-1.7.0.tar.gz 60073 BLAKE2B 422e21daa4ee340009f9e1d660f12b4cc392e2c9694dc24cd2912c89996959907c2ea08fa3bfd11ea82c3984575f1cd1f59d671a7b4188e50ba1a9bbf77f9977 SHA512 60bf57a78e228f3f2f497f5b537abe25eb98a6fb8c41b521acf2e2182ac2c0ca12202a8c4e8d87cd230b0e35d31f4ae97f7137247b53e0c574bec195de0f4275 +DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1 diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild new file mode 100644 index 000..bfc317510e6 --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools linux-info + +DESCRIPTION="A 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: a182ec2ac49e2417e60b6ed4dc1f41bbf8710dc1 Author: Johannes Huber gentoo org> AuthorDate: Tue Jun 19 16:01:53 2018 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jun 19 16:02:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a182ec2a net-vpn/openfortivpn: Remove 1.7.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 17a3566d674..2385f71f5cc 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,3 +1,2 @@ DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69 -DIST openfortivpn-1.7.0.tar.gz 60073 BLAKE2B 422e21daa4ee340009f9e1d660f12b4cc392e2c9694dc24cd2912c89996959907c2ea08fa3bfd11ea82c3984575f1cd1f59d671a7b4188e50ba1a9bbf77f9977 SHA512 60bf57a78e228f3f2f497f5b537abe25eb98a6fb8c41b521acf2e2182ac2c0ca12202a8c4e8d87cd230b0e35d31f4ae97f7137247b53e0c574bec195de0f4275 DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1 diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild deleted file mode 100644 index bfc317510e6..000 --- a/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools linux-info - -DESCRIPTION="A 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" -IUSE="libressl" - -DEPEND=" - net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl: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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 04dd2d5b93b524ebbd3b1074dbe3ad0c024ff526 Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 14 20:51:31 2018 + Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 14 20:51:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dd2d5b net-vpn/openfortivpn: Take over maintainenance Acked-by: Mathy Vanvoorden vanvoorden.be> Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-vpn/openfortivpn/metadata.xml | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/net-vpn/openfortivpn/metadata.xml b/net-vpn/openfortivpn/metadata.xml index f7032722131..94ab0e40cd4 100644 --- a/net-vpn/openfortivpn/metadata.xml +++ b/net-vpn/openfortivpn/metadata.xml @@ -1,15 +1,11 @@ http://www.gentoo.org/dtd/metadata.dtd;> - -ma...@vanvoorden.be -Mathy Vanvoorden - - -proxy-ma...@gentoo.org -Proxy Maintainers - - -adrienverge/openfortivpn - + + j...@gentoo.de + Johannes Huber + + + adrienverge/openfortivpn +
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 31becc0e7149c4cb5da347ed64698482c669a46a Author: Johannes Huber gentoo org> AuthorDate: Sat May 26 22:41:26 2018 + Commit: Johannes Huber gentoo org> CommitDate: Sat May 26 22:41:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31becc0e net-vpn/openfortivpn: Version bump 1.7.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index f5b9246e362..5dec0ccaf0d 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1,2 @@ DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69 +DIST openfortivpn-1.7.0.tar.gz 60073 BLAKE2B 422e21daa4ee340009f9e1d660f12b4cc392e2c9694dc24cd2912c89996959907c2ea08fa3bfd11ea82c3984575f1cd1f59d671a7b4188e50ba1a9bbf77f9977 SHA512 60bf57a78e228f3f2f497f5b537abe25eb98a6fb8c41b521acf2e2182ac2c0ca12202a8c4e8d87cd230b0e35d31f4ae97f7137247b53e0c574bec195de0f4275 diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild new file mode 100644 index 000..bfc317510e6 --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools linux-info + +DESCRIPTION="A 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" +IUSE="libressl" + +DEPEND=" + net-dialup/ppp + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl: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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: d16a00670aacd9dbc208d5cc9586a70744042f85 Author: Mikle Kolyada gentoo org> AuthorDate: Fri May 11 20:47:18 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri May 11 20:53:20 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16a0067 net-vpn/openfortivpn: and64 stable wrt bug #655452 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild index c8484fbeaef..159200d14e7 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libressl" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: d9d1be841b1ebe1bffbf067f30fd5047dde8c660 Author: Johannes Huber gentoo org> AuthorDate: Fri May 11 08:58:38 2018 + Commit: Johannes Huber gentoo org> CommitDate: Fri May 11 08:59:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d1be84 net-vpn/openfortivpn: Remove 1.5.0 Package-Manager: Portage-2.3.36, Repoman-2.3.9 net-vpn/openfortivpn/Manifest | 1 - net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index cfbb82a8b28..f5b9246e362 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1,2 +1 @@ -DIST openfortivpn-1.5.0.tar.gz 52302 BLAKE2B 8e776d089eee5a33a80b36684f006b3a4bda56405f50b134edfb371f174341299362f2d7e79f8c0b86bd9c255f253cdd195c2598f462d4f3ee262727ab31d135 SHA512 2ee56baf83b4ca604512dfb0f518c03731be18c08399a4482190ea9c8cf0c14a570e31ae3b1bcd32067203a008d02a7d4414000f817b178b4cdbd171035be76c DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69 diff --git a/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild deleted file mode 100644 index 0027219ec51..000 --- a/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools linux-info - -DESCRIPTION="A 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" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - net-dialup/ppp -" -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 -}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 3f933e6eb7801b648e5f4e61f8c7a66d26332970 Author: Johannes Huber gentoo org> AuthorDate: Sun Mar 18 16:27:39 2018 + Commit: Johannes Huber gentoo org> CommitDate: Sun Mar 18 16:28:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f933e6e net-vpn/openfortivpn: Version bump 1.6.0 Closes: https://bugs.gentoo.org/650548 Reported-by: Arne Babenhauserheide web.de> Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-vpn/openfortivpn/Manifest | 1 + net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index fd81b050c26..cfbb82a8b28 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1,2 @@ DIST openfortivpn-1.5.0.tar.gz 52302 BLAKE2B 8e776d089eee5a33a80b36684f006b3a4bda56405f50b134edfb371f174341299362f2d7e79f8c0b86bd9c255f253cdd195c2598f462d4f3ee262727ab31d135 SHA512 2ee56baf83b4ca604512dfb0f518c03731be18c08399a4482190ea9c8cf0c14a570e31ae3b1bcd32067203a008d02a7d4414000f817b178b4cdbd171035be76c +DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69 diff --git a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild new file mode 100644 index 000..c8484fbeaef --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools linux-info + +DESCRIPTION="A 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" +IUSE="libressl" + +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + net-dialup/ppp +" +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 +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
commit: 59446412849af9496fca0dc9c53002e4db3a8362 Author: Mathy Vanvoorden vanvoorden be> AuthorDate: Tue Nov 7 19:24:22 2017 + Commit: Patrice Clement gentoo org> CommitDate: Tue Nov 7 22:58:31 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59446412 net-vpn/openfortivpn: version bump to 1.5.0. Closes: https://bugs.gentoo.org/631006 Closes: https://github.com/gentoo/gentoo/pull/6144 Package-Manager: Portage-2.3.8, Repoman-2.3.4 net-vpn/openfortivpn/Manifest | 2 +- .../{openfortivpn-1.3.0.ebuild => openfortivpn-1.5.0.ebuild}| 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 0777d328909..7ecda3080fb 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1 @@ -DIST openfortivpn-1.3.0.tar.gz 48414 SHA256 a7dee87a9ef56c5d5a5d7288ae047f51f29472b2156e7d59bf9301aad6ac44ce SHA512 cedcb5677c03981cb255475113ebd06392edcbf4a57538515ff616db22334f4bef2e379d11eaa5a02f5d6a380ddf4b13bb6718269d01dea91a1ba25833dee107 WHIRLPOOL 164a44416db29acc2ebd9208a08ff9cb9578404739f1e6c5630eeede344a2dd15ae630437a417e382358b8dc44e6c73c431e94ae56f1ec844f96ca43a42965e7 +DIST openfortivpn-1.5.0.tar.gz 52302 SHA256 a96016826bf85435c26ef0e58d14ae91990a08aaf67c701dfa56345dd851c185 SHA512 2ee56baf83b4ca604512dfb0f518c03731be18c08399a4482190ea9c8cf0c14a570e31ae3b1bcd32067203a008d02a7d4414000f817b178b4cdbd171035be76c WHIRLPOOL 98e08de0090c16f70a98320d9a2a99a82dc859a9cac24265d4ad94f31ea68cb5edbc5c552614762b22c2a35c9df3e05a1839a4cf2d94e17b89a09f348135e189 diff --git a/net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild similarity index 100% rename from net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild rename to net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild