Port details |
- cgiwrap Securely execute Web CGI scripts
- 4.1 www =9 4.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libgd, nmap, wget, phpMyAdmin-php81, p5-libwww
- Also Listed In: security
- License: GPLv2
- WWW:
- https://cgiwrap.unixtools.org/
- Description:
- This is CGIWrap - a gateway that allows more secure user access to
CGI programs on an HTTPd server than is provided by the Web server
itself. The primary function of CGIWrap is to make certain that
any CGI script runs with the permissions of the user who installed
it, and not those of the Web server.
CGIWrap works with NCSA httpd, Apache, CERN httpd, NetSite Commerce
and Communications servers, and probably any other Unix-based Web
server software that supports CGI.
See also: http://cgiwrap.sourceforge.net/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/cgiwrap/ && make install clean
- To add the package, run one of these commands:
- pkg install www/cgiwrap
- pkg install cgiwrap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cgiwrap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cgiwrap-4.1.tar.gz) = bdeff4978d35e8793d3ff9ee45343db55262dbb0c7ddb7375585e60f4e1dd44c
SIZE (cgiwrap-4.1.tar.gz) = 163019
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cgiwrap-4.1:
CGI_GROUP=on: Check CGI file group
CGI_GROUP_WRITABLE=on: Check CGI g+w file permissions
CGI_OWNER=on: Check CGI file owner
CGI_SETGID=on: Check CGI file setgid permissions
CGI_SETUID=on: Check CGI file setuid permissions
CGI_WORLD_WRITABLE=on: Check CGI o+w file permissions
DEBUG=off: Enable cgiwrapd binaries
DOCS=on: Build and/or install documentation
NPH=off: Enable nph binaries
USE_REDIRECT_URL=off: Use REDIRECT_URL to build SCRIPT_NAME
USE_SCRIPT_URL=off: Use SCRIPT_URL to build SCRIPT_NAME
===> Use 'make config' to modify these settings
- Options name:
- www_cgiwrap
- pkg-message:
- For install:
- The cgiwrap binaries have been installed in the following
directory:
/usr/local/www/cgi-bin
You should create the following two files, otherwise cgiwrap will
not function as expected:
/usr/local/etc/cgiwrap.allow
/usr/local/etc/cgiwrap.deny
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
4.1 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 ) |
4.1 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 ) |
4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
4.1 05 May 2018 14:58:18 |
danfe |
For ports under `www' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list. |
4.1 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
4.1 27 May 2015 23:21:53 |
amdmi3 |
- Drop @dirrm* from plist |
4.1 18 Jul 2014 22:39:30 |
adamw |
Remove a superfluous "@mode" reset. |
4.1 18 Jul 2014 22:37:48 |
adamw |
Stage, and simplify, and clean up. |
4.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
4.1 09 Oct 2012 19:58:57 |
madpilot |
- Convert to new options framework
- Trim Makefile headers
PR: ports/172423
Submitted by: Michael Gmelin <freebsd@grem.de> |
4.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
4.1 13 Jan 2009 03:23:17 |
wxs |
- Update to 4.1
PR: ports/130277
Submitted by: Eric W. Bates <ericx@vineyard.net>
Security: bc6a7e79-e111-11dd-afcd-00e0815b8da8 |
4.0_2 20 Nov 2008 11:06:24 |
koitsu |
Maintainer moved to ports@FreeBSD.org. |
4.0_2 11 May 2008 11:51:32 |
koitsu |
Fix for WITH_USE_REDIRECT_URL; previously did not work. |
4.0_2 26 Mar 2008 16:25:20 |
koitsu |
* Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)
* Add some redundancy fetch locations to MASTER_SITE_LOCAL. |
4.0_2 27 Aug 2007 14:47:11 |
koitsu |
Add WITH_USE_SCRIPT_URL and WITH_USE_REDIRECT_URL knobs, allowing for
the SCRIPT_NAME environment variable to be built based on $SCRIPT_URL
or $REDIRECT_URL. |
4.0_1 15 Aug 2007 22:58:58 |
koitsu |
Fix for "make install"; logic in cgiwrap's autoconf file for --with-cgiwrapd
and --without-cgiwrapd is broken (always assumes cgiwrapd will be used).
Will submit fix upstream.
Reviewed by: philip
Approved by: philip |
4.0 15 Aug 2007 16:37:47 |
koitsu |
Updating cgiwrap from 3.9 to 4.0. Tested on RELENG_6.
Reviewed by: philip
Approved by: philip |
3.9_3 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
3.9_3 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.9_3 05 Sep 2005 17:09:34 |
garga |
Move LOG_FILE code to after bsd.port.pre.mk
PR: ports/85687
Submitted by: maintainer |
3.9_3 08 Jul 2005 22:35:06 |
pav |
- Convert to OPTIONS
- Add NPH and DEBUG knobs
- Rename some tunables
- Remove EMAIL knob
PR: ports/83144
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
3.9_2 01 Sep 2004 13:42:54 |
sem |
- Rename knonbs for more POLA compliant.
- Utilize PORTDOCS macro.
- Fix pkg-message for the package.
- Minor formating and typographic changes.
PR: ports/71188
Submitted by: maintainer |
3.9_1 17 Aug 2004 05:29:01 |
sem |
* Uses WWWOWN and WWWGRP.
* Changes tweaks to CGIWRAP_ALLOWFILE and CGIWRAP_DENYFILE.
* Add optional ability to build without some features.
* Adds CGIWRAP_DEBUG, which adds support for the cgiwrapd/nph-cgiwrapd binaries.
* Proper/secure permissions on the binaries.
* Another cosmetic changes.
* Pass maintainership to submitter.
PR: ports/70106
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> |
3.9 09 Jun 2004 06:16:07 |
kris |
Don't remove www/ now that it is created by the system. |
3.9 02 Mar 2004 22:42:24 |
pav |
- Update to 3.9
- Use DOCSDIR in pkg-plist to silence portlint
PR: ports/63656
Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer) |
3.8 12 Jun 2003 01:35:35 |
lioux |
Update to 3.8
PR: 53224
Submitted by: maintainer |
3.7.1_1 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
3.7.1_1 16 Nov 2002 03:01:08 |
dwcjr |
Update url in pkg-descr
PR: 45271
Submitted by: maintainer |
3.7.1_1 08 Aug 2002 18:58:23 |
dwcjr |
Install cgiwrapd/nph-cgiwrapd as a separate binary and removes suid
and execute permissions for security reasons
PR: 41454
Submitted by: maintainer |
3.7.1 04 Aug 2002 21:37:09 |
petef |
- enable access control files by default
- pass maintainership on to submitter
PR: 40256
Submitted by: Josh Elsasser <jre@vineyard.net> |
20 Nov 2001 21:40:54 |
petef |
- update to 3.7.1 - change default apache httpd user to www - use DOCSDIR
|
23 Aug 2001 00:07:25 |
petef |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
26 Jul 2001 13:28:24 |
markp |
Update to 3.7 (fixing a security problem). |
21 Jun 2001 16:39:13 |
keichii |
MAINTAINER update. Modify pkg-plist to remove directories and files that are
not in mtree. |
10 Jun 2001 16:40:49 |
kevlo |
- update to version 3.6.4 - take over as maintainer from ports@ - better
comment - install scripts to ${PREFIX}/www/cgi-bin opposed to share/apache |
23 May 2001 06:50:50 |
ijliao |
forget to mention pr # and submitter |
23 May 2001 06:49:00 |
ijliao |
delete cgiwrap doc dir add PORTDOCS handling add missing MAINTAINER |
21 Apr 2001 17:14:40 |
fenner |
MAINTAINER doesn't use FreeBSD any more. |
05 Feb 2001 15:33:58 |
olgeni |
Some spaces -> tabs for ports/www. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |