diff options
author | Johannes Huber <johu@gentoo.org> | 2020-03-31 11:32:37 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2020-03-31 11:32:37 +0200 |
commit | 8432050432f615c45e1a07adab6accf701e57d1a (patch) | |
tree | 0c106e62cf2b545213a1d26dc5f18c8e2b768445 /net-vpn/openfortivpn | |
parent | dev-python/python-openid: s390 stable wrt bug #715302 (diff) | |
download | gentoo-8432050432f615c45e1a07adab6accf701e57d1a.tar.gz gentoo-8432050432f615c45e1a07adab6accf701e57d1a.tar.bz2 gentoo-8432050432f615c45e1a07adab6accf701e57d1a.zip |
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 <johu@gentoo.org>
Diffstat (limited to 'net-vpn/openfortivpn')
-rw-r--r-- | net-vpn/openfortivpn/Manifest | 1 | ||||
-rw-r--r-- | net-vpn/openfortivpn/openfortivpn-1.11.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index b89b1a4ddc23..7727b0525b6c 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 6055fa16e3ca..000000000000 --- 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 -} |