| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/158715
Submitted by: mandree@FreeBSD.org
Notes:
svn path=/head/; revision=288915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Unbreak build if using libev
Notes:
svn path=/head/; revision=287641
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Pointy hat to: vsevolod
Notes:
svn path=/head/; revision=282020
|
|
|
|
|
|
|
|
| |
PR: ports/160671
Submitted by: Zhihao Yuan <lichray@gmail.com>
Notes:
svn path=/head/; revision=281934
|
|
|
|
| |
Notes:
svn path=/head/; revision=281668
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/158618
Submitted by: Zhihao Yuan <lichray@gmail.com>
Notes:
svn path=/head/; revision=277171
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Bundle license for mod_h264_streaming
Notes:
svn path=/head/; revision=271526
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262538
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
| |
Notes:
svn path=/head/; revision=260266
|
|
|
|
| |
Notes:
svn path=/head/; revision=260127
|
|
|
|
|
|
|
| |
- Remove AUTOTOOLS knobs from slave ports
Notes:
svn path=/head/; revision=260119
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=260100
|
|
|
|
| |
Notes:
svn path=/head/; revision=260095
|
|
|
|
| |
Notes:
svn path=/head/; revision=260091
|
|
|
|
| |
Notes:
svn path=/head/; revision=260086
|
|
|
|
|
|
|
| |
- remove fdevent patch (already included)
Notes:
svn path=/head/; revision=260079
|
|
|
|
|
|
|
| |
- Do configuration sanity checks before restarting gracefully
Notes:
svn path=/head/; revision=259548
|
|
|
|
| |
Notes:
svn path=/head/; revision=259515
|
|
|
|
|
|
|
|
|
|
| |
- 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 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
|
|
|
|
|
|
|
| |
Approved by: old maintainer
Notes:
svn path=/head/; revision=258662
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 mod_h264_streaming
PR: ports/147439
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=256620
|
|
|
|
|
|
|
|
| |
PR: ports/145985
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=254699
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/141027
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: mnag (maintainer)
Notes:
svn path=/head/; revision=245027
|
|
|
|
|
|
|
|
| |
PR: ports/140316
Approved by: maintainer by email
Notes:
svn path=/head/; revision=244019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
| |
PR: 136125
Submitted by: Martin Matuska <mm___FreeBSD.org>
Notes:
svn path=/head/; revision=236747
|
|
|
|
|
|
|
|
| |
PR: 136026
Submitted by: Martin Matuska <mm___FreeBSD.org>
Notes:
svn path=/head/; revision=236704
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Take from: http://redmine.lighttpd.net/issues/1989
Notes:
svn path=/head/; revision=235342
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 133707
Submitted by: Aragon Gouveia <aragon___phat.za.net>
Notes:
svn path=/head/; revision=232707
|
|
|
|
|
|
|
|
| |
PR: 132395
Submitted by: Daniel Gerzo <danger___freebsd.org>
Notes:
svn path=/head/; revision=230605
|
|
|
|
|
|
|
|
|
|
| |
- portlint(1)
- Bump PORTREVISION
Reported by: Jeroen Ruigrok van der Werven <asmodai__in-nomine.org> [1]
Notes:
svn path=/head/; revision=229007
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notified by: Albert Vernon <aev__vernon.nu>
Notes:
svn path=/head/; revision=228997
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 127861
Submitted by: Daniel Gerzo <danger___FreeBSD.org>
Notes:
svn path=/head/; revision=221317
|
|
|
|
|
|
|
| |
Submitted by: Vsevolod Kozlov <zaba___thorium.homeunix.org>
Notes:
svn path=/head/; revision=220926
|