lighttpd 1.4.63-1ubuntu1 source package in Ubuntu

Changelog

lighttpd (1.4.63-1ubuntu1) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/index.html:
      + Corrected BTS Ubuntu link and branding on the default page.
    - debian/lighttpd.dirs, debian/control, debian/rules,
      debian/lighttpd.ufw.profile:
      + Add the UFW profile.
    + Make the application build sanely:
      - Remove duplicate override on dh_install
      - Remove duplicate outdated NEWS file
      - Install updated upstream NEWS file and fix
        cp: cannot stat /debian/tmp/changelog thingy to
        fix FTBFS when built twice in a row.
  * Drop lighttpd-dev which is completely unused in Ubuntu.
  * Revert change that comments out use-ipv6.pl.  All servers should
    bind to IPv6 by default, this change was introduced in Ubuntu in
    2010 and has not been revisited since; and upstream said on the
    original bug (LP #551211) that the Ubuntu delta could be reverted in
    2013.
  * Drop dh_installinit override, introduced in 2008 in Ubuntu and not
    relevant since Ubuntu adopted systemd.
  * Drop references to obsolete libgamin.

lighttpd (1.4.63-1) unstable; urgency=medium

  * New upstream version 1.4.63
  * Drop all patches, applied upstream
  * Fix load-all-modules autopkgtest: order mod_auth before mod_ajp13
  * Switch to pcre2 (Closes: 1000312)
  * Skip fewer tests in integration-tests autopkgtest

lighttpd (1.4.61-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * New upstream version 1.4.61
  * Suppress deprecations in load-all-modules autopkgtest

  [ Glenn Strauss ]
  * [patch] update patches post lighttpd 1.4.61

lighttpd (1.4.60-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * Add missing epoch to php-fpm dependency
  * New upstream version 1.4.60
    + Drop all patches
    + Enable libzstd in mod_deflate
    + Update debian/copyright

  [ Glenn Strauss ]
  * lighty-enable-mod conflicts feature

  [ Helmut Grohne ]
  * Demote lsb-base dependency

lighttpd (1.4.59-2) unstable; urgency=medium

  [ Glenn Strauss ]
  * replace mime-support with media-types dependency (Closes: #980269)

  [ Helmut Grohne ]
  * Drop transitional dummy packages after bullseye
  * Declare compliance with policy 4.6.0
  * Update d/copyright for moved fastcgi.h
  * Delete obsolete Breaks+Replaces (via janitor)
  * Delete obsolete lighttpd.maintscript (via janitor)

 -- Steve Langasek <email address hidden>  Wed, 29 Dec 2021 23:25:59 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lighttpd_1.4.63.orig.tar.xz 999.6 KiB 2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9
lighttpd_1.4.63.orig.tar.xz.asc 833 bytes 0c67b5045d5c152c589d76d4b29a4ac10719071d5159f9620f1de0ba38c94453
lighttpd_1.4.63-1ubuntu1.debian.tar.xz 50.5 KiB 92008c85ed23ad30e620dadec93a6ec4c7b2498cdaab0350b1d35fbb342e2ad2
lighttpd_1.4.63-1ubuntu1.dsc 4.2 KiB 4b287d2dd07b94bbc3e83ac3e94fe12e7dffc7103b32d785a6418fa334b7e329

Available diffs

View changes file

Binary packages built by this source

lighttpd: fast webserver with minimal memory footprint

 lighttpd is a small webserver and fast webserver developed with
 security in mind and a lot of features.
 It has support for
   * CGI, FastCGI and SSI
   * virtual hosts
   * URL rewriting
   * authentication (plain files, htpasswd, LDAP)
   * transparent content compression
   * conditional configuration
   * HTTP proxying
 and configuration is straight-forward and easy.

lighttpd-dbgsym: debug symbols for lighttpd
lighttpd-doc: documentation for lighttpd

 lighttpd is a small webserver and fast webserver developed with
 security in mind and a lot of features.
 .
 This package contains documentation for lighttpd.

lighttpd-mod-authn-gssapi: GSSAPI authentication module for lighttpd

 This package contains the authn_gssapi module for lighttpd. With
 this module, it is possible to perform GSSAPI authentication.

lighttpd-mod-authn-gssapi-dbgsym: debug symbols for lighttpd-mod-authn-gssapi
lighttpd-mod-authn-pam: PAM authentication module for lighttpd

 This package contains the authn_pam module for lighttpd. With this module, it
 is possible to perform authentication using PAM.

lighttpd-mod-authn-pam-dbgsym: debug symbols for lighttpd-mod-authn-pam
lighttpd-mod-authn-sasl: SASL authentication module for lighttpd

 This package contains the authn_sasl module for lighttpd. With this module, it
 is possible to perform authentication using SASL.

lighttpd-mod-authn-sasl-dbgsym: debug symbols for lighttpd-mod-authn-sasl
lighttpd-mod-deflate: HTTP response compression module for lighttpd

 This package contains the deflate module for lighttpd. With this module, it is
 possible compress HTTP responses using zlib, brotli, or bzip2 if supported by
 the client.

lighttpd-mod-deflate-dbgsym: debug symbols for lighttpd-mod-deflate
lighttpd-mod-geoip: GeoIP info module for lighttpd

 This package contains the geoip module for lighttpd. With
 this module, it is possible to distinguish users based on the location
 using a GeoIP database.
 .
 This module is deprecated and will be removed in Debian 12 Bookworm.
 Legacy GeoIP databases will not be available from upstream after May 2022.
 Instead, use mod_maxminddb, which uses GeoIP2 databases.

lighttpd-mod-geoip-dbgsym: debug symbols for lighttpd-mod-geoip
lighttpd-mod-maxminddb: GeoIP2 info module for lighttpd

 This package contains the maxminddb module for lighttpd. With
 this module, it is possible to distinguish users based on the location
 using a GeoIP2 database.

lighttpd-mod-maxminddb-dbgsym: debug symbols for lighttpd-mod-maxminddb
lighttpd-mod-mbedtls: TLS support using mbedTLS module for lighttpd

 This package contains the mbedtls module for lighttpd. With this module,
 it is possible serve https:// URLs. Aimed at embedded systems, mbedTLS
 uses less memory than OpenSSL, though is slightly slower than OpenSSL.

lighttpd-mod-mbedtls-dbgsym: debug symbols for lighttpd-mod-mbedtls
lighttpd-mod-nss: TLS support using NSS crypto module for lighttpd

 This package contains the nss module for lighttpd. With this module,
 it is possible serve https:// URLs. NSS is an alternative to OpenSSL.

lighttpd-mod-nss-dbgsym: debug symbols for lighttpd-mod-nss
lighttpd-mod-openssl: TLS support using OpenSSL module for lighttpd

 This package contains the openssl module for lighttpd. With this module, it is
 possible serve https:// URLs.

lighttpd-mod-openssl-dbgsym: debug symbols for lighttpd-mod-openssl
lighttpd-mod-trigger-b4-dl: anti-deep-linking module for lighttpd

 The trigger-b4-dl module for lighttpd can prevent deep linking
 from other sites by requiring users to visit a trigger URL to
 be able to download certain files.

lighttpd-mod-trigger-b4-dl-dbgsym: debug symbols for lighttpd-mod-trigger-b4-dl
lighttpd-mod-vhostdb-pgsql: PostgreSQL-based virtual host configuration module for lighttpd

 This package contains the vhostdb_pgsql module for lighttpd. With this module,
 it is possible to write the configuration for virtual hosts into a PostgreSQL
 table instead of including it in the lighttpd configuration file.

lighttpd-mod-vhostdb-pgsql-dbgsym: debug symbols for lighttpd-mod-vhostdb-pgsql
lighttpd-mod-webdav: WebDAV module for lighttpd

 The WebDAV module is an implementation of RFC 4918.
 .
 Currently supports:
  GET
  POST
  HEAD
  PROPFIND
  PROPPATCH
  OPTIONS
  MKCOL
  COPY
  MOVE
  DELETE
  PUT
  LOCK
  UNLOCK

lighttpd-mod-webdav-dbgsym: debug symbols for lighttpd-mod-webdav
lighttpd-mod-wolfssl: TLS support using wolfSSL module for lighttpd

 This package contains the wolfssl module for lighttpd. With this module,
 it is possible serve https:// URLs. Aimed at embedded systems, wolfSSL
 uses less memory than OpenSSL, though is slightly slower than OpenSSL.

lighttpd-mod-wolfssl-dbgsym: debug symbols for lighttpd-mod-wolfssl
lighttpd-modules-dbi: DBI-based modules for lighttpd

 This package contains the following modules:
  * mod_authn_dbi: DBI-based authentication
    mod_authn_dbi performs authentication against a database server
    via DBI interface.
  * mod_vhostdb_dbi: DBI-based virtual host configuration
    mod_vhostdb_dbi enables writing the configuration for virtual hosts
    into a database table instead of including it in the lighttpd
    configuration file.
 .
 Do not depend on this package. Depend on the provided lighttpd-mod-*
 packages instead.

lighttpd-modules-dbi-dbgsym: debug symbols for lighttpd-modules-dbi
lighttpd-modules-ldap: LDAP-based modules for lighttpd

 This package contains the following modules:
  * mod_authn_ldap: With this module, it is possible to perform
    authentication against an LDAP server.
  * mod_vhostdb_ldap: Database backend module for using LDAP as
    a source for virtual host configuration using mod_vhostdb.
 .
 Do not depend on this package. Depend on the provided lighttpd-mod-*
 packages instead.

lighttpd-modules-ldap-dbgsym: debug symbols for lighttpd-modules-ldap
lighttpd-modules-lua: LUA-based modules for lighttpd

 This package contains the following modules:
  * mod_magnet: control the request handling module for lighttpd
    mod_magnet can attract a request in several stages in the request-handling.
    either at the same level as mod_rewrite, before any parsing of the URL is
    done or at a later stage, when the doc-root is known and the physical-path
    is already setup.
  * mod_cml: cache meta language module for lighttpd
    With the cache meta language, it is possible to describe to the
    dependencies of a cached file to its source files/scripts. For the
    cache files, the scripting language Lua is used.
    THIS MODULE IS OBSOLETED, USE mod_magnet INSTEAD.
 .
 Do not depend on this package. Depend on the provided lighttpd-mod-*
 packages instead.

lighttpd-modules-lua-dbgsym: debug symbols for lighttpd-modules-lua
lighttpd-modules-mysql: MySQL-based modules for lighttpd

 This package contains the following modules:
  * mod_authn_mysql: With this module, it is possible to perform
    authentication using a MySQL table.
    This module is deprecated and will be removed in Debian 12 Bookworm.
    Use mod_authn_dbi instead.
  * mod_mysql_vhost: With this module, it is possible to write the
    configuration for virtual hosts into a MySQL table instead of
    including it in the lighttpd configuration file.
    This module is deprecated and will be removed in Debian 12 Bookworm.
    Use mod_vhostdb_dbi or mod_vhostdb_mysql instead.
  * mod_vhostdb_mysql: Database backend module for using MySQL as
    a source for virtual host configuration using mod_vhostdb.
 .
 Do not depend on this package. Depend on the provided lighttpd-mod-*
 packages instead.

lighttpd-modules-mysql-dbgsym: debug symbols for lighttpd-modules-mysql