CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/07/15 04:29:16
Modified files:
sysutils/salt : Makefile
Added files:
sysutils/salt/patches: patch-salt_returners_highstate_return_py
patch-salt_returners_nagios_nrdp_return_py
Log message:
Replace cgi.escape with html.escape. The former has been deprecated since
python 3.2 and removed in 3.8. html.escape is the recommended drop-in
fix.
OK sthen, bket
