Port details |
- rubygem-puma Fast, multithreaded and highly concurrent ruby web server
- 6.4.2 www =3 6.4.2Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2014-03-11 19:18:28
- Last Update: 2024-02-21 15:11:26
- Commit Hash: 6ef5745
- People watching this port, also watch:: newfile, p5-MIME-Tools, py311-Automat, libssh, py39-beautifulsoup
- Also Listed In: rubygems
- License: BSD3CLAUSE
- WWW:
- https://puma.io/
- https://github.com/puma/puma
- Description:
- Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.
See also: https://github.com/puma/puma
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-puma>0:www/rubygem-puma
- To install the port:
- cd /usr/ports/www/rubygem-puma/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-puma
- pkg install rubygem-puma
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-puma
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708450840
SHA256 (rubygem/puma-6.4.2.gem) = 3eb41999d00733280be3faeb00d610331b6965a537a8cd3d905f316c38575b44
SIZE (rubygem/puma-6.4.2.gem) = 230912
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:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-nio4r>=2.0<3 : devel/rubygem-nio4r
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
-
Deleted ports which required this port:
- for Run
-
- net-im/rubygem-lita
- net-mgmt/rubygem-oxidized-web
- security/metasploit
- www/gitlab
- www/rubygem-puma_worker_killer
- www/rubygem-rails5
- www/rubygem-rails50
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-puma
- USES:
- cpe gem ssl
- 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.4.2 21 Feb 2024 15:11:26 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-puma: Update to 6.4.2
- Update WWW
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md |
6.4.0 29 Sep 2023 16:15:05 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-puma: Update to 6.4.0
Changes: https://github.com/puma/puma/releases |
6.3.1 21 Aug 2023 19:01:37 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-puma: Update to 5.6.5
Changes: https://github.com/puma/puma/releases
Security: CVE-2023-40175 |
6.3.0 06 Jul 2023 11:32:18 |
Matthias Fechner (mfechner) |
www/rubygem-puma: update to 6.3.0
Required for gitlab-ce 16.1
Changelog:
https://github.com/puma/puma/blob/master/History.md#630--2023-05-31 |
5.6.5 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
5.6.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
5.6.5 31 Aug 2022 11:41:55 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-puma: Update to 5.6.5
Changes: https://github.com/puma/puma/releases |
5.6.4 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
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 ) |
5.6.4 30 Mar 2022 22:21:50 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-puma: Update to 5.6.4
Changes: https://github.com/puma/puma/releases
Security: CVE-2022-24790 |
5.6.2 09 Mar 2022 10:07:54 |
Matthias Fechner (mfechner) |
www/rubygem-puma: update to 5.6.2
Required for gitlab-ce 14.8.
5.6.2 / 2022-02-11
Bugfix/Security
Response body will always be closed. (GHSA-rmj8-8hhh-gv5h, related to
#2809)
5.6.1 / 2022-01-26
Bugfixes
Reverted a commit which appeared to be causing occasional blank header
values (#2809)
5.6.0 / 2022-01-25 (Only the first 15 lines of the commit message are shown above ) |
5.5.2 22 Dec 2021 17:04:25 |
Matthias Fechner (mfechner) |
www/rubygem-puma: update to 5.5.2
Required for gitlab-ce 14.6.
Changelog:
https://github.com/puma/puma/blob/master/History.md |
5.3.2 30 Sep 2021 15:14:26 |
Bernhard Froehlich (decke) |
www/rubygem-puma: Add CPE information
Approved by: portmgr (blanket) |
5.3.2 19 Sep 2021 06:01:03 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-puma: Cosmetic change |
5.3.2 03 Jul 2021 06:03:20 |
Matthias Fechner (mfechner) |
www/rubygem-puma: Update to 5.3.2
Required for gitlab-ce 14.0.0.
Changelog:
https://github.com/puma/puma/blob/master/History.md |
5.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.1.1 27 Jan 2021 12:50:13 |
mfechner |
Update to 5.1.1 which is required for gitlab-ce 13.8. |
3.12.1 12 Aug 2019 19:47:03 |
sunpoet |
Update to 3.12.1
- Update WWW
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md |
3.12.0 31 Jul 2018 23:55:03 |
sunpoet |
Update to 3.12.0
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md |
3.11.4 13 Apr 2018 20:48:58 |
sunpoet |
Update to 3.11.4
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md |
3.11.3 06 Mar 2018 20:32:52 |
sunpoet |
Update to 3.11.3
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md |
3.11.2 20 Jan 2018 13:18:09 |
sunpoet |
Update to 3.11.2
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/commits/master |
3.11.1 19 Jan 2018 17:03:03 |
sunpoet |
Update to 3.11.1
Changes: https://github.com/puma/puma/releases |
3.11.0 22 Nov 2017 23:36:26 |
sunpoet |
Update to 3.11.0
Changes: https://github.com/puma/puma/releases |
3.10.0 18 Aug 2017 15:57:54 |
sunpoet |
Update to 3.10.0
Changes: https://github.com/puma/puma/releases |
3.9.1 04 Jun 2017 11:48:18 |
sunpoet |
Update to 3.9.1
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md |
3.9.0 02 Jun 2017 18:14:59 |
sunpoet |
Update to 3.9.0
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md
https://github.com/puma/puma/commits/master |
3.8.2 03 Apr 2017 12:59:02 |
sunpoet |
Update to 3.8.2
- Add USES=ssl
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md
https://github.com/puma/puma/commits/master |
2.16.0 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.16.0 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
2.16.0 06 Mar 2016 06:37:09 |
sunpoet |
- Update to 2.16.0
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.15.3 11 Nov 2015 16:52:55 |
sunpoet |
- Update to 2.15.3
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.15.1 09 Nov 2015 18:44:15 |
sunpoet |
- Update to 2.15.1
- Add LICENSE_FILE
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.14.0 20 Sep 2015 20:26:40 |
sunpoet |
- Update to 2.14.0
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.13.4 19 Aug 2015 15:08:50 |
sunpoet |
- Update to 2.13.4
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.13.2 19 Aug 2015 03:55:30 |
sunpoet |
- Update to 2.13.2
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.13.0 15 Aug 2015 12:10:44 |
sunpoet |
- Update to 2.13.0
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.12.3 13 Aug 2015 17:38:34 |
sunpoet |
- Update to 2.12.3
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.12.2 19 Jul 2015 16:37:03 |
sunpoet |
- Update to 2.12.2
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.12.1 18 Jul 2015 11:14:08 |
sunpoet |
- Update to 2.12.1
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.12.0 17 Jul 2015 12:25:06 |
sunpoet |
- Update to 2.12.0
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.11.3_1 15 Jun 2015 14:43:22 |
sunpoet |
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change |
2.11.3 25 May 2015 19:54:25 |
sunpoet |
- Update to 2.11.3
- Update RUN_DEPENDS: use newer rubygem-rack
Changes: https://github.com/puma/puma/blob/master/History.txt |
2.9.1_1 24 May 2015 21:40:51 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
2.9.1 12 Mar 2015 17:12:20 |
sunpoet |
- Update MAINTAINER: use @FreeBSD.org |
2.9.1 09 Sep 2014 00:54:52 |
swills |
www/ruybgem-puma: update to 2.9.1 |
2.9.0 24 Aug 2014 13:56:42 |
swills |
www/rubygem-puma: update to 2.9.0 |
2.8.1 11 Mar 2014 19:18:11 |
swills |
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.
WWW: http://puma.io/ |