Commit graph

109 commits

Author SHA1 Message Date
Martin Matuska
b619ceb1b1 Update to 1.4.31 2012-05-31 17:38:58 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Martin Matuska
3478ae5e15 Add patch for upstream bug #2391
Reorganize patches

Feature safe:	yes
2012-03-19 09:18:13 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Martin Matuska
efbadcabe8 Switch to GNU make and mark port MAKE_JOBS_SAFE
PR:		ports/158715
Submitted by:	mandree@FreeBSD.org
2012-01-10 20:56:52 +00:00
Martin Matuska
434b5cd24b 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]
2011-12-24 00:25:38 +00:00
Martin Matuska
449e0af321 Update to 1.4.30
Unbreak build if using libev
2011-12-19 07:56:10 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Pav Lucistnik
bf55ad1a47 - Chase libev shlib bump
Pointy hat to:	vsevolod
2011-09-19 21:06:11 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Martin Matuska
0ef07fd2eb 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.
2011-09-09 09:55:17 +00:00
Martin Matuska
5ae7790856 Update to 1.4.29
PR:		ports/158618
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-07-06 12:52:24 +00:00
Martin Matuska
aa1c4f93d3 - 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]
2011-05-18 21:43:41 +00:00
Martin Matuska
209aad1f15 - Add LICENSE knobs
- Bundle license for mod_h264_streaming
2011-03-23 15:49:12 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Martin Matuska
8e0c198f86 - Use autotools only if building lighttpd modules 2010-10-06 22:15:16 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Martin Matuska
cc1e730e87 - Add multiple instances ability to rc script 2010-08-31 10:11:59 +00:00
Martin Matuska
5b2767fa6f - Integrate www/lighttpd-mysqlauth into www/lighttpd (optional) 2010-08-28 10:53:22 +00:00
Martin Matuska
6da1ee7cb0 - Use autoconf and automake on build time (avoid re-run of configure)
- Remove AUTOTOOLS knobs from slave ports
2010-08-28 08:33:34 +00:00
Martin Matuska
db0964d5fc - Move lighttpd mod_geoip and mod_h264_streaming into slave ports 2010-08-27 18:39:55 +00:00
Martin Matuska
b22b2d0f1a - Update to 1.4.28
- remove fdevent patch (already included)
2010-08-27 14:46:54 +00:00
Martin Matuska
41ef39e416 - Update lighttpd configuration file layout
- Do configuration sanity checks before restarting gracefully
2010-08-18 22:13:21 +00:00
Martin Matuska
690bdc62cc - Add bugfix for lighttpd issue #2249 2010-08-18 17:01:43 +00:00
Martin Matuska
d9a32ecab5 - 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
2010-08-15 21:48:12 +00:00
Martin Matuska
a06e0ef389 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]
2010-08-03 19:09:15 +00:00
Mark Linimon
b512d4ae6a Over to new volunteer.
Approved by:	old maintainer
2010-08-03 01:08:14 +00:00
Renato Botelho
6f472dd19e - 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
2010-06-17 19:46:06 +00:00
Martin Matuska
1935a33def - Add basic docs to portdocs
- Add optional mod_h264_streaming

PR:		ports/147439
Approved by:	maintainer (timeout)
2010-06-17 08:38:47 +00:00
Martin Matuska
00d62cdc46 - Add optional TCP_NODELAY patch
PR:		ports/145985
Approved by:	maintainer (timeout)
2010-05-21 07:49:36 +00:00
Xin LI
ac0aac97f4 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
2010-02-16 21:22:00 +00:00
Renato Botelho
09d9c5f6f4 Update to 1.4.25
PR:		ports/141027
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mnag (maintainer)
2009-11-30 17:48:17 +00:00
Renato Botelho
53070bf710 Update to 1.4.24
PR:		ports/140316
Approved by:	maintainer by email
2009-11-09 10:24:23 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Marcus Alves Grando
b52e2bd383 - Upgrade fix.
PR:		136125
Submitted by:	Martin Matuska <mm___FreeBSD.org>
2009-06-29 01:26:13 +00:00
Marcus Alves Grando
7d14c56f2e - Update to 1.4.23
PR:		136026
Submitted by:	Martin Matuska <mm___FreeBSD.org>
2009-06-28 05:07:13 +00:00
Marcus Alves Grando
1d224692aa - Workaround for a problem when access one symbolic link and end with /.
- Bump PORTREVISION.

Take from:	http://redmine.lighttpd.net/issues/1989
2009-06-06 23:09:27 +00:00
Marcus Alves Grando
2903620eb9 - Modify lighttpd to use www/spawn-fcgi port.
- Bump PORTREVISION

PR:		133707
Submitted by:	Aragon Gouveia <aragon___phat.za.net>
2009-04-25 04:17:04 +00:00
Marcus Alves Grando
a9018972be - Update to 1.4.22
PR:		132395
Submitted by:	Daniel Gerzo <danger___freebsd.org>
2009-03-21 22:22:43 +00:00
Marcus Alves Grando
cdb4dd0cea - Backport EPIPE case in sendfile backend. [1]
- portlint(1)
- Bump PORTREVISION

Reported by:	Jeroen Ruigrok van der Werven <asmodai__in-nomine.org> [1]
2009-02-24 19:06:37 +00:00
Marcus Alves Grando
b632d249a4 - Backport r2403 to fix sendfile backend.
- Bump PORTREVISION

Notified by:	Albert Vernon <aev__vernon.nu>
2009-02-24 14:32:40 +00:00
Daniel Gerzo
5601cdae58 - 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)
2009-02-21 18:38:01 +00:00
Marcus Alves Grando
9d7e37f1ff - Update to 1.4.20
PR:		127861
Submitted by:	Daniel Gerzo <danger___FreeBSD.org>
2008-10-08 01:17:29 +00:00
Marcus Alves Grando
15866f1185 - Fix dependency of fam/gamin
Submitted by:	Vsevolod Kozlov <zaba___thorium.homeunix.org>
2008-09-28 00:54:08 +00:00
Marcus Alves Grando
55873c45a1 - Multiple security fixes.
- Bump PORTREVISION

Notified by:	miwi
Security:	http://www.vuxml.org/freebsd/fb911e31-8ceb-11dd-bb29-000c6e274733.html
2008-09-27 23:47:57 +00:00
Marcus Alves Grando
5d3a4b6a70 - 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]
2008-09-07 14:48:53 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Marcus Alves Grando
9d94b30ce6 - Describe better MEMCACHE option
Submitted by:	Peter van Dijk <peter___nextgear.nl>
2008-04-13 04:15:02 +00:00