summaryrefslogtreecommitdiff
path: root/www/mini_httpd/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-04-11updated www/mini_httpd to 1.21. See mini_httpd website for changes fromschwarz4-57/+46
previous releases.
2010-06-19Don't use getline() to build on NetBSD.asau1-0/+24
2009-07-07user-destdir supportjoerg1-8/+8
2007-09-09* Fix linkage so that mhtpasswd isn't linked against the OpenSSL libraries.jlam1-11/+41
* None of the source files seems to reference any function in libutil, so remove it from the libraries linked into mini_httpd and mhtpasswd. * Make this work on Solaris by linking mini_httpd with the usual "-lnsl -lsocket" dance. Bump PKGREVISION to 4 due to changed library linkage in the installed binaries.
2007-01-18Add patch: do not fail on ECONNABORTED.reed1-0/+15
Reported to mini_httpd developers. Patch is found various places on internet.
2005-12-08Add DragonFly support.joerg1-0/+21
2004-02-03Initial import of mini_httpd-1.19. This was packaged byreed1-0/+29
Bruce J.A. Nourish for pkgsrc-wip. 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. * Basic authentication. * 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.