aboutsummaryrefslogtreecommitdiff
path: root/www/thttpd
Commit message (Collapse)AuthorAgeFilesLines
* Nit-pick: regenerate config.h patch.Anders Nordby2007-06-171-3/+3
| | | | Notes: svn path=/head/; revision=193728
* Do not log sendfile calls that return with ENOTCONN when USE_SENDFILE isAnders Nordby2007-06-172-3/+16
| | | | | | | | | | | | used, it is not interesting. Bump PORTREVISION. PR: ports/91843 Submitted by: Ben Goetter <goetter@mazama.net> Notes: svn path=/head/; revision=193727
* Rename htpasswd program to thttpdpasswd, some people might actuallyAnders Nordby2007-06-142-4/+12
| | | | | | | | | | want to install different webservers at the same time. Reflected in man pages. PR: ports/112954 Notes: svn path=/head/; revision=193514
* Previously thttpd specified to start before /etc/rc.d/ldconfig, which hasDavid E. O'Brien2006-07-131-2/+1
| | | | | | | | | | | an issue - one can easily need /etc/rc.d/ldconfig to run first. So rather than require 'SERVERS' and forcing to run before 'DAEMON', simply depend on 'DAEMON'. (which is really to gate "servers" like httpd, ftpd, etc..) Approvedby: anders@FreeBSD.org Notes: svn path=/head/; revision=167672
* Update checksum. Change of authors email address only.Anders Nordby2006-04-061-3/+3
| | | | | | | | PR: 92652 Submitted by: Alexander Logvinov <user@blg.akavia.ru> Notes: svn path=/head/; revision=158983
* - UnbrokenMarcus Alves Grando2006-02-261-4/+1
| | | | | | | | | | - Remove extra install of rc.d script - Bump PORTREVISION Approved by: portmgr (kris) Notes: svn path=/head/; revision=156819
* BROKEN: Incomplete pkg-plistKris Kennaway2006-02-261-0/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156814
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Use RC_SUBR instead of thttpd_wrapper.Anders Nordby2005-05-307-75/+60
| | | | | | | | | | | | Use WWWOWN instead of nobody. Clean up Makefile using SUB_FILES, SUB_LIST and PORTDOCS. Etc. PR: 72298 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>, vs/flz Notes: svn path=/head/; revision=136457
* Don't remove www/ now that it is created by the system.Kris Kennaway2004-06-091-1/+0
| | | | Notes: svn path=/head/; revision=111131
* Update to 2.25b.Anders Nordby2004-05-284-18/+18
| | | | | | | Use DOCSDIR. Notes: svn path=/head/; revision=110183
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Enable sendfile support by default for 5.2+ systems, as we now have alc'sMike Silbersack2004-02-012-1/+15
| | | | | | | improved sendfile and the ability to watch usage via netstat -m. Notes: svn path=/head/; revision=99670
* Fix up mmc_unmap so that it does not try to search on the (unused)Mike Silbersack2003-11-141-5/+24
| | | | | | | addr field with USE_SENDFILE is defined. Notes: svn path=/head/; revision=93971
* Update to 2.24.Anders Nordby2003-10-283-11/+10
| | | | | | | | | | Older versions of thttpd has a remote overflow. Security advisory: http://www.texonet.com/advisories/TEXONET-20030908.txt PR: 58648 Notes: svn path=/head/; revision=92489
* Install root:wheel directories mode 755, not 775Kris Kennaway2003-04-191-3/+3
| | | | Notes: svn path=/head/; revision=79324
* Don't create a thttpd.sh.bakKris Kennaway2003-04-052-5/+5
| | | | | | | Don't emit errors if directories under www/ cannot be removed Notes: svn path=/head/; revision=78275
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add Alfred Perlstein's sendfile patches, as an optional knob.Anders Nordby2002-10-214-0/+150
| | | | Notes: svn path=/head/; revision=68452
* Update to 2.23 beta 1.Anders Nordby2002-10-152-3/+3
| | | | | | | | PR: 43988 Submitted by: Marc Recht <marc@informatik.uni-bremen.de> Notes: svn path=/head/; revision=68125
* Fix startup-script for -current /bin/sh issues, and set PREFIX duringAnders Nordby2002-08-132-6/+6
| | | | | | | | | install. Requested by: obrien Notes: svn path=/head/; revision=64476
* Master site updates: www.freenix.no => atreides.freenix.no for theseAnders Nordby2002-03-151-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=56112
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-11/+11
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53960
* - Move DIST_SUBDIR up so this is portlint clean again.Steve Price2001-12-241-2/+2
| | | | | | | - Install notes.html from the right directory now that DIST_SUBDIR is set. Notes: svn path=/head/; revision=52117
* - PORTDOCS policePatrick Li2001-12-242-3/+3
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Move thttpd's distfiles to a subdir, notes.html is too generic to stayAnders Nordby2001-12-082-2/+3
| | | | | | | in distfiles root. Notes: svn path=/head/; revision=51228
* Update thttpd to 2.22beta4. This fixes the recently announced off-by-oneAnders Nordby2001-11-223-15/+4
| | | | | | | security issue, and eliminates the need for the kqueue -current fix. Notes: svn path=/head/; revision=50350
* Set maintainer to ports@FreeBSD.orgPete Fritchman2001-10-071-1/+1
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer) Notes: svn path=/head/; revision=48508
* Fix kqueue support for -currentPete Fritchman2001-08-242-28/+12
| | | | | | | | | PR: 30009 Submitted by: maintainer Reviewed by: ade Notes: svn path=/head/; revision=46757
* Updates the port to the latest verion: 2.21b. Brings in interesting stuff likeMichael Haro2001-05-016-4/+65
| | | | | | | | | | kqueue and accept filtering support. PR: 26822 Submitted by: maintainer Notes: svn path=/head/; revision=42110
* Ignore the checksum on notes.html as it changes way too often.Steve Price2001-04-082-1/+3
| | | | | | | | PR: 26428 Submitted by: maintainer Notes: svn path=/head/; revision=41091
* Update checksum. Author added a link to a banner ad in notes.htmlKris Kennaway2001-03-101-1/+1
| | | | Notes: svn path=/head/; revision=39362
* The notes.html documentation file changed.David E. O'Brien2001-02-071-1/+1
| | | | Notes: svn path=/head/; revision=38060
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Update MD5 for notes.html due to minor updatesChris D. Faulhaber2000-11-301-1/+1
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=35536
* Fix checksum. This isn't my port, so I don't know why it was wrong.David E. O'Brien2000-11-031-1/+1
| | | | | | | | | | Nor do I have the file that the bad checksum was generated from. Maybe it was never right. Submitted by: bento Notes: svn path=/head/; revision=34719
* Update md5 checksum of installation instructions.Maxim Sobolev2000-10-311-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=34487
* Update to 2.20bKevin Lo2000-10-302-3/+3
| | | | | | | | PR: 22402 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34447
* Update to version 2.20Kevin Lo2000-10-102-2/+2
| | | | | | | | PR: 21847 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33656
* - On startup, /etc/rc procedure stops when thttpd is installed.Steve Price2000-07-132-2/+3
| | | | | | | | | | | | | | | * ${PREFIX}/etc/rc.d/thttpd.sh does not return. * FIX: invoke thttpd_wrapper as a background process. - On shutdown, Message "No processes matching ``thttpd_wrapper''" is shown. * thttpd_wrapper is actually a shell script, not an executable. * FIX: Record the pid of thttpd_wrapper to /var/run. * FIX: Use pid-file when killing the wrapper. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Reviewed by: Anders Nordby <anders@fix.no> (maintainer) Notes: svn path=/head/; revision=30594
* Update md5 checksum. Unfortunately there is no previous version onMaxim Sobolev2000-07-131-1/+1
| | | | | | | | | MASTER_SITE_BACKUP, so it is impossible to check what was changed. Submitted by: bento Notes: svn path=/head/; revision=30561
* Update to version 2.19.Steve Price2000-07-073-5/+11
| | | | | | | | PR: 19656 Submitted by: maintainer Notes: svn path=/head/; revision=30335
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27430
* * Install some documentation.David E. O'Brien2000-03-234-17/+45
| | | | | | | | | | | | * Add a rc.d start-up script. * Add a wrapper around the daemon that ensures its running (suggested by the thttpd author). * Add a sample configuration file. * Move one of the echo'ed messages to pkg/MESSAGES for the benefit of package users. Notes: svn path=/head/; revision=26973
* Update port to 2.16:Chris D. Faulhaber2000-03-212-3/+3
| | | | | | | | | | | | | | | | | | | | New in version 2.16: - More explicit error pages for 403 Forbidden. - New section in the manual page explaining how thttpd is picky aboutfile permissions. - Couple of CGI tweaks from David Chaiken. New in version 2.15: - Use standard isxdigit macro instead of is_hexit routine. - Portability fix for Debian, which lacks gai_strerror(). - Fix for .htpasswd authorization, broken by 2.14's custom error pages change. PR: 17322 Submitted by: Maintainer Notes: svn path=/head/; revision=26879
* Update to 2.14Ade Lovett2000-02-092-3/+3
| | | | | | | | PR: 16556 Submitted by: Dom.Mitchell@palmerharvey.co.uk Notes: svn path=/head/; revision=25605
* Quiet this port during fetch, checksum, makesum activities.David E. O'Brien2000-02-031-1/+1
| | | | Notes: svn path=/head/; revision=25434