diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-01 03:04:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-01 03:04:39 +0000 |
commit | 407525b571b48cfd65e1ad7a02d250a927c967c9 (patch) | |
tree | 844bea44d85dc7218f54970af1c42cc9d55c3f1a /net-vpn/badvpn | |
parent | 89c6c06b8c42107dd231687a1012354e7d3039fc (diff) |
gentoo resync : 01.12.2017
Diffstat (limited to 'net-vpn/badvpn')
-rw-r--r-- | net-vpn/badvpn/Manifest | 2 | ||||
-rw-r--r-- | net-vpn/badvpn/metadata.xml | 24 |
2 files changed, 11 insertions, 15 deletions
diff --git a/net-vpn/badvpn/Manifest b/net-vpn/badvpn/Manifest index 764cbfe5ad7a..c6cce7fbc89d 100644 --- a/net-vpn/badvpn/Manifest +++ b/net-vpn/badvpn/Manifest @@ -14,4 +14,4 @@ EBUILD badvpn-1.999.127.ebuild 2004 BLAKE2B ddae8a9694e56e7c9fe099b809560ebd0343 EBUILD badvpn-1.999.128.ebuild 2018 BLAKE2B cb5408f8796f123aac915ebcf9b049cded8d45202ac44c72f6996aae2caec303588e2d5540fc9917cec37d55a7624ba28c2301d4e86b07a21fc7c1afacc6cf5b SHA512 961793858377216a5ac12cdd614765572332bf37fbbe1b7bef8a3f17d495d9e70bdc9271d4dee522fe212744a0fec08591426a71a3a13665c4879bac4daac8b3 EBUILD badvpn-1.999.129.ebuild 2070 BLAKE2B 3e96794c116d82689951ce70c9b3f92d2dcc3e8041dcc7cde40f903ae1bd6ac626586786f302228a6b53a44eed935982f343567ffc59138a84c36db577d4bf02 SHA512 95afb2657387e0598987965e58ede6a274d595bdc1748eb8e22c3d16e39af1206605e34420b7ea51a2ace928ce9a577d65293dec8512fd745b272c4b9b003359 EBUILD badvpn-1.999.130.ebuild 1976 BLAKE2B fca6b518a9a4f8cd61a89da6541ec1211f48fa9b722d31edc2e90ce5340384ad080c78994642303759d217ec68c29383315080ba605d28c44f9d2a160eb0b090 SHA512 ba1c2e0362eaa4aec4b9b4f2cf782d5a5bca50c821cd95c2b6e7077390459bb047f5d59f31b0fcfc752d4a15d5327dd2dc68d23c24f14e7a90c587f3571d6548 -MISC metadata.xml 1849 BLAKE2B afcd93abc2124518ff0c67550750df5a7da9fdc34b39f4cfff35e22eb395d7c53731c12234d84d471448a63444c9ad1fc9246d1eb23cbc7a1d4819c64213fd91 SHA512 fcec8de10a74e9c1950b1dc3e70b949bd6d5a8cbbcad3295f1b7dd177882959f53842b52e613dba70cf1928e85b8caa97d5b19abdec68804fe7e24bad36e8a08 +MISC metadata.xml 1791 BLAKE2B fa439ee56727dd74ea158a3ebd8f04f0f8e19187f57d3379dd1c853ae000e4fcb207ecc8dd6a57d2333e6067ed1c38b1c0c2c48ff7824c547fb33ad5d4741d34 SHA512 9624a7eced29c9d5fad928ea3d4b435646a50d60c15270bb00a11b13f38e9c048b6721bef070720a9de0c73054931f48ef2c14c81779c4fe58461a0bdf299772 diff --git a/net-vpn/badvpn/metadata.xml b/net-vpn/badvpn/metadata.xml index e2a7803599c3..c1e45bb31821 100644 --- a/net-vpn/badvpn/metadata.xml +++ b/net-vpn/badvpn/metadata.xml @@ -7,25 +7,21 @@ </maintainer> <upstream> <maintainer status="active"> - <email>ambrop7@gmail.com</email> - <name>Ambroz Bizjak</name> - </maintainer> - <doc lang="en">https://code.google.com/p/badvpn/w/list</doc> + <email>ambrop7@gmail.com</email> + <name>Ambroz Bizjak</name> + </maintainer> + <doc lang="en">https://code.google.com/p/badvpn/w/list</doc> <bugs-to>https://github.com/ambrop72/badvpn/issues</bugs-to> <remote-id type="github">ambrop72/badvpn</remote-id> <remote-id type="google-code">badvpn</remote-id> </upstream> <use> - <flag name="client">Build the badvpn-client program, a daemon that - runs on endpoints of the VPN.</flag> - <flag name="server">Build the badvpn-server program, a central - server that manages the VPN network.</flag> - <flag name="ncd">Build NCD, a lightweight scripting language - especially suited for network configurations.</flag> - <flag name="tun2socks">Build tun2socks, a program which implements - a TUN device that forwards TCP traffic through a SOCKS5 - server.</flag> - <flag name="udpgw">Build udpgw, a small daemon which allows tun2socks to forward UDP traffic.</flag> </use> + <flag name="client">Build the badvpn-client program, a daemon that runs on endpoints of the VPN.</flag> + <flag name="server">Build the badvpn-server program, a central server that manages the VPN network.</flag> + <flag name="ncd">Build NCD, a lightweight scripting language especially suited for network configurations.</flag> + <flag name="tun2socks">Build tun2socks, a program which implements a TUN device that forwards TCP traffic through a SOCKS5 server.</flag> + <flag name="udpgw">Build udpgw, a small daemon which allows tun2socks to forward UDP traffic.</flag> + </use> <longdescription lang="en"> BadVPN is an open-source peer-to-peer VPN system. It provides a Layer 2 (Ethernet) network between the peers (VPN nodes). The peers |