Port details |
- p5-Mojolicious-Plugin-SetUserGroup Mojolicious plugin to set unprivileged credentials
- 1.000 www
=2 1.000Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2015-04-27 02:57:27
- Last Update: 2022-09-12 16:15:01
- Commit Hash: 28f5812
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART20
- WWW:
- https://metacpan.org/pod/Mojolicious::Plugin::SetUserGroup
- Description:
- This plugin is intended to replace the setuidgid functionality of Mojo::Server.
It should be loaded in application startup and it will change the user and
group credentials of the process when Mojo::IOLoop is started, which occurs in
each worker process of a Mojo::Server::Prefork daemon like hypnotoad.
This allows an application to be started as root so it can bind to privileged
ports such as port 80 or 443, but run worker processes as unprivileged users.
However, if the application is not started as root, it will most likely fail to
change credentials. So, you should only set the user/group when the application
is started as root.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Mojolicious-Plugin-SetUserGroup>0:www/p5-Mojolicious-Plugin-SetUserGroup
- To install the port:
- cd /usr/ports/www/p5-Mojolicious-Plugin-SetUserGroup/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-Mojolicious-Plugin-SetUserGroup
- pkg install p5-Mojolicious-Plugin-SetUserGroup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Mojolicious-Plugin-SetUserGroup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1519140453
SHA256 (Mojolicious-Plugin-SetUserGroup-1.000.tar.gz) = 431f6ed3a269ae37ef40b730f6da6c118409e47477ae22e7c87f29dc9f8df758
SIZE (Mojolicious-Plugin-SetUserGroup-1.000.tar.gz) = 19186
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:
-
- p5-Mojolicious>=6.0 : www/p5-Mojolicious
- p5-Unix-Groups-FFI>=0 : devel/p5-Unix-Groups-FFI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Mojolicious>=6.0 : www/p5-Mojolicious
- p5-Unix-Groups-FFI>=0 : devel/p5-Unix-Groups-FFI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_p5-Mojolicious-Plugin-SetUserGroup
- USES:
- perl5
- 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 |
1.000 12 Sep 2022 16:15:01
    |
Stefan Eßer (se)  |
Move more URLs from pkg-descr to WWW in Makefile
These ports did contain untagged URLs (without the WWW: prefix) in
their pkg-descr files
Approved by: portmgr (implicit) |
1.000 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 ) |
1.000 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.000 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.000 20 Feb 2018 20:26:52
  |
sunpoet  |
Update to 1.000
Changes: http://search.cpan.org/dist/Mojolicious-Plugin-SetUserGroup/Changes |
0.005 31 Dec 2016 19:51:34
  |
adamw  |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
0.005 18 Sep 2016 06:12:46
  |
wen  |
- Update to 0.005
Changes:
http://cpansearch.perl.org/src/DBOOK/Mojolicious-Plugin-SetUserGroup-0.005/Changes |
0.004 07 Apr 2016 02:23:37
  |
wen  |
- Update to 0.004
Changes:
http://cpansearch.perl.org/src/DBOOK/Mojolicious-Plugin-SetUserGroup-0.004/Changes |
0.003 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.003 09 Nov 2015 18:43:58
  |
sunpoet  |
- Update to 0.003
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Mojolicious-Plugin-SetUserGroup/Changes |
0.002 27 Apr 2015 15:29:07
  |
adamw  |
Update to 0.002.
Changes:
https://metacpan.org/changes/release/DBOOK/Mojolicious-Plugin-SetUserGroup-0.002 |
0.001 27 Apr 2015 02:57:08
  |
adamw  |
Add www/p5-Mojolicious-Plugin-SetUserGroup, a plugin to set the
user and group as which the Mojolicious daemon runs. |