Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/lighttpd/Makefile

[BACK] Up to [FreeBSD] / ports / www / lighttpd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Jan 10 20:56:52 2012 UTC (4 weeks, 2 days ago) by mm
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -0 lines
Switch to GNU make and mark port MAKE_JOBS_SAFE

PR:		ports/158715
Submitted by:	mandree@FreeBSD.org

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat Dec 24 00:25:38 2011 UTC (6 weeks, 6 days ago) by mm
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -0 lines
Add patch to fix vendor issue 2377 (SSL renegotiations) [1]
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]

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Dec 19 07:56:10 2011 UTC (7 weeks, 3 days ago) by mm
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -2 lines
Update to 1.4.30
Unbreak build if using libev

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:02 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +0 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Sep 19 21:06:11 2011 UTC (4 months, 3 weeks ago) by pav
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
- Chase libev shlib bump

Pointy hat to:	vsevolod

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Sep 12 13:46:58 2011 UTC (4 months, 4 weeks ago) by gabor
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
- Track dependencies after databases/gdbm update

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Sep 9 09:55:17 2011 UTC (5 months ago) by mm
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +13 -4 lines
Add patches from upstream (svn revisions):
 - 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.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Jul 6 12:52:24 2011 UTC (7 months ago) by mm
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +6 -4 lines
Update to 1.4.29

