mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
Merge pull request #175 from latot/master
fix moved packages from portage tree
This commit is contained in:
commit
3cf06a7383
6 changed files with 8 additions and 8 deletions
|
|
@ -35,7 +35,7 @@ PDEPEND="net-misc/bridge-utils
|
|||
mitm? ( net-analyzer/sslstrip
|
||||
net-analyzer/dsniff
|
||||
>=net-analyzer/ettercap-0.8.0-r1 )
|
||||
vpn? ( net-misc/openvpn )"
|
||||
vpn? ( net-vpn/openvpn )"
|
||||
|
||||
src_install() {
|
||||
dodoc changes README.md
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ RDEPEND="${DEPEND}
|
|||
net-vpn/openvpn
|
||||
net-misc/portspoof
|
||||
net-misc/tcpick
|
||||
net-misc/vpnc
|
||||
net-vpn/vpnc
|
||||
net-misc/wlan2eth
|
||||
sys-power/powertop
|
||||
www-client/links
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ RDEPEND="${DEPEND}
|
|||
net-irc/ngircd
|
||||
app-crypt/steghide
|
||||
virtual/jdk
|
||||
net-misc/tor"
|
||||
net-vpn/tor"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ dev-python/werkzeug amd64
|
|||
~dev-python/flask-0.10.1 **
|
||||
=net-proxy/mitmproxy-0.10.1 **
|
||||
=virtual/jre-1.7.0 **
|
||||
~net-misc/iodine-0.7.0 **
|
||||
~net-vpn/iodine-0.7.0 **
|
||||
~net-proxy/burpsuite-1.5 **
|
||||
~net-proxy/zaproxy-2.1.0 **
|
||||
<net-proxy/redsocks-9999 **
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@
|
|||
~net-misc/raccess-0.7
|
||||
~net-misc/sipsak-0.9.6_p1
|
||||
~net-misc/stunnel-4.44
|
||||
~net-misc/iodine-0.7.0
|
||||
~net-vpn/iodine-0.7.0
|
||||
net-misc/ieee-oui
|
||||
~net-misc/vidalia-0.3.1
|
||||
net-misc/portspoof
|
||||
|
||||
#bug #537318
|
||||
~net-misc/openvpn-2.3.6
|
||||
~net-vpn/openvpn-2.3.6
|
||||
|
||||
~net-misc/wireshark-sap-plugin-0.4.1
|
||||
#=net-misc/wireshark-sap-plugin-9999 **
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
net-misc/openvpn -static
|
||||
net-vpn/openvpn -static
|
||||
net-misc/openssh -ldap
|
||||
net-misc/spice-gtk gtk3 python usbredir
|
||||
net-misc/tor nat-pmp tor-hardening transparent-proxy upnp threads
|
||||
net-vpn/tor nat-pmp tor-hardening transparent-proxy upnp threads
|
||||
net-misc/networkmanager connection-sharing modemmanager
|
||||
|
|
|
|||
Loading…
Reference in a new issue