notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/lighttpd/Makefile
SVNWeb

Number of commits found: 216 (showing only 100 on this page)

1 | 2 | 3  »  

Thu, 25 May 2023
[ 08:18 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:f75fc16179629b51725274bb82aac362fe6e41e5  commit hash:f75fc16179629b51725274bb82aac362fe6e41e5  commit hash:f75fc16179629b51725274bb82aac362fe6e41e5  f75fc16 
www/lighttpd: fix listening on IPv6 addresses

PR:	271335
Wed, 10 May 2023
[ 18:23 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:7c5c7f85eb45ba1ecd4b239f127fc92a44ef22aa  commit hash:7c5c7f85eb45ba1ecd4b239f127fc92a44ef22aa  commit hash:7c5c7f85eb45ba1ecd4b239f127fc92a44ef22aa  7c5c7f8 
www/lighttpd: update to 1.4.70

Changelog:	https://www.lighttpd.net/2023/5/10/1.4.70/
Tue, 9 May 2023
[ 20:06 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:4b7b0c6d526683fb370aff150e67263f456148e6  commit hash:4b7b0c6d526683fb370aff150e67263f456148e6  commit hash:4b7b0c6d526683fb370aff150e67263f456148e6  4b7b0c6 
www/lighttpd: fix WEBDAV option

It looks like it was missed in cmake migration.
Sat, 11 Feb 2023
[ 12:31 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:a1493d244f195af497d8c11e9fb0f9a06fb39ee6  commit hash:a1493d244f195af497d8c11e9fb0f9a06fb39ee6  commit hash:a1493d244f195af497d8c11e9fb0f9a06fb39ee6  a1493d2 
www/lighttpd: remove USES=libtool

Reported by:	dizzy@
[ 00:48 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:b64d2f1e5acfb7dc3b4a97fe6474408db352288f  commit hash:b64d2f1e5acfb7dc3b4a97fe6474408db352288f  commit hash:b64d2f1e5acfb7dc3b4a97fe6474408db352288f  b64d2f1 
www/lighttpd: switch to cmake
[ 00:46 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:86e132bd051092b219bbe138ac8d87b12caac994  commit hash:86e132bd051092b219bbe138ac8d87b12caac994  commit hash:86e132bd051092b219bbe138ac8d87b12caac994  86e132b 
www/lighttpd: update to 1.4.69

Changelog:	https://www.lighttpd.net/2023/2/10/1.4.69/
Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 4 Jan 2023
[ 09:38 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:9906e01ff0713094f93dfe0831a015a86f0a6ca6  commit hash:9906e01ff0713094f93dfe0831a015a86f0a6ca6  commit hash:9906e01ff0713094f93dfe0831a015a86f0a6ca6  9906e01 
www/lighttpd: update to 1.4.68

Changelog:	https://www.lighttpd.net/2023/1/3/1.4.68/
Sun, 18 Sep 2022
[ 10:14 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:b2c4c68476e6cd67b8b553ab2936a3f1f76c301a  commit hash:b2c4c68476e6cd67b8b553ab2936a3f1f76c301a  commit hash:b2c4c68476e6cd67b8b553ab2936a3f1f76c301a  b2c4c68 
www/lighttpd: update to 1.4.67

Changelog:	https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_67
Sat, 10 Sep 2022
[ 17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp ]    commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  e79fe1a  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 8 Aug 2022
[ 11:40 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:46bb1df43282c707470f32d00409b9c832f75e85  commit hash:46bb1df43282c707470f32d00409b9c832f75e85  commit hash:46bb1df43282c707470f32d00409b9c832f75e85  46bb1df 
www/lighttpd: update to 1.4.66

Changelog:	https://www.lighttpd.net/2022/8/7/1.4.66/
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Jun 2022
[ 07:05 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:22e1249369dce997cc14dfe796f4c08ca270bd36  commit hash:22e1249369dce997cc14dfe796f4c08ca270bd36  commit hash:22e1249369dce997cc14dfe796f4c08ca270bd36  22e1249 
www/lighttpd: update to 1.4.65
Fri, 28 Jan 2022
[ 12:14 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:b93e64d3c3240d1e4a8fc510b14aa2175e5be012  commit hash:b93e64d3c3240d1e4a8fc510b14aa2175e5be012  commit hash:b93e64d3c3240d1e4a8fc510b14aa2175e5be012  b93e64d  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
security/mbedtls: Update to 2.28.0 and fix make test

Also bump dependent ports for library version change.

PR:		255084
Fri, 21 Jan 2022
[ 22:41 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:68b06b55ab51ce7823f32e8e9be004c47d92e1b4  commit hash:68b06b55ab51ce7823f32e8e9be004c47d92e1b4  commit hash:68b06b55ab51ce7823f32e8e9be004c47d92e1b4  68b06b5 
www/lighttpd: remove GDBM option

mod_trigger_b4_dl was the only module that depended on gdbm and it was removed.

Reported by:	Glenn Strauss <gstrauss@gluelogic.com>
Thu, 20 Jan 2022
[ 23:57 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:fa81e4cfd18a4ac8db9c9183dfac9c11d80f25b8  commit hash:fa81e4cfd18a4ac8db9c9183dfac9c11d80f25b8  commit hash:fa81e4cfd18a4ac8db9c9183dfac9c11d80f25b8  fa81e4c 
www/lighttpd: update to 1.4.64

Changelog:	https://www.lighttpd.net/2022/1/19/1.4.64/
Sat, 4 Dec 2021
[ 21:27 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:8964276c1e29718969d67743838e89a2f7237ecd  commit hash:8964276c1e29718969d67743838e89a2f7237ecd  commit hash:8964276c1e29718969d67743838e89a2f7237ecd  8964276 
www/lighttpd: update to 1.4.63

Changelog:	https://www.lighttpd.net/2021/12/4/1.4.63/
Thu, 2 Dec 2021
[ 14:15 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:4fe4d94248f818dfa5a6c4b7a918313cbaeb105c  commit hash:4fe4d94248f818dfa5a6c4b7a918313cbaeb105c  commit hash:4fe4d94248f818dfa5a6c4b7a918313cbaeb105c  4fe4d94 
www/lighttpd: update to 1.4.62

Also switch to pcre2.

Changelog:	https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_62/
Fri, 29 Oct 2021
[ 13:45 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:95b0180e9cb5210817c100079f88d738d09b9d9a  commit hash:95b0180e9cb5210817c100079f88d738d09b9d9a  commit hash:95b0180e9cb5210817c100079f88d738d09b9d9a  95b0180 
www/lighttpd: update to 1.4.61

Changelog:	https://www.lighttpd.net/2021/10/28/1.4.61/
Tue, 12 Oct 2021
[ 22:49 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:5a0478bf403492de3669d19eba56347939bef24a  commit hash:5a0478bf403492de3669d19eba56347939bef24a  commit hash:5a0478bf403492de3669d19eba56347939bef24a  5a0478b 
www/lighttpd: fix regression on service restart

Problem:

Performing sanity check on lighttpd configuration:
lighttpd not running? (check /var/run/lighttpd.pid).
Starting lighttpd.
2021-10-12 23:02:07: (network.c.419) can't bind to socket: 0.0.0.0:80: Address
already in use
/usr/local/etc/rc.d/lighttpd: WARNING: failed to start lighttpd


Workaround:

Performing sanity check on lighttpd configuration:
lighttpd not running? (check /var/run/lighttpd.pid).
Starting lighttpd.

Diagnostics:

When "lighttpd_checkconfig" runs,
the content of the pid file is removed.

PR:	259114
Submitted by:	dinoex
Wed, 6 Oct 2021
[ 20:52 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:59094b042655f00e6e22e759ac5cbb3bdd069900  commit hash:59094b042655f00e6e22e759ac5cbb3bdd069900  commit hash:59094b042655f00e6e22e759ac5cbb3bdd069900  59094b0 
www/lighttpd: update to 1.4.60
Tue, 17 Aug 2021
[ 23:28 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:babf3112deb1e32bfbe3b79733786aea9cec3a87  commit hash:babf3112deb1e32bfbe3b79733786aea9cec3a87  commit hash:babf3112deb1e32bfbe3b79733786aea9cec3a87  babf3112 
www/lighttpd: change the default var.state_dir to fix runtime

PR:	256643
Reported by:	sm@codenetworks.net
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 2 Feb 2021
[ 16:47 pkubaj search for other commits by this committer ] Original commit   Revision:563818
www/lighttpd: update to 1.4.59

Changelog:
* HTTP/2 enabled by default
* mod_deflate support for zstd (Zstandard)
  (libzstd-devel dependency and configure --with-zstd)
* mod_ajp13 AJPv13 Tomcat connector
* bugfixes for issues in lighttpd 1.4.56, 1.4.57, 1.4.58
Mon, 28 Dec 2020
[ 17:19 pkubaj search for other commits by this committer ] Original commit   Revision:559511
www/lighttpd: update to 1.4.58

Changelog: https://www.lighttpd.net/2020/12/27/1.4.58/
Tue, 22 Dec 2020
[ 12:53 pkubaj search for other commits by this committer ] Original commit   Revision:558907
www/lighttpd: fix build on GCC architectures

ls-hpack/lshpack.c: In function 'lshpack_enc_huff_encode':
ls-hpack/lshpack.c:703: error: #pragma GCC diagnostic not allowed inside
functions
Thu, 17 Dec 2020
[ 13:45 pkubaj search for other commits by this committer ] Original commit   Revision:558294
www/lighttpd: update to 1.4.57

Changelog: https://www.lighttpd.net/2020/12/17/1.4.57/
Mon, 14 Dec 2020
[ 16:50 pkubaj search for other commits by this committer ] Original commit   Revision:558096
www/lighttpd: add options

1.4.56 added options for DBI, WOLFSSL, NETTLE (enabled by default), NSS, GNUTLS.

Also add MAXMINDDB option.
Mon, 7 Dec 2020
[ 14:50 pkubaj search for other commits by this committer ] Original commit   Revision:557232
www/lighttpd: update to 1.4.56

Changelog: https://www.lighttpd.net/2020/11/29/1.4.56/
Fri, 15 May 2020
[ 18:33 pkubaj search for other commits by this committer ] Original commit   Revision:535314
www/lighttpd: require LOGIN instead of DAEMON

This will allow to execute rc.local before starting lighttpd.
Sat, 1 Feb 2020
[ 18:15 pkubaj search for other commits by this committer ] Original commit   Revision:524785
www/lighttpd: update to 1.4.55
Mon, 6 Jan 2020
[ 16:34 pkubaj search for other commits by this committer ] Original commit   Revision:522258 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Move those ports to my FreeBSD.org address.
Thu, 14 Nov 2019
[ 12:39 tobik search for other commits by this committer ] Original commit   Revision:517560 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Wed, 29 May 2019
[ 07:29 pkubaj search for other commits by this committer ] Original commit   Revision:502932
www/lighttpd: update to 1.4.54, move GNU_CONFIGURE

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20435
Sun, 27 Jan 2019
[ 12:44 swills search for other commits by this committer ] Original commit   Revision:491345
www/lighttpd: update to 1.4.53

PR:		235242
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Sun, 13 Jan 2019
[ 20:58 adamw search for other commits by this committer ] Original commit   Revision:490211 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Fri, 30 Nov 2018
[ 20:06 sunpoet search for other commits by this committer ] Original commit   Revision:486297
Update MASTER_SITES and WWW

Approved by:	portmgr (blanket)
[ 10:14 dinoex search for other commits by this committer ] Original commit   Revision:486244
- 1.4.52
PR:		233629
Approved by:	Piotr Kubaj
Sun, 11 Nov 2018
[ 15:38 danfe search for other commits by this committer ] Original commit   Revision:484696 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
Fri, 9 Nov 2018
[ 19:30 swills search for other commits by this committer ] Original commit   Revision:484541
www/lighttpd: update to 1.4.51

PR:		232278
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
MFH:		2018Q4
Security:	92a6efd0-e40d-11e8-ada4-408d5cf35399
Wed, 15 Aug 2018
[ 17:23 dinoex search for other commits by this committer ] Original commit   Revision:477242
- Security update to to 1.4.50
PR:		230595
Submitted by:	Piotr Kubaj
MFH:		2018Q3
Security:	https://www.lighttpd.net/2018/8/13/1.4.50/
Tue, 13 Mar 2018
[ 06:13 joneum search for other commits by this committer ] Original commit   Revision:464342
Update to 1.4.49

PR:		226556
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Mon, 5 Mar 2018
[ 08:33 amdmi3 search for other commits by this committer ] Original commit   Revision:463629
- Switch to new test framework

Approved by:	portmgr blanket
Tue, 21 Nov 2017
[ 15:33 arved search for other commits by this committer ] Original commit   Revision:454615
Fix post-patch target
Use ${ETCDIR} instead of ${PREFIX}/etc/lighttpd.

PR:		218028
Submitted by:	Tatsuki Makino
Approved by:	maintainer
Wed, 15 Nov 2017
[ 17:07 swills search for other commits by this committer ] Original commit   Revision:454253
www/lighttpd: update to 1.4.48

PR:		223686
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Sat, 28 Oct 2017
[ 16:00 madpilot search for other commits by this committer ] Original commit   Revision:453061
Fix runtime problem when lighttpd is built with IPV6 option turned
on.

PR:		223288
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Obtained from:	https://redmine.lighttpd.net/issues/2832
Mon, 23 Oct 2017
[ 18:13 madpilot search for other commits by this committer ] Original commit   Revision:452716
Update www/lighttpd to 1.4.47

PR:		223184
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Sun, 12 Feb 2017
[ 18:28 jrm search for other commits by this committer ] Original commit   Revision:433958
www/lighttpd: Add LUA to default options, switch to using kqueue in
level-triggered mode, and bump PORTREVISION.

PR:		217007
Submitted by:	pkubaj@anongoth.pl (maintainer)
Approved by:	swills (mentor, implicit)
Mon, 16 Jan 2017
[ 13:36 jrm search for other commits by this committer ] Original commit   Revision:431642
www/lighttpd: Update to version 1.4.45.

Upstream changes: https://www.lighttpd.net/2017/1/14/1.4.45/

PR:		216126
Submitted by:	pkubaj@anongoth.pl (maintainer)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9198
Mon, 26 Dec 2016
[ 20:45 jrm search for other commits by this committer ] Original commit   Revision:429570
www/lighttpd: Update to version 1.4.44.

- Removed mod_cgi patch, because upstream now correctly recognizes when
  pipe(2) isn't available.

While here, modernize and simplify.
- Use OPT_ when possible.
- Remove variables that are not referenced or only referenced once.

PR:		215536
Submitted by:	pkubaj@anongoth.pl (maintainer)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8900
Thu, 3 Nov 2016
[ 16:14 madpilot search for other commits by this committer ] Original commit   Revision:425245
- Modify patch to check is we are on FreeBSD before checking
  __FreeBSD_version. [1]
- Explicitly include param.h

Suggested by:	marino@ [1]
[ 15:02 madpilot search for other commits by this committer ] Original commit   Revision:425228
Fix again usage of pipe2(2) in 9.3

PR:		213848
Submitted by:	cedric <cedric@precidata.com>
Patch by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Wed, 2 Nov 2016
[ 11:05 madpilot search for other commits by this committer ] Original commit   Revision:425136
- Update lighttpd to 1.4.43
- Add KRB5 option
- Clearify some option descriptions

PR:		213977
Submitted by:  Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Mon, 31 Oct 2016
[ 17:55 madpilot search for other commits by this committer ] Original commit   Revision:425017
Fix this port at runtime on 9.3.

PR:		213848
Submitted by:	cedric@precidata.com
Approved by:	pkubaj@anongoth.pl (maintainer)
Fri, 21 Oct 2016
[ 09:01 madpilot search for other commits by this committer ] Original commit   Revision:424396 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update lighttpd to 1.4.42 [1]
- Convert WEBDAV option to option helpers [1]
- Remove MYSQLAUTH option, upstream integrated their own solution
  in MYSQL support [1]
- Add GEOIP option to main port [1]
- Fix sorting in pkg-plist [1]
- Remove lighttpd-mod_geoip port, it's beeen integrated in the main
  port [2]

PR:		213568 [1], 213569 [2]
Sumitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Wed, 17 Aug 2016
[ 19:48 arved search for other commits by this committer ] Original commit   Revision:420370
Fix two regressions:

1) mod_proxy, mod_scgi may trigger POLLHUP on *BSD,Darwin:
https://redmine.lighttpd.net/issues/2743
2) writev failed: Socket is not connected (fastcgi,scgi,proxy):
https://redmine.lighttpd.net/issues/2744

PR:		211646
Submitted by:	maintainer
Wed, 3 Aug 2016
[ 14:56 feld search for other commits by this committer ] Original commit   Revision:419528
www/lighttpd: Update to 1.4.41

PR:		211495
MFH:		2016Q3
Thu, 21 Jul 2016
[ 23:37 madpilot search for other commits by this committer ] Original commit   Revision:418900 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update to 1.4.40
- Convert to USES=localbase
- Update MAINTAINER address
- Remove NODELAY option, it has been integrated upstream
- Modernize Makefile

PR:		211163
Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 16 Jan 2016
[ 08:17 miwi search for other commits by this committer ] Original commit   Revision:406198
- Add support for extended attributes
- While here pet portlint
- Bump PORTREVISION

PR:		203398
Submitted by:	 Moritz Wilhelmy
Approved by:	maintainer
Sun, 3 Jan 2016
[ 12:10 riggs search for other commits by this committer ] Original commit   Revision:405135
Update to upstream version 1.4.39

PR:		205827
Submitted by:	pkubaj@riseup.net (maintainer)
Tue, 8 Dec 2015
[ 10:54 garga search for other commits by this committer ] Original commit   Revision:403264
Update www/lighttpd to to 1.4.38

Released sooner due to issue #2670 [1]

[1] http://redmine.lighttpd.net/issues/2670

PR:		205087
Approved by:	pkubaj@riseup.net (maintainer)
Obtained from:	pfSense
MFH:		2015Q4
Sponsored by:	Rubicon Communications (Netgate)
Sun, 18 Oct 2015
[ 13:49 madpilot search for other commits by this committer ] Original commit   Revision:399619
Update option description as proposed by port maintainer

PR:		175775
Submitted by:	xaero at xaerolimit.net
Approved by:	pkubaj at riseup.net (maintainer)
Mon, 31 Aug 2015
[ 23:14 madpilot search for other commits by this committer ] Original commit   Revision:395734
- Update to 1.4.37
- Use new OPTION helper
- Unsilence some installation commands

PR:			202637
Submitted by:		peter@
Update Submitted by:	pkubaj at riseup.net (maintainer)
MFH:			2015Q3
Wed, 19 Aug 2015
[ 01:26 pgollucci search for other commits by this committer ] Original commit   Revision:394667
www/lighttpd: modernize, support lua 5.2+

- Use USE OPTIONs helpers
- add support for lua 5.2+

PR:                  202302
Submitted by:        pkubaj@riseup.net (maintainer)
Mon, 10 Aug 2015
[ 13:57 madpilot search for other commits by this committer ] Original commit   Revision:393865
Assign maintainership to volunteer who filed a PR(which I did not
notice) to update the port.

PR:		202134
Submitted by:	pkubaj at riseup.net
Sun, 9 Aug 2015
[ 13:10 madpilot search for other commits by this committer ] Original commit   Revision:393787
- Update to 1.4.36
- Regenerate patches to silence portlint warnings
Thu, 6 Aug 2015
[ 13:59 mat search for other commits by this committer ] Original commit   Revision:393656
Release www/lighttpd* from my maintainership.

Sponsored by:	Absolight
Sun, 21 Jun 2015
[ 13:58 bapt search for other commits by this committer ] Original commit   Revision:390230
Convert to USES=autoreconf
Wed, 18 Mar 2015
[ 13:52 mat search for other commits by this committer ] Original commit   Revision:381551
Add CPE.

Sponsored by:	Absolight
Wed, 11 Mar 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:381009
Switch to the tar.xz distfile.

Sponsored by:	Absolight
Tue, 20 Jan 2015
[ 12:59 mat search for other commits by this committer ] Original commit   Revision:377517
Take those.

Sponsored by:	Absolight
[ 10:02 mm search for other commits by this committer ] Original commit   Revision:377500
Return maintainership of lighttpd back to ports@
Tue, 29 Jul 2014
[ 14:59 amdmi3 search for other commits by this committer ] Original commit   Revision:363334
- Switch databases/libmemcache to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
- Strip libraries
- Bump dependent ports as .so version has changed
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 15 Jul 2014
[ 17:09 adamw search for other commits by this committer ] Original commit   Revision:361980 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Fri, 27 Jun 2014
[ 17:21 miwi search for other commits by this committer ] Original commit   Revision:359586 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Tue, 27 May 2014
[ 15:59 olgeni search for other commits by this committer ] Original commit   Revision:355536
Do not rewrite USES when setting lua:51 (r355360).
Mon, 26 May 2014
[ 15:28 bapt search for other commits by this committer ] Original commit   Revision:355360 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 7 May 2014
[ 21:37 tijl search for other commits by this committer ] Original commit   Revision:353212
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>
[ 06:51 bapt search for other commits by this committer ] Original commit   Revision:353140
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
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 14 Mar 2014
[ 01:35 mm search for other commits by this committer ] Original commit   Revision:348146
Update lighttpd to 1.4.35
Tue, 21 Jan 2014
[ 17:18 garga search for other commits by this committer ] Original commit   Revision:340625
Really fix /var/log/lighttpd install and deinstall, sorry for the noise
[ 13:45 garga search for other commits by this committer ] Original commit   Revision:340607
- Fix build for non-root
- Update LICENSE
- Convert to new LIB_DEPENDS syntax

Approved by:	portmgr (mat)
Mon, 20 Jan 2014
[ 19:45 mm search for other commits by this committer ] Original commit   Revision:340458
Update lighttpd to 1.4.34
Sun, 19 Jan 2014
[ 12:55 mm search for other commits by this committer ] Original commit   Revision:340276
Fix install and pkg-plist for lighttpd
[ 11:00 mm search for other commits by this committer ] Original commit   Revision:340261
Add STAGE support
Sat, 4 Jan 2014
[ 23:40 antoine search for other commits by this committer ] Original commit   Revision:338691 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Convert the tree to USES=fam

Approved by:	portmgr (bapt)
Thu, 31 Oct 2013
[ 04:17 eadler search for other commits by this committer ] Original commit   Revision:332200 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
Sat, 28 Sep 2013
[ 08:20 mm search for other commits by this committer ] Original commit   Revision:328561
Update lighttpd to 1.4.33
Remove REMOTE_USER option (has been integrated)
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Wed, 21 Nov 2012
[ 14:36 mm search for other commits by this committer ] Original commit   Revision:307617
Update lighttpd to 1.4.32 (fixes CVE-2012-5533)

Feature safe:	yes
Tue, 23 Oct 2012
[ 19:51 mm search for other commits by this committer ] Original commit   Revision:306323
Fix python path in configuration files

PR:		ports/172165
Submitted by:	crees
Feature safe:	yes
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
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

Number of commits found: 216 (showing only 100 on this page)

1 | 2 | 3  »