Fix an exploitable bug in CGI multipart parsing which affects Ruby <= 1.8.5 when multipart boundary attribute contains a non-halting regular expression string. This port is required by rb-mongrel port (mongrel gem), even if the ruby version is > 1.8.5.
To install rb-cgi_multipart_eof_fix, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-cgi_multipart_eof_fix
To see what files were installed by rb-cgi_multipart_eof_fix, run:
port contents rb-cgi_multipart_eof_fix
To later upgrade rb-cgi_multipart_eof_fix, run:
sudo port selfupdate && sudo port upgrade rb-cgi_multipart_eof_fix
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.