PR:		ports/158618
Submitted by:	Zhihao Yuan <lichray@gmail.com>

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed May 18 21:43:41 2011 UTC (8 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +12 -11 lines
- Rename CONF_FILES to avoid conflict with incoming feature [1]
- Rename CONFD_FILES to match changed naming
- Fix IGNORE message

PR:		ports/157163 [1]
Submitted by:	Chris Rees <utisoft@gmail.com> [1]

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Mar 23 15:49:11 2011 UTC (10 months, 2 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -0 lines
- Add LICENSE knobs
- Bundle license for mod_h264_streaming

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:33:57 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Sync to new bsd.autotools.mk

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:42 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Oct 6 22:15:16 2010 UTC (16 months ago) by mm
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +5 -0 lines
- Use autotools only if building lighttpd modules

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:57:53 2010 UTC (16 months ago) by ade
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Round one migration of ports from automake{19,110} to automake111

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:35:20 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Aug 31 10:11:59 2010 UTC (17 months, 1 week ago) by mm
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
- Add multiple instances ability to rc script

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Aug 28 10:53:22 2010 UTC (17 months, 1 week ago) by mm
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +19 -3 lines
- Integrate www/lighttpd-mysqlauth into www/lighttpd (optional)

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Aug 28 08:33:33 2010 UTC (17 months, 1 week ago) by mm
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -7 lines
- Use autoconf and automake on build time (avoid re-run of configure)
- Remove AUTOTOOLS knobs from slave ports

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Aug 27 18:39:54 2010 UTC (17 months, 2 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +25 -41 lines
- Move lighttpd mod_geoip and mod_h264_streaming into slave ports

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Aug 27 14:46:54 2010 UTC (17 months, 2 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -2 lines
- Update to 1.4.28
- remove fdevent patch (already included)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Aug 18 22:13:21 2010 UTC (17 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +60 -24 lines
- Update lighttpd configuration file layout
- Do configuration sanity checks before restarting gracefully

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Aug 18 17:01:43 2010 UTC (17 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -0 lines
- Add bugfix for lighttpd issue #2249

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Aug 15 21:48:12 2010 UTC (17 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +21 -10 lines
- Update to 1.4.27
- 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

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Aug 3 19:09:14 2010 UTC (18 months, 1 week ago) by mm
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +18 -5 lines
Fix stalls while reading from ssl sockets [1]
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]

Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Aug 3 01:08:14 2010 UTC (18 months, 1 week ago) by linimon
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
Over to new volunteer.

Approved by:	old maintainer

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jun 17 19:46:05 2010 UTC (19 months, 3 weeks ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
- Fix SSL related error, lighttpd bug #2157
- 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

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Jun 17 08:38:47 2010 UTC (19 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +30 -2 lines
- Add basic docs to portdocs
- Add optional mod_h264_streaming

PR:		ports/147439
Approved by:	maintainer (timeout)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri May 21 07:49:36 2010 UTC (20 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +6 -0 lines
- Add optional TCP_NODELAY patch

PR:		ports/145985
Approved by:	maintainer (timeout)

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Feb 16 21:22:00 2010 UTC (23 months, 3 weeks ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Security update to 1.4.26.

PR:		143980
Submitted by:	john <smallpox gmail com>
Security:	vuln 1a3bd81f-1b25-11df-bd1a-002170daae37
With hat:	secteam
Feature safe:	yes

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Nov 30 17:48:17 2009 UTC (2 years, 2 months ago) by garga
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -3 lines
Update to 1.4.25

PR:		ports/141027
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mnag (maintainer)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Nov 9 10:24:23 2009 UTC (2 years, 3 months ago) by garga
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -3 lines
Update to 1.4.24

PR:		ports/140316
Approved by:	maintainer by email

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:01 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Jun 29 01:26:13 2009 UTC (2 years, 7 months ago) by mnag
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -2 lines
- Upgrade fix.

PR:		136125
Submitted by:	Martin Matuska <mm___FreeBSD.org>

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Jun 28 05:07:13 2009 UTC (2 years, 7 months ago) by mnag
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -4 lines
- Update to 1.4.23

PR:		136026
Submitted by:	Martin Matuska <mm___FreeBSD.org>

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Jun 6 23:09:27 2009 UTC (2 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- Workaround for a problem when access one symbolic link and end with /.
- Bump PORTREVISION.

Take from:	http://redmine.lighttpd.net/issues/1989

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Apr 25 04:17:03 2009 UTC (2 years, 9 months ago) by mnag
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -1 lines
- Modify lighttpd to use www/spawn-fcgi port.
- Bump PORTREVISION

PR:		133707
Submitted by:	Aragon Gouveia <aragon___phat.za.net>

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Mar 21 22:22:43 2009 UTC (2 years, 10 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -2 lines
- Update to 1.4.22

PR:		132395
Submitted by:	Daniel Gerzo <danger___freebsd.org>

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Feb 24 19:06:36 2009 UTC (2 years, 11 months ago) by mnag
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
- Backport EPIPE case in sendfile backend. [1]
- portlint(1)
- Bump PORTREVISION

Reported by:	Jeroen Ruigrok van der Werven <asmodai__in-nomine.org> [1]

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Feb 24 14:32:40 2009 UTC (2 years, 11 months ago) by mnag
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
- Backport r2403 to fix sendfile backend.
- Bump PORTREVISION

Notified by:	Albert Vernon <aev__vernon.nu>

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Feb 21 18:38:00 2009 UTC (2 years, 11 months ago) by danger
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
- update to 1.4.21

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)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Oct 8 01:17:28 2008 UTC (3 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -2 lines
- Update to 1.4.20

PR:		127861
Submitted by:	Daniel Gerzo <danger___FreeBSD.org>

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Sep 28 00:54:08 2008 UTC (3 years, 4 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
- Fix dependency of fam/gamin

Submitted by:	Vsevolod Kozlov <zaba___thorium.homeunix.org>

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Sep 27 23:47:57 2008 UTC (3 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
- Multiple security fixes.
- Bump PORTREVISION

Notified by:	miwi
Security:	http://www.vuxml.org/freebsd/fb911e31-8ceb-11dd-bb29-000c6e274733.html

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Sep 7 14:48:53 2008 UTC (3 years, 5 months ago) by mnag
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
- Allow change location of pidfile in rc script [1]
- 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]

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:35 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Apr 13 04:15:02 2008 UTC (3 years, 9 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
- Describe better MEMCACHE option

Submitted by:	Peter van Dijk <peter___nextgear.nl>

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Apr 13 03:50:27 2008 UTC (3 years, 9 months ago) by mnag
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
- Fix DOS in SSL connection

PR:		122526
Submitted by:	Harald Schmalzbauer <harry___omnisec.de>
Security:	http://www.vuxml.org/freebsd/1ac77649-0908-11dd-974d-000fea2763ce.html

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Mar 16 21:01:10 2008 UTC (3 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
- Update to 1.4.19. Fix several vulnerabilities.

PR:		121245

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Sep 22 23:13:46 2007 UTC (4 years, 4 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
- Respect EAGAIN and retry sendfile() instead close connection.
- Remove empty lines and add two more cases to switch(errno)
- Bump PORTREVISION

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Sep 10 13:36:49 2007 UTC (4 years, 5 months ago) by mnag
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
- Update to 1.4.18

PR:		116243
Submitted by:	Gea-Suan Lin <gslin___gslin.org>
Security:	http://www.vuxml.org/freebsd/4b673ae7-5f9a-11dc-84dd-000102cc8983.html

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Aug 30 12:42:04 2007 UTC (4 years, 5 months ago) by mnag
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
- Update to 1.4.17

PR:		115917
Submitted by:	Gea-Suan Lin <gslin___gslin.org>

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jul 26 12:02:25 2007 UTC (4 years, 6 months ago) by mnag
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
- Update to 1.4.16

PR:		114920
Submitted by:	Gea-Suan Lin <gslin___gslin.org>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:43 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jul 21 02:22:08 2007 UTC (4 years, 6 months ago) by mnag
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
- Apply security fixes
- Bump PORTREVISION

Security:	http://secunia.com/advisories/26130/

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri May 25 17:55:12 2007 UTC (4 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
- Remove spurious bzip2 dependency

PR:		112832
Submitted by:	delphij

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Apr 14 14:41:53 2007 UTC (4 years, 9 months ago) by mnag
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -4 lines
- Update to 1.4.15

PR:		111552
Submitted by:	Gea-Suan Lin <gslin___gslin.org>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Mar 26 03:31:57 2007 UTC (4 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +27 -5 lines
- Add WEBDAV support [1]
- Add workaround to enable IPV6 in lighttpd.conf [2]
- Add support to graceful restart [3]

PR:		107599 [1], 110371 [2], 110683 [3]
Submitted by:	Dazza<dazza___luckydonkey.com> [1],
		Joseph Terner<jtsn___gmx.de> [2],
		Peter Beckman <beckman___purplecow.com> [3]

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 12 19:34:52 2007 UTC (4 years, 11 months ago) by mnag
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
- Apply a vendor patch that fixes CPU starvation
- Bump PORTREVISION

Submitted by:	delphij

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Dec 13 13:20:51 2006 UTC (5 years, 1 month ago) by mnag
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Fix CML option using -llua.

PR:		105863
Submitted by:	Jun MUKAI <mukai___jmuk.org>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Dec 13 12:51:45 2006 UTC (5 years, 1 month ago) by mnag
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
- Take maintainership

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Dec 13 12:43:13 2006 UTC (5 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Reset hendrik@scholz.net due to a number of timeouts.

Hat:		portmgr

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Dec 11 03:39:13 2006 UTC (5 years, 2 months ago) by clsung
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +8 -0 lines
- add mog_magnet support
- Ref: http://blog.lighttpd.net/articles/2006/09/16/a-new-power-magnet
- bump PORTREVISION

PR:		ports/105284
Submitted by:	clsung
Approved by:	maintainer (timeout)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Oct 31 03:22:20 2006 UTC (5 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +49 -17 lines
- Update to 1.4.13 [1]
- Add options for bzip2, fam, gdbm, memcache, and valgrind [1]
- Fix build in 4.x

PR:		104239 [1]
Submitted by:	Gea-Suan Lin <gslin___gslin.org> [1]
Approved by:	maintainer timeout (21 days)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Sep 26 09:07:17 2006 UTC (5 years, 4 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
- Update to 1.4.12
- Add mirror sites listed on the official page
- Now FastCGI PHP is /usr/local/bin/php-cgi

PR:		ports/103618
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (Hendrik Scholz)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Sep 15 08:17:10 2006 UTC (5 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Modify these files to reflect bsd.lua.mk as tested on the cluster.

PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jun 9 15:35:49 2006 UTC (5 years, 8 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -0 lines
- Fix LDAP support
- Bump PORTREVISION

PR:		97161 (based on)
Submitted by:	Jakob van Santen <jakob@somethingpretentious.net>
Approved by:	hendrik@scholz.net (maintainer)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 3 13:25:07 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Switch lua dependency to lang/lua50

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Mar 15 14:58:35 2006 UTC (5 years, 10 months ago) by garga
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
- Update to 1.4.11

PR:		ports/94451
Submitted by:	maintainer

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:41 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Feb 20 14:52:58 2006 UTC (5 years, 11 months ago) by mnag
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
- Fix typo in REQUIRE
- Bump PORTREVISION

PR:		93437
Submitted by:	Michael Proto <mike@jellydonut.org>
Approved by:	maintainer timeout (bypassed by linimon)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Feb 15 11:06:47 2006 UTC (5 years, 11 months ago) by garga
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -1 lines
- Update to 1.4.10

PR:		ports/93348
Submitted by:	maintainer

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jan 21 18:11:54 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +15 -11 lines
Update to 1.4.9 [1]
Remove obsolete MASTER_SITES [1]
Update lighttpd.conf.sample [1]
Fix REQUIRE in rc.d script [2]
Reorganize Makefile and rc.d script [2]

PR:		92078 [1], 92069 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1], mnag [2]
Approved by:	maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jan 4 23:40:57 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
better example in sample config for lighttpd

	The lighttpd port installs a sample config file into
	      /usr/local/etc/lighttpd.conf.sample
	this file should probably include the line:
	      server.event-handler        = "freebsd-kqueue"
	lighttpd is a high performance web server, and it should
	use kqueue when running on FreeBSD.

PR:		ports/90354
Submitted by:	Mike <mspam@ideaway.net>
Approved by:	maintainer timeout

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Nov 29 10:40:14 2005 UTC (6 years, 2 months ago) by barner
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
- Update to 1.4.8 [1]
- Fix detection of OpenSSL if world is build with NO_OPENSSL [2]

Submitted by:	delphij [1], Artis Caune <Artis.Caune@latnet.lv> [2]
PR:		ports/89709 [1], ports/89370 [2]
Approved by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer) [1, 2]

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 23 01:43:54 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Update to 1.4.7
Fix IPV6 OPTIONS
Add SHA256

PR:		89319
Submitted by:	delphij
Approved by:	maintainer

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:32 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Oct 10 18:01:50 2005 UTC (6 years, 4 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +14 -5 lines
- Update to 1.4.6
- Added pkg-plist magic to preserve changed config file

PR:		87178
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Reworked by:	hendrik@scholz.net (maintainer)
Approved by:	novel (mentor)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Oct 3 21:36:39 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Update to 1.4.5

PR:		86877
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
Approved by:	pav (mentor)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Sep 19 13:20:40 2005 UTC (6 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Update to 1.4.4

PR:		ports/86323
Submitted by:	maintainer

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Sep 1 14:49:48 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Update to 1.4.3

PR:		ports/85571
Submitted by:	maintainer

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Aug 30 11:38:21 2005 UTC (6 years, 5 months ago) by vs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to to 1.4.2: bugfix release

PR:		ports/85463
Submitted by:	Hendrik Scholz (maintainer)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 29 10:13:32 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -8 lines
- Update to 1.4.1

PR:		ports/85177
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 31 14:21:10 2005 UTC (6 years, 6 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Update to 1.3.16

PR:		ports/84391
Submitted by:	maintainer

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 15 22:26:56 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Update to 1.3.15

PR:		ports/83523
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 16 08:04:20 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -4 lines
- Dodge WITH_OPENSSL in OPTIONS oddity

Submitted by:	sem

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 15 21:09:27 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +9 -7 lines
- Update to 1.3.14
- Fix OPTIONS

PR:		ports/82288
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:43 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:20 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 5 08:12:13 2005 UTC (6 years, 10 months ago) by sem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +30 -17 lines
- Add OPENLDAP option [1]
- Add MYSQL and IPV6 options [2]

PR:		ports/78680
Submitted by:	Dick Davies <rasputnik@hellooperator.net> [1]
		Marcus Grando <marcus@corp.grupos.com.br> [2]
Approved by:	maintainer

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 11 06:00:23 2005 UTC (6 years, 11 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
1: Upgrade to lastest version.
2: sync lighttpd.conf.sample.

PR:		ports/78594
Submitted by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 3 12:14:54 2005 UTC (6 years, 11 months ago) by flz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- Update to 1.3.12.

PR:		ports/78351
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
Approved by:	pav (mentor)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 22 18:42:58 2005 UTC (6 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- update to 1.3.11
- add --libdir configure arg to preserve correct module directory

PR:		ports/77811 (based on)
Submitted by:	Rui Lopes <rui(at)ruilopes.com>
Modified by:	maintainer

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Feb 12 16:51:31 2005 UTC (6 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
- The patch fixes a CGI handler bug in the config file.
  Obtained from:
  http://wiki.lighttpd.net/7.html#A14 and
  http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/lighttpd-empty_cgi_handler.patch?rev=1.1
- Bump PORTREVISON.

PR:		ports/77418
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 7 14:05:35 2005 UTC (7 years ago) by sem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Update to 1.3.10

PR:		ports/77203
Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 6 16:30:35 2005 UTC (7 years ago) by sem
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Update to 1.3.9
- Fix rc script

PR:		ports/77164
Submitted by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 30 18:52:21 2005 UTC (7 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2 lines
- update from 1.3.7 to 1.3.8
- update pkg-plist
- add note about MySQL module

PR:		ports/76866
Submitted by:	maintainer

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 12 17:16:56 2004 UTC (7 years, 1 month ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
Upgrade to 1.3.7.

PR:		ports/74958
Submitted by:	gslin at gslin_dot_org
Approved by:	maintainer.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 8 19:05:32 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +15 -1 lines
- add mirror sites managed by myself
- server.pid-file config file entry needed by init script
- WITHOUT_OPENSSL tunable to disable SSL support (enabled by default)

PR:		ports/74812
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 26 03:14:29 2004 UTC (7 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
1: upgrade to 1.3.6
2: SSL fix
3: change maintainer to submitter.
4: sync lighttpd.conf

PR:		ports/74196
Submitted by:	Hendrik Scholz <hendrik(at)scholz.net>
Approved by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 1 08:54:19 2004 UTC (7 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -6 lines
Upgrade to 1.3.5.

Approved by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 12 07:02:43 2004 UTC (7 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -1 lines
Upgrade from 1.2.5 to 1.2.7 and adds an additional patch directly from
the author.

PR:		ports/71377
Submitted by:	Hendrik Scholz <hendrik at scholz dot net>
Approved by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 12 02:50:26 2004 UTC (7 years, 6 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
1: Upgrade to 1.2.5
2: sync lighttpd.conf.sample to current version
3: make rc files workable.

Approved by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 1 12:05:54 2004 UTC (7 years, 6 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Upgrade to 1.2.4.

Approved by:	maintainer.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:35 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Sync with new bsd.autotools.mk

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 3 17:57:42 2004 UTC (7 years, 8 months ago) by vanilla
Branches: MAIN
Add lighttpd 1.2.1, a secure, fast, compliant, and very flexible Web
Server.

PR:		ports/66943
Submitted by:	k@123.org
Some part by:	me

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options