FreeBSD/ports 219c067 — www/rubygem-cgi distinfo Makefile
www/rubygem-cgi: Update to 0.4.2 - Update LICENSE_FILE Changes: https://github.com/ruby/cgi/releases
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+3 | -2 | www/rubygem-cgi/Makefile |
+6 | -5 | 2 files |
www/rubygem-cgi: Update to 0.4.2 - Update LICENSE_FILE Changes: https://github.com/ruby/cgi/releases
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+3 | -2 | www/rubygem-cgi/Makefile |
+6 | -5 | 2 files |
www/rubygem-cgi: Update to 0.4.1 Changes: https://github.com/ruby/cgi/releases
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.4.0 Changes: https://github.com/ruby/cgi/releases
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.3 Changes: https://github.com/ruby/cgi/releases
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.5 Changes: https://github.com/ruby/cgi/compare/v0.3.3...v0.3.5 PR: 267976 Approved by: maintainer timeout MFH: 2022Q4 Security: 84ab03b6-6c20-11ed-b519-080027f5fec9 (cherry picked from commit bda12e6602d1b7c019263be96a4e0673890b73dc)
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.3 Changes: https://github.com/ruby/cgi/commits/master (cherry picked from commit be7d65cf8fc33de7ab48b86feff9dd9d8a1fd236)
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.5 Changes: https://github.com/ruby/cgi/compare/v0.3.3...v0.3.5 PR: 267976 Approved by: maintainer timeout MFH: 2022Q4 Security: 84ab03b6-6c20-11ed-b519-080027f5fec9
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.3 Changes: https://github.com/ruby/cgi/commits/master
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.2 Changes: https://github.com/ruby/cgi/commits/master
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -3 | www/rubygem-cgi/Makefile |
+4 | -6 | 2 files |
www/rubygem-cgi: Update to 0.3.1 Changes: https://github.com/ruby/cgi/commits/v0.3.1 PR: 260034 Approved by: maintainer timeout (> 2 weeks) Security: CVE-2021-41816 Security: CVE-2021-41819 MFH: 2021Q4 (cherry picked from commit cf62eea7a5fde939ee4961a22155eb476253fea6)
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.0 Changes: https://github.com/ruby/cgi/commits/master (cherry picked from commit 4c76c94d3431877142a8a1d3a3723efdb65b1abf)
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.1 Changes: https://github.com/ruby/cgi/commits/v0.3.1 PR: 260034 Approved by: maintainer timeout (> 2 weeks) Security: CVE-2021-41816 Security: CVE-2021-41819 MFH: 2021Q4
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
www/rubygem-cgi: Update to 0.3.0 Changes: https://github.com/ruby/cgi/commits/master
Delta | File | |
---|---|---|
+3 | -3 | www/rubygem-cgi/distinfo |
+1 | -1 | www/rubygem-cgi/Makefile |
+4 | -4 | 2 files |
Update to 0.2.0 - Update LICENSE Changes: https://github.com/ruby/cgi/commits/master
Delta | File | |
---|---|---|
+4 | -3 | www/rubygem-cgi/Makefile |
+3 | -3 | www/rubygem-cgi/distinfo |
+7 | -6 | 2 files |
Add rubygem-cgi 0.1.0 CGI is a large class, providing several categories of methods, many of which are mixed in from other modules. Some of the documentation is in this class, some in the modules CGI::QueryExtension and CGI::HtmlExtension. See CGI::Cookie for specific information on handling cookies, and cgi/session.rb (CGI::Session) for information on sessions. For queries, CGI provides methods to get at environmental variables, parameters, cookies, and multipart request data. For responses, CGI provides methods for writing output and generating HTML. WWW: https://github.com/ruby/cgi
Delta | File | |
---|---|---|
+20 | -0 | www/rubygem-cgi/Makefile |
+11 | -0 | www/rubygem-cgi/pkg-descr |
+3 | -0 | www/rubygem-cgi/distinfo |
+1 | -0 | www/Makefile |
+35 | -0 | 4 files |