aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd/files
Commit message (Collapse)AuthorAgeFilesLines
* From tijl (see PR)Baptiste Daroussin2014-05-072-10/+2
| | | | | | | | | | | | | | | | | | | | | - Convert USE_AUTOTOOLS=libtool and USE_GNOME=lthack to USES=libtool. - Convert to USES=tar:bzip2. - Remove ACLOCAL_ARGS. Not needed. - Add copy and force flags to AUTOMAKE_ARGS such that all automake build scripts are always updated. - Remove --enable-static from CONFIGURE_ARGS. - Add include directories to CPPFLAGS instead of CFLAGS. From me: - Use @sample - Remove .la files (not needed for modules) - Do not install .conf files in the stage (.conf.sample are enough) PR: ports/188972 Submitted by: tijl Notes: svn path=/head/; revision=353140
* Fix build with extra-patch-mysqlauthMartin Matuska2014-01-211-15/+15
| | | | Notes: svn path=/head/; revision=340646
* Update lighttpd to 1.4.34Martin Matuska2014-01-201-10/+0
| | | | Notes: svn path=/head/; revision=340458
* Fix compilation with disabled IPV6Martin Matuska2013-09-291-0/+10
| | | | Notes: svn path=/head/; revision=328648
* Update lighttpd to 1.4.33Martin Matuska2013-09-281-64/+0
| | | | | | | Remove REMOTE_USER option (has been integrated) Notes: svn path=/head/; revision=328561
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Update lighttpd to 1.4.32 (fixes CVE-2012-5533)Martin Matuska2012-11-211-10/+12
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307617
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Add 3rd party remoteuser patch (optional)Martin Matuska2012-06-161-0/+64
| | | | | | | | | | http://redmine.lighttpd.net/issues/2415 PR: ports/167209 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=299431
* Do a configtest before performing a graceful restartMartin Matuska2012-06-161-0/+1
| | | | Notes: svn path=/head/; revision=299398
* Alter lighttpd startup script subcommands to behave like the apache script:Martin Matuska2012-06-161-23/+21
| | | | | | | | | | | | | "reload" now sends a SIGHUP and cycles logfiles "graceful" now performs a graceful restart "gracefulstop" now performs a graceful stp "configtest" now checks the configuration file for correct syntax Removed subcommand: "check" (replaced by "configtest") Notes: svn path=/head/; revision=299390
* Update to 1.4.31Martin Matuska2012-05-315-234/+0
| | | | Notes: svn path=/head/; revision=297891
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-111-0/+20
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454
* Add patch for upstream bug #2391Martin Matuska2012-03-195-19/+201
| | | | | | | | | Reorganize patches Feature safe: yes Notes: svn path=/head/; revision=293552
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Add patch to fix vendor issue 2377 (SSL renegotiations) [1]Martin Matuska2011-12-242-0/+33
| | | | | | | | | | | | | Add patch to correctly report supported network handlers (lighttpd -V) [2] References: http://redmine.lighttpd.net/issues/2377 [1] Reported by: Christos Chatzaras <chris_at_cretaforce_dot_gr> [1] [2] Obtained from: lighttpd svn rev. 2822 [1] Notes: svn path=/head/; revision=287958
* Update to 1.4.30Martin Matuska2011-12-197-1637/+11
| | | | | | | Unbreak build if using libev Notes: svn path=/head/; revision=287641
* Fix extra-patch-mysqlauthMartin Matuska2011-09-181-4/+4
| | | | | | | | PR: ports/160671 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=281934
* Add patches from upstream (svn revisions):Martin Matuska2011-09-096-0/+1637
| | | | | | | | | | | | | | | | | | - r2799: Always use our 'own' md5 implementation (fixes #2331) - r2800: fix some gcc warnings - r2801: Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems. - r2802: [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled - r2803: Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file - r2804: Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341) Add test and regression-test targets. Notes: svn path=/head/; revision=281493
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Add LICENSE knobsMartin Matuska2011-03-231-0/+341
| | | | | | | - Bundle license for mod_h264_streaming Notes: svn path=/head/; revision=271526
* - Add multiple instances ability to rc scriptMartin Matuska2010-08-311-6/+56
| | | | Notes: svn path=/head/; revision=260266
* - Integrate www/lighttpd-mysqlauth into www/lighttpd (optional)Martin Matuska2010-08-283-0/+510
| | | | Notes: svn path=/head/; revision=260127
* - Fix typo in slave module descriptionsMartin Matuska2010-08-272-2/+2
| | | | Notes: svn path=/head/; revision=260095
* - Fix slave module descriptionsMartin Matuska2010-08-272-6/+6
| | | | Notes: svn path=/head/; revision=260091
* - Move lighttpd mod_geoip and mod_h264_streaming into slave portsMartin Matuska2010-08-275-0/+44
| | | | Notes: svn path=/head/; revision=260086
* - Update to 1.4.28Martin Matuska2010-08-271-532/+0
| | | | | | | - remove fdevent patch (already included) Notes: svn path=/head/; revision=260079
* - Update lighttpd configuration file layoutMartin Matuska2010-08-181-3/+30
| | | | | | | - Do configuration sanity checks before restarting gracefully Notes: svn path=/head/; revision=259548
* - Add bugfix for lighttpd issue #2249Martin Matuska2010-08-182-20/+532
| | | | Notes: svn path=/head/; revision=259515
* - Update to 1.4.27Martin Matuska2010-08-155-91/+20
| | | | | | | | | | - Add fdevent kqueue patch from upstream (SVN revision 2764) - Add libev support (optional) - Do not depend on spawn-fcgi by default - Add IPv4 and IPv6 sockets to configuration example Notes: svn path=/head/; revision=259320
* Fix stalls while reading from ssl sockets [1]Martin Matuska2010-08-033-1/+67
| | | | | | | | | | | | | | | | | Fix reload signal in rc script [2] Fix use of IPv6 adresses in mod_extforward [3] Add optional support for mod_geoip [4] Move pkg-config to BUILD_DEPENDS References: http://redmine.lighttpd.net/issues/2197 [1] http://redmine.lighttpd.net/issues/1889 [3] http://redmine.lighttpd.net/wiki/1/Docs:ModGeoip [4] PR: ports/145749 [1], ports/148869 [2], ports/144110 [3], ports/137664 [4] Notes: svn path=/head/; revision=258715
* - Fix SSL related error, lighttpd bug #2157Renato Botelho2010-06-171-0/+11
| | | | | | | | | | | | - Bump PORTREVISION PR: ports/147187 Submitted by: Hartmann, "O." <ohartman@mail.zedat.fu-berlin.de> Approved by: mnag (maintainer) Obtained from: http://redmine.lighttpd.net/issues/2157 Notes: svn path=/head/; revision=256629
* - Add optional TCP_NODELAY patchMartin Matuska2010-05-211-0/+15
| | | | | | | | PR: ports/145985 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=254699
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 1.4.25Renato Botelho2009-11-301-0/+20
| | | | | | | | | PR: ports/141027 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: mnag (maintainer) Notes: svn path=/head/; revision=245027
* Update to 1.4.24Renato Botelho2009-11-091-0/+13
| | | | | | | | PR: ports/140316 Approved by: maintainer by email Notes: svn path=/head/; revision=244019
* - Update to 1.4.23Marcus Alves Grando2009-06-283-98/+0
| | | | | | | | PR: 136026 Submitted by: Martin Matuska <mm___FreeBSD.org> Notes: svn path=/head/; revision=236704
* - Workaround for a problem when access one symbolic link and end with /.Marcus Alves Grando2009-06-061-0/+21
| | | | | | | | | - Bump PORTREVISION. Take from: http://redmine.lighttpd.net/issues/1989 Notes: svn path=/head/; revision=235342
* - Modify lighttpd to use www/spawn-fcgi port.Marcus Alves Grando2009-04-252-0/+77
| | | | | | | | | | - Bump PORTREVISION PR: 133707 Submitted by: Aragon Gouveia <aragon___phat.za.net> Notes: svn path=/head/; revision=232707
* - Update to 1.4.22Marcus Alves Grando2009-03-212-31/+0
| | | | | | | | PR: 132395 Submitted by: Daniel Gerzo <danger___freebsd.org> Notes: svn path=/head/; revision=230605
* - Backport EPIPE case in sendfile backend. [1]Marcus Alves Grando2009-02-241-6/+10
| | | | | | | | | | - portlint(1) - Bump PORTREVISION Reported by: Jeroen Ruigrok van der Werven <asmodai__in-nomine.org> [1] Notes: svn path=/head/; revision=229007
* - Backport r2403 to fix sendfile backend.Marcus Alves Grando2009-02-241-0/+14
| | | | | | | | | - Bump PORTREVISION Notified by: Albert Vernon <aev__vernon.nu> Notes: svn path=/head/; revision=228997
* - update to 1.4.21Daniel Gerzo2009-02-211-0/+13
| | | | | | | | | | | | Changelog can be found at: http://www.lighttpd.net/2009/2/16/1-4-21-yes-we-can-do-another-release PR: ports/131755 Reviewed by: miwi Approved by: portmgr (linimon) Notes: svn path=/head/; revision=228788
* - Update to 1.4.20Marcus Alves Grando2008-10-087-434/+0
| | | | | | | | PR: 127861 Submitted by: Daniel Gerzo <danger___FreeBSD.org> Notes: svn path=/head/; revision=221317
* - Multiple security fixes.Marcus Alves Grando2008-09-273-0/+193
| | | | | | | | | | - Bump PORTREVISION Notified by: miwi Security: http://www.vuxml.org/freebsd/fb911e31-8ceb-11dd-bb29-000c6e274733.html Notes: svn path=/head/; revision=220922
* - Fix small memleak in fastcgi module.Marcus Alves Grando2008-09-071-0/+18
| | | | | | | Submitted by: Chris Peiffer <chris__cabstand.com> Notes: svn path=/head/; revision=220137
* - Allow change location of pidfile in rc script [1]Marcus Alves Grando2008-09-072-1/+61
| | | | | | | | | | | | | - Fix dependency of libmemcache [2] - Add IPv6 support to mod_proxy [3] PR: 123933 [1], 124576 [2], 126527 [3] Submitted by: Marshal Newrock <marshal___freedombi.com> [1], Tilman Linneweh <arved___FreeBSD.org> [3] Notified by: Jean-Dominique Baylac <jdb___venigo.net> [2] Notes: svn path=/head/; revision=220136
* - Fix DOS in SSL connectionMarcus Alves Grando2008-04-131-0/+119
| | | | | | | | | PR: 122526 Submitted by: Harald Schmalzbauer <harry___omnisec.de> Security: http://www.vuxml.org/freebsd/1ac77649-0908-11dd-974d-000fea2763ce.html Notes: svn path=/head/; revision=211144
* - Respect EAGAIN and retry sendfile() instead close connection.Marcus Alves Grando2007-09-221-0/+47
| | | | | | | | - Remove empty lines and add two more cases to switch(errno) - Bump PORTREVISION Notes: svn path=/head/; revision=199912
* - Update to 1.4.16Marcus Alves Grando2007-07-261-461/+0
| | | | | | | | PR: 114920 Submitted by: Gea-Suan Lin <gslin___gslin.org> Notes: svn path=/head/; revision=196311