Switch qubes.UpdatesProxy to socat
- there are many netcat versions (openbsd, nmap, ...), which behave differently - especially while handling EOF - Debian jessie doesn't have nmap-ncat (which handle EOFs sufficiently good) QubesOS/qubes-issues#1854
This commit is contained in:
parent
9270fc589b
commit
7da4ed7d64
2
debian/control
vendored
2
debian/control
vendored
@ -116,8 +116,8 @@ Depends:
|
||||
iptables,
|
||||
net-tools,
|
||||
ethtool,
|
||||
socat,
|
||||
tinyproxy,
|
||||
nmap-ncat,
|
||||
${python:Depends},
|
||||
${misc:Depends}
|
||||
Recommends:
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec nc localhost 8082
|
||||
exec socat STDIO TCP:localhost:8082
|
||||
|
@ -214,7 +214,7 @@ Summary: Networking support for Qubes VM
|
||||
Requires: ethtool
|
||||
Requires: net-tools
|
||||
Requires: nftables
|
||||
Requires: nmap-ncat
|
||||
Requires: socat
|
||||
Requires: qubes-core-agent
|
||||
Requires: tinyproxy
|
||||
Conflicts: qubes-core-vm < 4.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user