Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.35_3 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
1.4.35_2 31 May 2014 16:37:58 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine) |
1.4.35_2 27 May 2014 15:59:12 |
olgeni |
Do not rewrite USES when setting lua:51 (r355360). |
1.4.35_2 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
1.4.35_2 07 May 2014 21:37:19 |
tijl |
Fix the WEBDAV option. It sets USE_GNOME which needs to happen before
including bsd.port.pre.mk.
Reported by: Christos Chatzaras <chris@cretaforce.gr> |
1.4.35_2 07 May 2014 06:51:00 |
bapt |
From tijl (see PR)
- Convert USE_AUTOTOOLS=libtool and USE_GNOME=lthack to USES=libtool.
- Convert to USES=tar:bzip2.
- Remove ACLOCAL_ARGS. Not needed.
- Add copy and force flags to AUTOMAKE_ARGS such that all automake build scripts
are always updated.
- Remove --enable-static from CONFIGURE_ARGS.
- Add include directories to CPPFLAGS instead of CFLAGS.
From me:
- Use @sample
- Remove .la files (not needed for modules)
- Do not install .conf files in the stage (.conf.sample are enough)
PR: ports/188972
Submitted by: tijl |
1.4.35_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.4.35 14 Mar 2014 01:35:13 |
mm |
Update lighttpd to 1.4.35 |
1.4.34 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.4.34 21 Jan 2014 19:56:45 |
mm |
Fix build with extra-patch-mysqlauth |
1.4.34 21 Jan 2014 17:18:22 |
garga |
Really fix /var/log/lighttpd install and deinstall, sorry for the noise |
1.4.34 21 Jan 2014 14:02:21 |
garga |
Fix pkg-plist broken on last commit |
1.4.34 21 Jan 2014 13:45:16 |
garga |
- Fix build for non-root
- Update LICENSE
- Convert to new LIB_DEPENDS syntax
Approved by: portmgr (mat) |
1.4.34 20 Jan 2014 19:45:03 |
mm |
Update lighttpd to 1.4.34 |
1.4.33 19 Jan 2014 12:55:06 |
mm |
Fix install and pkg-plist for lighttpd |
1.4.33 19 Jan 2014 11:00:29 |
mm |
Add STAGE support |
1.4.33 04 Jan 2014 23:40:44 |
antoine |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
1.4.33 31 Oct 2013 04:17:29 |
eadler |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object. |
1.4.33 07 Oct 2013 10:16:07 |
ak |
- Fix various distinfo artifacts
Approved by: portmgr (bapt) |
1.4.33 29 Sep 2013 05:39:36 |
mm |
Fix compilation with disabled IPV6 |
1.4.33 28 Sep 2013 08:20:40 |
mm |
Update lighttpd to 1.4.33
Remove REMOTE_USER option (has been integrated) |
1.4.32_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.4.32_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4.32_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.4.32_1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.4.32_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.4.32 21 Nov 2012 14:36:25 |
mm |
Update lighttpd to 1.4.32 (fixes CVE-2012-5533)
Feature safe: yes |
1.4.31_5 23 Oct 2012 19:51:19 |
mm |
Fix python path in configuration files
PR: ports/172165
Submitted by: crees
Feature safe: yes |
1.4.31_4 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.4.31_4 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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) |
1.4.31_4 18 Jul 2012 18:32:11 |
mm |
Fix IPv6 support broken in last update
PR: ports/169931
Reported by: Arnaud Houdelette |
1.4.31_3 16 Jul 2012 12:57:19 |
mm |
Reorganize options of www/lighttpd
Add two new default options |
1.4.31_2 16 Jul 2012 06:42:50 |
mm |
Update to new options framework |
1.4.31_2 16 Jun 2012 22:28:41 |
mm |
Add 3rd party remoteuser patch (optional)
http://redmine.lighttpd.net/issues/2415
PR: ports/167209
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> |
1.4.31_2 16 Jun 2012 10:21:47 |
mm |
Do a configtest before performing a graceful restart |
1.4.31_1 16 Jun 2012 09:15:26 |
mm |
Alter lighttpd startup script subcommands to behave like the apache script:
"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") |
1.4.31 31 May 2012 17:38:58 |
mm |
Update to 1.4.31 |
1.4.30_3 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
1.4.30_3 19 Mar 2012 09:18:13 |
mm |
Add patch for upstream bug #2391
Reorganize patches
Feature safe: yes |
1.4.30_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
1.4.30_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
1.4.30_1 10 Jan 2012 20:56:52 |
mm |
Switch to GNU make and mark port MAKE_JOBS_SAFE
PR: ports/158715
Submitted by: mandree@FreeBSD.org |
1.4.30_1 24 Dec 2011 00:25:38 |
mm |
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] |
1.4.30 19 Dec 2011 07:56:11 |
mm |
Update to 1.4.30
Unbreak build if using libev |
1.4.29_2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.4.29_2 19 Sep 2011 21:06:11 |
pav |
- Chase libev shlib bump
Pointy hat to: vsevolod |
1.4.29_2 18 Sep 2011 09:10:57 |
mm |
Fix extra-patch-mysqlauth
PR: ports/160671
Submitted by: Zhihao Yuan <lichray@gmail.com> |
1.4.29_2 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
1.4.29_1 09 Sep 2011 09:55:17 |
mm |
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. |
1.4.29 06 Jul 2011 12:52:24 |
mm |
Update to 1.4.29
PR: ports/158618
Submitted by: Zhihao Yuan <lichray@gmail.com> |
1.4.28_4 18 May 2011 21:43:41 |
mm |
- 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] |
1.4.28_4 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
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 |
1.4.28_4 23 Mar 2011 15:49:12 |
mm |
- Add LICENSE knobs
- Bundle license for mod_h264_streaming |
1.4.28_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.4.28_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.28_4 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.4.28_4 06 Oct 2010 22:15:16 |
mm |
- Use autotools only if building lighttpd modules |
1.4.28_4 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.4.28_4 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.4.28_3 31 Aug 2010 10:11:59 |
mm |
- Add multiple instances ability to rc script |
1.4.28_2 28 Aug 2010 10:53:22 |
mm |
- Integrate www/lighttpd-mysqlauth into www/lighttpd (optional) |
1.4.28_1 28 Aug 2010 08:33:34 |
mm |
- Use autoconf and automake on build time (avoid re-run of configure)
- Remove AUTOTOOLS knobs from slave ports |
1.4.28_1 27 Aug 2010 21:28:59 |
mm |
- Add missing pkg-plist update
Reported by: QAT |
1.4.28_1 27 Aug 2010 18:51:23 |
mm |
- Fix typo in slave module descriptions |
1.4.28_1 27 Aug 2010 18:48:31 |
mm |
- Fix slave module descriptions |
1.4.28_1 27 Aug 2010 18:39:55 |
mm |
- Move lighttpd mod_geoip and mod_h264_streaming into slave ports |
1.4.28 27 Aug 2010 14:46:54 |
mm |
- Update to 1.4.28
- remove fdevent patch (already included) |
1.4.27_2 18 Aug 2010 22:13:21 |
mm |
- Update lighttpd configuration file layout
- Do configuration sanity checks before restarting gracefully |
1.4.27_1 18 Aug 2010 17:01:43 |
mm |
- Add bugfix for lighttpd issue #2249 |
1.4.27 15 Aug 2010 21:48:12 |
mm |
- 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 |
1.4.26_4 03 Aug 2010 19:09:15 |
mm |
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] |
1.4.26_3 03 Aug 2010 01:08:14 |
linimon |
Over to new volunteer.
Approved by: old maintainer |
1.4.26_3 17 Jun 2010 19:46:06 |
garga |
- 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 |
1.4.26_2 17 Jun 2010 08:38:47 |
mm |
- Add basic docs to portdocs
- Add optional mod_h264_streaming
PR: ports/147439
Approved by: maintainer (timeout) |
1.4.26_1 21 May 2010 07:49:36 |
mm |
- Add optional TCP_NODELAY patch
PR: ports/145985
Approved by: maintainer (timeout) |
1.4.26 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4.26 16 Feb 2010 21:22:00 |
delphij |
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 |
1.4.25 30 Nov 2009 17:48:18 |
garga |
Update to 1.4.25
PR: ports/141027
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: mnag (maintainer) |
1.4.24 09 Nov 2009 10:24:23 |
garga |
Update to 1.4.24
PR: ports/140316
Approved by: maintainer by email |
1.4.23 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.4.23 29 Jun 2009 01:26:13 |
mnag |
- Upgrade fix.
PR: 136125
Submitted by: Martin Matuska <mm___FreeBSD.org> |
1.4.23 28 Jun 2009 05:07:13 |
mnag |
- Update to 1.4.23
PR: 136026
Submitted by: Martin Matuska <mm___FreeBSD.org> |
1.4.22_2 06 Jun 2009 23:09:27 |
mnag |
- Workaround for a problem when access one symbolic link and end with /.
- Bump PORTREVISION.
Take from: http://redmine.lighttpd.net/issues/1989 |
1.4.22_1 25 Apr 2009 04:17:04 |
mnag |
- Modify lighttpd to use www/spawn-fcgi port.
- Bump PORTREVISION
PR: 133707
Submitted by: Aragon Gouveia <aragon___phat.za.net> |
1.4.22 21 Mar 2009 22:22:44 |
mnag |
- Update to 1.4.22
PR: 132395
Submitted by: Daniel Gerzo <danger___freebsd.org> |
1.4.21_2 24 Feb 2009 19:06:37 |
mnag |
- Backport EPIPE case in sendfile backend. [1]
- portlint(1)
- Bump PORTREVISION
Reported by: Jeroen Ruigrok van der Werven <asmodai__in-nomine.org> [1] |
1.4.21_1 24 Feb 2009 14:32:40 |
mnag |
- Backport r2403 to fix sendfile backend.
- Bump PORTREVISION
Notified by: Albert Vernon <aev__vernon.nu> |
1.4.21 21 Feb 2009 18:38:01 |
danger |
- 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) |
1.4.20 08 Oct 2008 01:17:29 |
mnag |
- Update to 1.4.20
PR: 127861
Submitted by: Daniel Gerzo <danger___FreeBSD.org> |
1.4.19_3 28 Sep 2008 00:54:09 |
mnag |
- Fix dependency of fam/gamin
Submitted by: Vsevolod Kozlov <zaba___thorium.homeunix.org> |
1.4.19_3 27 Sep 2008 23:47:57 |
mnag |
- Multiple security fixes.
- Bump PORTREVISION
Notified by: miwi
Security:
http://www.vuxml.org/freebsd/fb911e31-8ceb-11dd-bb29-000c6e274733.html |
1.4.19_2 07 Sep 2008 15:05:44 |
mnag |
- Fix small memleak in fastcgi module.
Submitted by: Chris Peiffer <chris__cabstand.com> |
1.4.19_2 07 Sep 2008 14:48:53 |
mnag |
- 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] |
1.4.19_1 21 Aug 2008 06:18:49 |
rafan |
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 (Only the first 15 lines of the commit message are shown above ) |
1.4.19_1 13 Apr 2008 04:15:02 |
mnag |
- Describe better MEMCACHE option
Submitted by: Peter van Dijk <peter___nextgear.nl> |
1.4.19_1 13 Apr 2008 03:50:28 |
mnag |
- 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 |
1.4.19 16 Mar 2008 21:01:10 |
mnag |
- Update to 1.4.19. Fix several vulnerabilities.
PR: 121245 |
1.4.18_1 22 Sep 2007 23:13:47 |
mnag |
- Respect EAGAIN and retry sendfile() instead close connection.
- Remove empty lines and add two more cases to switch(errno)
- Bump PORTREVISION |
1.4.18 10 Sep 2007 13:36:50 |
mnag |
- 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 |
1.4.17 30 Aug 2007 12:42:04 |
mnag |
- Update to 1.4.17
PR: 115917
Submitted by: Gea-Suan Lin <gslin___gslin.org> |