aboutsummaryrefslogtreecommitdiff
path: root/net/flent
Commit message (Collapse)AuthorAge
* flent: Rename and update packageToke Høiland-Jørgensen2022-12-17
Update the Flent package and move it to net/, renaming it to just 'flent' instead of python3-flent (it's not a library, having the python3- prefix makes no sense). Also add python3-defusedxml as a dependency to protect against XML bombs if using the one of the backends that use XML-RPC, and trim the dependencies to those used directly by Flent. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>