Port details |
- rubygem-actionpack60 Action Controller and Action View of Rails MVC Framework
- 6.0.6.1 www
=2 6.0.6.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2020-02-05 18:43:18
- Last Update: 2023-02-05 15:49:56
- Commit Hash: 1a747f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/rails/tree/main/actionpack
- https://rubyonrails.org/
- Description:
- Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for routing (mapping request URLs to actions), defining
controllers that implement actions, and generating responses by rendering views,
which are templates of various formats. In short, Action Pack provides the view
and controller layers in the MVC paradigm.
It consists of several modules:
- Action Dispatch, which parses information about the web request, handles
routing as defined by the user, and does advanced processing related to HTTP
such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT
bodies, handling HTTP caching logic, cookies and sessions.
- Action Controller, which provides a base controller class that can be
subclassed to implement filters and actions to handle requests. The result of
an action is typically content generated from views.
With the Ruby on Rails framework, users only directly interface with the Action
Controller module. Necessary Action Dispatch functionality is activated by
default and Action View rendering is implicitly triggered by Action Controller.
However, these modules are designed to function on their own and can be used
outside of Rails.
![Homepage Homepage](/images/home.svg) ¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-actionpack60>0:www/rubygem-actionpack60
- To install the port:
- cd /usr/ports/www/rubygem-actionpack60/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-actionpack60
- pkg install rubygem-actionpack60
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-actionpack60
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675191929
SHA256 (rubygem/actionpack-6.0.6.1.gem) = b2f07b2623cac8f5e594d4e8454c7f1829c1b63c8745a228462311a602a5b842
SIZE (rubygem/actionpack-6.0.6.1.gem) = 218624
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionview60>=6.0.6.1<6.0.6.1_99 : devel/rubygem-actionview60
- rubygem-activesupport60>=6.0.6.1<6.0.6.1_99 : devel/rubygem-activesupport60
- rubygem-rack22>=2.0.8,3<3,3 : www/rubygem-rack22
- rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
- rubygem-rails-dom-testing-rails60>=2.0<3 : textproc/rubygem-rails-dom-testing-rails60
- rubygem-rails-html-sanitizer>=1.2.0<2 : textproc/rubygem-rails-html-sanitizer
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/rubygem-redis-actionpack-rails60
- devel/rubygem-sprockets-rails-rails60
- mail/rubygem-actionmailbox60
- mail/rubygem-actionmailer60
- net/rubygem-activestorage60
- textproc/rubygem-actiontext60
- www/rubygem-actioncable60
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-actionpack60
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.6.1 05 Feb 2023 15:49:56
![commit hash: 1a747f5d96343442de102ba1976674134f8f7fc6 commit hash: 1a747f5d96343442de102ba1976674134f8f7fc6](/images/git.png) ![commit hash: 1a747f5d96343442de102ba1976674134f8f7fc6 commit hash: 1a747f5d96343442de102ba1976674134f8f7fc6](/images/codeberg.svg) ![commit hash: 1a747f5d96343442de102ba1976674134f8f7fc6 commit hash: 1a747f5d96343442de102ba1976674134f8f7fc6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.6.1
Changes: https://github.com/rails/rails/releases |
6.0.6 14 Jan 2023 23:08:33
![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/git.png) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/codeberg.svg) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
6.0.6 30 Dec 2022 09:05:49
![commit hash: 25c73e02b42d0d18e50b38a456926dd3c57f00d5 commit hash: 25c73e02b42d0d18e50b38a456926dd3c57f00d5](/images/git.png) ![commit hash: 25c73e02b42d0d18e50b38a456926dd3c57f00d5 commit hash: 25c73e02b42d0d18e50b38a456926dd3c57f00d5](/images/codeberg.svg) ![commit hash: 25c73e02b42d0d18e50b38a456926dd3c57f00d5 commit hash: 25c73e02b42d0d18e50b38a456926dd3c57f00d5](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.6
- Update WWW and clean up pkg-descr
Changes: https://github.com/rails/rails/releases |
6.0.5.1_1 23 Dec 2022 07:31:48
![commit hash: 2672229436a6b939e342d049078d084adc895594 commit hash: 2672229436a6b939e342d049078d084adc895594](/images/git.png) ![commit hash: 2672229436a6b939e342d049078d084adc895594 commit hash: 2672229436a6b939e342d049078d084adc895594](/images/codeberg.svg) ![commit hash: 2672229436a6b939e342d049078d084adc895594 commit hash: 2672229436a6b939e342d049078d084adc895594](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Yasuhiro Kimura (yasu) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Update dependency
For all ports that isn't compatible with rack 3.x, update dependency
from www/rubygem-rack to www/rubygem-rack22.
PR: 268057 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.5.1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.0.5.1 20 Jul 2022 14:23:26
![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/git.png) ![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/codeberg.svg) ![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
6.0.5.1 18 Jul 2022 12:40:08
![commit hash: 1c59fb7de428102b58f43361919c462f28f48c27 commit hash: 1c59fb7de428102b58f43361919c462f28f48c27](/images/git.png) ![commit hash: 1c59fb7de428102b58f43361919c462f28f48c27 commit hash: 1c59fb7de428102b58f43361919c462f28f48c27](/images/codeberg.svg) ![commit hash: 1c59fb7de428102b58f43361919c462f28f48c27 commit hash: 1c59fb7de428102b58f43361919c462f28f48c27](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.5.1
Changes: https://github.com/rails/rails/releases |
6.0.5 13 May 2022 11:39:56
![commit hash: 01b44f8c4fca475592f080a6d0880af3902c644c commit hash: 01b44f8c4fca475592f080a6d0880af3902c644c](/images/git.png) ![commit hash: 01b44f8c4fca475592f080a6d0880af3902c644c commit hash: 01b44f8c4fca475592f080a6d0880af3902c644c](/images/codeberg.svg) ![commit hash: 01b44f8c4fca475592f080a6d0880af3902c644c commit hash: 01b44f8c4fca475592f080a6d0880af3902c644c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.5
Changes: https://github.com/rails/rails/releases |
6.0.4.8 30 Apr 2022 16:00:11
![commit hash: e640e568919670c0ce8add299a4afce5f43bd552 commit hash: e640e568919670c0ce8add299a4afce5f43bd552](/images/git.png) ![commit hash: e640e568919670c0ce8add299a4afce5f43bd552 commit hash: e640e568919670c0ce8add299a4afce5f43bd552](/images/codeberg.svg) ![commit hash: e640e568919670c0ce8add299a4afce5f43bd552 commit hash: e640e568919670c0ce8add299a4afce5f43bd552](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.4.8
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-22577, CVE-2022-27777
Security: 9db93f3d-c725-11ec-9618-000d3ac47524 |
6.0.4.7 25 Mar 2022 13:37:47
![commit hash: 513f27a22b388297177864f5b5c6fc4597ff4c60 commit hash: 513f27a22b388297177864f5b5c6fc4597ff4c60](/images/git.png) ![commit hash: 513f27a22b388297177864f5b5c6fc4597ff4c60 commit hash: 513f27a22b388297177864f5b5c6fc4597ff4c60](/images/codeberg.svg) ![commit hash: 513f27a22b388297177864f5b5c6fc4597ff4c60 commit hash: 513f27a22b388297177864f5b5c6fc4597ff4c60](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.4.7
Changes: https://github.com/rails/rails/releases |
6.0.4.6 07 Mar 2022 18:13:10
![commit hash: 09d098048f261881850ebce55a6eb57418918510 commit hash: 09d098048f261881850ebce55a6eb57418918510](/images/git.png) ![commit hash: 09d098048f261881850ebce55a6eb57418918510 commit hash: 09d098048f261881850ebce55a6eb57418918510](/images/codeberg.svg) ![commit hash: 09d098048f261881850ebce55a6eb57418918510 commit hash: 09d098048f261881850ebce55a6eb57418918510](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.4.6
Changes: https://github.com/rails/rails/releases |
6.0.4.4 11 Jan 2022 18:47:18
![commit hash: bb6469398a596c0615f8cc044bdea12aefafab3a commit hash: bb6469398a596c0615f8cc044bdea12aefafab3a](/images/git.png) ![commit hash: bb6469398a596c0615f8cc044bdea12aefafab3a commit hash: bb6469398a596c0615f8cc044bdea12aefafab3a](/images/codeberg.svg) ![commit hash: bb6469398a596c0615f8cc044bdea12aefafab3a commit hash: bb6469398a596c0615f8cc044bdea12aefafab3a](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.4.4
- Update WWW
Changes: https://github.com/rails/rails/releases |
6.0.4.1 27 Sep 2021 15:56:19
![commit hash: 7180d5013071fb694d320326aa1f01365e7adb98 commit hash: 7180d5013071fb694d320326aa1f01365e7adb98](/images/git.png) ![commit hash: 7180d5013071fb694d320326aa1f01365e7adb98 commit hash: 7180d5013071fb694d320326aa1f01365e7adb98](/images/codeberg.svg) ![commit hash: 7180d5013071fb694d320326aa1f01365e7adb98 commit hash: 7180d5013071fb694d320326aa1f01365e7adb98](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.4.1
Changes: https://github.com/rails/rails/releases |
6.0.3.7 07 May 2021 09:39:35
![commit hash: f5334e48762c9dca56eb929a0e713ed244e83026 commit hash: f5334e48762c9dca56eb929a0e713ed244e83026](/images/git.png) ![commit hash: f5334e48762c9dca56eb929a0e713ed244e83026 commit hash: f5334e48762c9dca56eb929a0e713ed244e83026](/images/codeberg.svg) ![commit hash: f5334e48762c9dca56eb929a0e713ed244e83026 commit hash: f5334e48762c9dca56eb929a0e713ed244e83026](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.3.7
Changes: https://github.com/rails/rails/releases
Security: f7a00ad7-ae75-11eb-8113-08002728f74c |
6.0.3.6 18 Apr 2021 05:48:41
![commit hash: 14dda946c282210551662fa87f25a5b8880bcae0 commit hash: 14dda946c282210551662fa87f25a5b8880bcae0](/images/git.png) ![commit hash: 14dda946c282210551662fa87f25a5b8880bcae0 commit hash: 14dda946c282210551662fa87f25a5b8880bcae0](/images/codeberg.svg) ![commit hash: 14dda946c282210551662fa87f25a5b8880bcae0 commit hash: 14dda946c282210551662fa87f25a5b8880bcae0](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/rubygem-actionpack60: Update to 6.0.3.6
Changes: https://github.com/rails/rails/releases |
6.0.3.5 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
6.0.3.5 17 Feb 2021 18:27:30
![Revision:565753 Revision:565753](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.3.5
Changes: https://github.com/rails/rails/releases
Security: 8e670b85-706e-11eb-abb2-08002728f74c |
6.0.3.4 10 Oct 2020 18:01:21
![Revision:552007 Revision:552007](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.3.4
Changes: https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md
Security: 95f306a6-0aee-11eb-add4-08002728f74c
MFH: 2020Q4 |
6.0.3.3 12 Sep 2020 12:10:42
![Revision:548350 Revision:548350](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.3.3
Changes: https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md |
6.0.3.2 22 Jun 2020 16:12:58
![Revision:539879 Revision:539879](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.3.2
Changes: https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md
Security: feb8afdc-b3e5-11ea-9df5-08002728f74c
MFH: 2020Q2 |
6.0.3.1 19 May 2020 23:34:55
![Revision:535954 Revision:535954](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.3.1
Changes: https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md
Security: 85fca718-99f6-11ea-bf1d-08002728f74c
MFH: 2020Q2 |
6.0.2.2 22 Apr 2020 21:31:42
![Revision:532579 Revision:532579](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove outdated BROKEN_RUBY24 after lang/ruby24 removal |
6.0.2.2 28 Mar 2020 13:33:05
![Revision:529718 Revision:529718](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.2.2
Changes: https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md |
6.0.2.1 05 Feb 2020 18:40:55
![Revision:525325 Revision:525325](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add rubygem-actionpack60 6.0.2.1 (copied from rubygem-actionpack52) |