Index of /

NameLast ModifiedSizeType
Archives/2018-Apr-03 15:04:17-  Directory
COPYING.txt2016-Sep-11 16:19:221.5Ktext/plain
lighttpd-1.4.49-1-win32-ssl-upx.md52018-Apr-03 14:36:160.1Ktext/plain
lighttpd-1.4.49-1-win32-ssl-upx.zip2018-Apr-03 14:35:199.0Mapplication/x-zip
lighttpd-1.4.49-1-win32-ssl.md52018-Apr-03 14:36:160.1Ktext/plain
lighttpd-1.4.49-1-win32-ssl.zip2018-Apr-03 14:33:0210.1Mapplication/x-zip
lighttpd-1.4.49-1-win64-ssl-upx.md52018-Apr-03 13:24:400.1Ktext/plain
lighttpd-1.4.49-1-win64-ssl-upx.zip2018-Apr-03 13:24:279.4Mapplication/x-zip
lighttpd-1.4.49-1-win64-ssl.md52018-Apr-03 13:24:400.1Ktext/plain
lighttpd-1.4.49-1-win64-ssl.zip2018-Apr-03 13:22:0610.3Mapplication/x-zip
lighttpd-1.4.49-1-winALL-stage1-base.patch2018-Apr-03 10:50:515.8Ktext/x-patch
lighttpd-service-tools-v1.1.1.md52017-Oct-09 16:34:540.1Ktext/plain
lighttpd-service-tools-v1.1.1.zip2017-Oct-09 16:34:54127.9Kapplication/x-zip
[ lighttpd - Windows 32-bit and 64-bit binaries by dtech(.hu) ]
A light and fast webserver for Windows based systems.

Cygwin binary compilation project migrated from WLMP Project.
DISCLAIMER: We don't support installation package anymore.

Binary files:
- lighttpd-<ver>-<rel>-winNN-ssl.zip			Standard binary package,
- lighttpd-<ver>-<rel>-winNN-ssl-upx.zip		UPX compressed binary package,
- lighttpd-<ver>-<rel>-winNN-ssl*.md5                   MD5 checksum file for same *.zip
Source files:
- lighttpd-<ver>-<rel>-winNN-stage1-base.patch		Stage 1 base patches.
- lighttpd-<ver>-<rel>-winNN-stage2-<*fix>.patch	Stage 2 source patches (optional).
- lighttpd-<ver>-<rel>-winNN-stage3-<*mod>.patch	Stage 3 extra module patches (optional).

-----------------------------------------------------------------------
NOTICE:
-----------------------------------------------------------------------
From version 1.4.45 we cannot support NT5-based systems anymore.
Current package supports NT6+ (Vista and above) operating systems only.
-----------------------------------------------------------------------

===================
PACKAGE INFORMATION
===================

Package Name:             lighttpd (ssl)
Package Type:             Binary 32-bit (Win32), Binary 64-bit (Win64)
Package Version:          1.4.49-1
Revision:                 d0d5d426
Release Date:             2018-04-03

Status:                   Stable Release
Language:                 English
Compilation environment:  Cygwin 2.9.0, GCC version: 6.4.0

Source authors:           Jan Kneschke
                          Elan Ruusamäe
                          Marcus Rückert
                          mOo
                          Robert Jakabosky
                          Stefan Bühler
                          Glenn Strauss

License:                  Revised BSD License

Operating System:         Microsoft Windows Vista / Server 2008 / 7 / Server 2008 R2
                          8 / 8.1 / Server 2012 / 10 / Server 2016

Supported features:       IPv6, ZLib, BZip2, Crypt, SSL, PCRE, MySQL, PostgreSQL,
                          DBI, LDAP, FAM, LUA, XML, SQLite, GDBM, UUID, GeoIP

Additions:                NSSM v2.24 (Non-Sucking Service Manager)
                          Copyright (C) 2013-2014 Author Iain Patterson
                          lighttpd NT-Service Installation/Removal ToolKit v1.1.1
                          Copyright (C) 2014-2017 dtech(.hu)

Online documentation:     http://redmine.lighttpd.net/projects/lighttpd/wiki/

Autoconf options:         configure --with-openssl --with-krb5 --with-lua --with-ldap --with-attr --with-mysql \
                          --with-pgsql --with-dbi --with-libev --with-fam --with-uuid --with-webdav-props \
                          --with-webdav-locks --with-geoip --with-gdbm --enable-mmap --enable-ipv6 --enable-lfs

Native package name:      lighttpd-1.4.49-1-ssl (*-win32/*-win64)

--------------------------------------
Important changes since version 1.4.41
--------------------------------------

2018-04-03 - Release 1 / Tag: 1.4.49-1

- Update some libraries.

2017-12-07 - Release 1 / Tag: 1.4.48-1

- Add support: DBI, PostgreSQL.
- Re-enable webdav-locks support (disabled in 1.4.45).

2017-10-09 - Release 1 / Tag: 1.4.45-1

- Rename package to original name: 'lighttpd', and remove UPPERCASE/lowercase
binary names (legacy WLMP's modification).
- Remove '-?' help option from the patch (legacy option).
- Remove 'IPv6' flag from name (supported, but totally unnecerssary).
- Set all patched section in the source code as __CYGWIN__ fixes only.
- Remove OpenSSL binary, config and GenCert.cmd from the package.
- Replace old SRVANY and INSTSRV to NSSM service executable.
- Update service utilities in new environment and move to root directory.
- Remove webdav-locks support (libuuid compile-time issue).
- Add GeoIP support.

--

Compile:

$ cd /usr/src/
$ wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.49.tar.gz
$ tar xzvf lighttpd-1.4.49.tar.gz
$ cd lighttpd-1.4.49
$ wget http://lighttpd.dtech.hu/lighttpd-1.4.49-1-winALL-stage1-base.patch
$ patch -p1 < lighttpd-1.4.49-1-winALL-stage1-base.patch
$ ./configure *options*
$ make
$ make install

--

Copyright (C) 2014-2018.
dtech(.hu)
lighttpd/1.4.49 (win64)