aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
Commit message (Collapse)AuthorAgeFilesLines
* The word 'very' has no place in COMMENTEitan Adler2013-10-311-1/+1
| | | | | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object. Notes: svn path=/head/; revision=332200
* - Fix various distinfo artifactsAlex Kozlov2013-10-071-1/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=329674
* Fix compilation with disabled IPV6Martin Matuska2013-09-291-0/+10
| | | | Notes: svn path=/head/; revision=328648
* Update lighttpd to 1.4.33Martin Matuska2013-09-283-75/+5
| | | | | | | Remove REMOTE_USER option (has been integrated) Notes: svn path=/head/; revision=328561
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316355
* - 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 PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update lighttpd to 1.4.32 (fixes CVE-2012-5533)Martin Matuska2012-11-213-14/+15
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307617
* Fix python path in configuration filesMartin Matuska2012-10-231-1/+4
| | | | | | | | | PR: ports/172165 Submitted by: crees Feature safe: yes Notes: svn path=/head/; revision=306323
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Fix IPv6 support broken in last updateMartin Matuska2012-07-181-2/+2
| | | | | | | | PR: ports/169931 Reported by: Arnaud Houdelette Notes: svn path=/head/; revision=301114
* Reorganize options of www/lighttpdMartin Matuska2012-07-161-21/+12
| | | | | | | Add two new default options Notes: svn path=/head/; revision=300949
* Update to new options frameworkMartin Matuska2012-07-161-42/+45
| | | | Notes: svn path=/head/; revision=300924
* Add 3rd party remoteuser patch (optional)Martin Matuska2012-06-162-1/+71
| | | | | | | | | | 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-162-1/+2
| | | | Notes: svn path=/head/; revision=299398
* Alter lighttpd startup script subcommands to behave like the apache script:Martin Matuska2012-06-162-23/+22
| | | | | | | | | | | | | "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-317-238/+3
| | | | Notes: svn path=/head/; revision=297891
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-112-0/+21
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454
* Add patch for upstream bug #2391Martin Matuska2012-03-196-20/+202
| | | | | | | | | Reorganize patches Feature safe: yes Notes: svn path=/head/; revision=293552
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* 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