Port details |
- mini_httpd Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6
- 1.30_4 www =8 1.30_4Version of this port present on the latest quarterly branch.
- Maintainer: leres@FreeBSD.org
- Port Added: 2002-07-30 12:40:17
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: expat, cdrtools, freetype2, mutt, subversion
- License: BSD2CLAUSE
- WWW:
- https://www.acme.com/software/mini_httpd/
- Description:
- mini_httpd is a small HTTP server. Its performance is not great, but for
low or medium traffic sites it's quite adequate. It implements all the
basic features of an HTTP server, including:
- GET, HEAD, and POST methods
- CGI and basic authentication support
- Security against ".." filename snooping
- The common MIME types
- Trailing-slash redirection
- index.html, index.htm, index.cgi
- Directory listings
- Multihoming (virtual hosting)
- Standard logging
- Custom error pages
It can also be configured to do SSL/HTTPS and IPv6.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mini_httpd>0:www/mini_httpd
- To install the port:
- cd /usr/ports/www/mini_httpd/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mini_httpd
- pkg install mini_httpd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mini_httpd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1540593543
SHA256 (mini_httpd-1.30.tar.gz) = 9c4481802af8dde2e164062185c279e9274525c3af93d014fdc0b80cf30bca6e
SIZE (mini_httpd-1.30.tar.gz) = 43889
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 mini_httpd-1.30_4:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- www_mini_httpd
- USES:
- cpe 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 |
1.30_4 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
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) |
1.30_3 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 ) |
1.30_3 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.30_3 12 Jun 2021 00:46:12 |
Craig Leres (leres) |
www/mini_httpd: umount devfs when stopping the service
Update the rc.d scripts to unmount devfs when the mini_httpd_devfs
rc.d option is used.
PR: 256462
Reported by: takefu@airport.fm |
1.30_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.30_2 09 Oct 2019 12:23:49 |
bapt |
Drop the ipv6 virtual category for w* category as it is not relevant anymore |
1.30_2 05 Nov 2018 17:07:34 |
leres |
As per mat@ portlint is wrong; it's ok for CPE_VENDOR to be in a
block with USES; revert that part of 484114.
Approved by: ler (mentor, implicit) |
1.30_2 04 Nov 2018 18:17:43 |
leres |
After consulting with upstream it turns out 500.mini_httpd-rotate
is supposed to be an example so add an EXAMPLES option and install
(or not) appropriately.
PR: 232926
Reported by: Oleg Strizhak
Approved by: ler (mentor, implicit) |
1.30_1 04 Nov 2018 17:50:53 |
leres |
Create log directory on install so that it exists when
500.mini_httpd-rotate runs.
While we're here quiet new portlint nit (move CPE_VENDOR to its own
block).
PR: 232926
Reported by: Oleg Strizhak
Approved by: ler (mentor, implicit) |
1.30 27 Oct 2018 17:12:39 |
leres |
Update to 1.30 which fixes a security hole that allowed arbitrary
file disclosure in some circumstances. Announcement:
http://acme.com/updates/archive/211.html
Approved by: matthew (mentor, implicit)
MFH: 2018Q4
Security: 33c384f3-5af6-4662-9741-0acb21c7e499 |
1.29 20 Jun 2018 03:30:00 |
leres |
Update to 1.29:
- Allow CGI to handle HTTP methods besides GET/HEAD/POST.
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D15918 |
1.28 09 Feb 2018 17:32:28 |
leres |
Update to 1.28 which fixes a buffer overflow (that will be)
documented in CVE-2017-17663.
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
MFH: 2018Q1
Security: f5524753-67b1-4c88-8114-29c2d258b383
Differential Revision: https://reviews.freebsd.org/D14218 |
1.27 21 Oct 2017 00:45:50 |
leres |
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748 |
1.27 15 Sep 2017 18:18:26 |
leres |
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.
- devel/arduino
- devel/arduino-glcd
- devel/arduino-irremote
- devel/arduino-mk
- devel/arduino-sevseg
- net/hostapd
- net/py-pcap
- security/bro
- security/broccoli
- security/create-cert
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12374 |
1.27 21 Mar 2017 20:50:43 |
danfe |
Update `www/mini_httpd' to version 1.27. Changes since 1.26:
Fixed bug that prevented binary CGI results from working.
This bug was introduced in 1.23. Noticed and diagnosed by
Qipeng Zhang.
While here, wrap the lines that exceed 80-character limit.
TIMESTAMP (mini_httpd-1.27.tar.gz) = 1488912725
PR: 217932
Submitted by: maintainer |
1.26 02 Dec 2016 15:14:54 |
ehaupt |
Update to 1.26
PR: 214859
Submitted by: leres@ee.lbl.gov (maintainer) |
1.25 12 Jul 2016 19:47:09 |
amdmi3 |
- Update to 1.25
- Switch to USES=ssl
- Switch to @sample
- Fix rc.d script filename
- Pass maintainership to submitter
PR: 210895
Submitted by: leres@ee.lbl.gov |
1.24 24 May 2016 13:15:40 |
amdmi3 |
- Fix build on 9.x
PR: 209731
Submitted by: nevecherya@gmail.com |
1.24 11 May 2016 15:12:06 |
mi |
Upgrade from 1.23 to 1.24.
Notified by: portscout
While at it:
* Simplify handling of CFLAGS and LDFLAGS.
* Respect CC-setting.
* Fix the non-standard PREFIX handling. Fix the WITH_DEBUG
case by removing the unconditional stripping. |
1.23 03 Jan 2016 23:48:58 |
rene |
www/mini_httpd: update to 1.23
MFH: 2016Q1
Security: http://www.vuxml.org/freebsd/84dc49b0-b267-11e5-8a5b-00262d5ed8ee.html |
1.22 22 Oct 2015 13:23:49 |
danfe |
- Update ACME Labs' mini_httpd to version 1.22
- Remove trailing whitespace and dots at the end of list items in the
port description and reformat a bit while I'm at it
PR: 203925 |
1.21_1 08 Apr 2015 21:18:06 |
amdmi3 |
- Add CPE info |
1.21_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
1.21 13 Nov 2014 21:54:47 |
adamw |
Update to 1.21. |
1.20 15 Aug 2014 11:23:14 |
riggs |
- Update to upstream release 1.20
- Add LICENSE
Approved by: mentors (implicit) |
1.19_2 18 Apr 2014 03:12:16 |
adamw |
STAGE support, replace a wacky "NO_SSL" with an OPTION,
remove extraneous stuff and pick some patch nits.
Most interestingly, it appears that 16 months ago I started
installing a binary as a manpage. So, we're fixing that too,
and a PORTREVISION bump. |
1.19_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.19_1 20 Nov 2012 03:52:27 |
adamw |
Bumping PORTREVISION for the plist change in r307577.
Feature safe: yes |
1.19 20 Nov 2012 03:51:01 |
adamw |
This port installs its own version of htpasswd(1), but rather than
registering CONFLICTS between it and the various apache versions,
just call mini_httpd's htpasswd by another name. Bundled manpages
updated for this as well. Also, htpasswd was being moved to man8,
but I'm putting it back into man1 where apache's htpasswd is.
Feature safe: yes |
1.19 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.19 24 Dec 2010 00:45:59 |
wen |
- Allow to build without ssl
PR: ports/153405
Submitted by: Anton Yuzhaninov <citrin@citrin.ru> |
1.19 18 Dec 2008 02:33:39 |
linimon |
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.19 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.19 22 Dec 2006 20:29:46 |
se |
Add secondary port category ipv6.
Submitted by: Janos Mohacsi <janos dot mohacsi at bsd dot hu> |
1.19 12 Aug 2006 15:20:00 |
se |
Checksums changed since mail addresses were modified in comments. |
1.19 12 Aug 2006 15:16:47 |
se |
Install to /... instead of to /... |
1.19 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.19 08 Jan 2005 13:02:18 |
se |
Make mini_httpd survive ECONNABORTED on a file descriptor.
PR: 66315
Submitted by: Thomas Wolf (tw at wsf dot at) |
1.19 22 Mar 2004 22:29:49 |
se |
Upgrade to version 1.19.
Submitted by: Matt Peterson <matt@peterson.org>
PR: 60768 |
1.18 02 Nov 2003 23:19:54 |
se |
Upgrade to version 1.18.
Submitted by: Massimiliano della Rovere <mader@tiscalinet.it> |
1.17b1 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.17b1 30 Jul 2002 12:39:02 |
se |
Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6. |