aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Switch to GNU make and mark port MAKE_JOBS_SAFEMartin Matuska2012-01-101-0/+2
| | | | | | | | PR: ports/158715 Submitted by: mandree@FreeBSD.org Notes: svn path=/head/; revision=288915
* Add patch to fix vendor issue 2377 (SSL renegotiations) [1]Martin Matuska2011-12-243-0/+34
| | | | | | | | | | | | | 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-199-1641/+14
| | | | | | | Unbreak build if using libev Notes: svn path=/head/; revision=287641
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase libev shlib bumpPav Lucistnik2011-09-191-1/+1
| | | | | | | Pointy hat to: vsevolod Notes: svn path=/head/; revision=282020
* 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
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+1
| | | | Notes: svn path=/head/; revision=281668
* Add patches from upstream (svn revisions):Martin Matuska2011-09-097-4/+1650
| | | | | | | | | | | | | | | | | | - 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
* Update to 1.4.29Martin Matuska2011-07-062-6/+8
| | | | | | | | PR: ports/158618 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=277171
* - Rename CONF_FILES to avoid conflict with incoming feature [1]Martin Matuska2011-05-181-11/+12
| | | | | | | | | | | - Rename CONFD_FILES to match changed naming - Fix IGNORE message PR: ports/157163 [1] Submitted by: Chris Rees <utisoft@gmail.com> [1] Notes: svn path=/head/; revision=274278
* 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-232-0/+343
| | | | | | | - Bundle license for mod_h264_streaming Notes: svn path=/head/; revision=271526
* - Get Rid MD5 supportMartin Wilke2011-03-191-3/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-2/+2
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* - Use autotools only if building lighttpd modulesMartin Matuska2010-10-061-0/+5
| | | | Notes: svn path=/head/; revision=262538
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Add multiple instances ability to rc scriptMartin Matuska2010-08-312-7/+57
| | | | Notes: svn path=/head/; revision=260266
* - Integrate www/lighttpd-mysqlauth into www/lighttpd (optional)Martin Matuska2010-08-284-3/+529
| | | | Notes: svn path=/head/; revision=260127
* - Use autoconf and automake on build time (avoid re-run of configure)Martin Matuska2010-08-281-7/+3
| | | | | | | - Remove AUTOTOOLS knobs from slave ports Notes: svn path=/head/; revision=260119
* - Add missing pkg-plist updateMartin Matuska2010-08-271-9/+0
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=260100
* - 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-276-41/+69
| | | | Notes: svn path=/head/; revision=260086
* - Update to 1.4.28Martin Matuska2010-08-273-537/+4
| | | | | | | - remove fdevent patch (already included) Notes: svn path=/head/; revision=260079
* - Update lighttpd configuration file layoutMartin Matuska2010-08-183-29/+175
| | | | | | | - Do configuration sanity checks before restarting gracefully Notes: svn path=/head/; revision=259548
* - Add bugfix for lighttpd issue #2249Martin Matuska2010-08-183-20/+533
| | | | Notes: svn path=/head/; revision=259515
* - Update to 1.4.27Martin Matuska2010-08-157-104/+44
| | | | | | | | | | - 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-036-6/+91
| | | | | | | | | | | | | | | | | 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
* Over to new volunteer.Mark Linimon2010-08-031-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=258662
* - Fix SSL related error, lighttpd bug #2157Renato Botelho2010-06-172-1/+12
| | | | | | | | | | | | - 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 basic docs to portdocsMartin Matuska2010-06-173-2/+36
| | | | | | | | | | - Add optional mod_h264_streaming PR: ports/147439 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=256620
* - Add optional TCP_NODELAY patchMartin Matuska2010-05-212-0/+21
| | | | | | | | 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
* Security update to 1.4.26.Xin LI2010-02-162-4/+4
| | | | | | | | | | | PR: 143980 Submitted by: john <smallpox gmail com> Security: vuln 1a3bd81f-1b25-11df-bd1a-002170daae37 With hat: secteam Feature safe: yes Notes: svn path=/head/; revision=249972
* Update to 1.4.25Renato Botelho2009-11-303-6/+25
| | | | | | | | | 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-093-6/+18
| | | | | | | | PR: ports/140316 Approved by: maintainer by email Notes: svn path=/head/; revision=244019
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Upgrade fix.Marcus Alves Grando2009-06-291-2/+3
| | | | | | | | PR: 136125 Submitted by: Martin Matuska <mm___FreeBSD.org> Notes: svn path=/head/; revision=236747
* - Update to 1.4.23Marcus Alves Grando2009-06-285-105/+6
| | | | | | | | 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-062-1/+22
| | | | | | | | | - 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-254-2/+84
| | | | | | | | | | - 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-214-36/+4
| | | | | | | | 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-242-8/+11
| | | | | | | | | | - 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-242-0/+15
| | | | | | | | | - Bump PORTREVISION Notified by: Albert Vernon <aev__vernon.nu> Notes: svn path=/head/; revision=228997
* - update to 1.4.21Daniel Gerzo2009-02-213-4/+17
| | | | | | | | | | | | 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-089-439/+4
| | | | | | | | PR: 127861 Submitted by: Daniel Gerzo <danger___FreeBSD.org> Notes: svn path=/head/; revision=221317
* - Fix dependency of fam/gaminMarcus Alves Grando2008-09-281-1/+1
| | | | | | | Submitted by: Vsevolod Kozlov <zaba___thorium.homeunix.org> Notes: svn path=/head/; revision=220926