[ubuntu/disco-proposed] lighttpd 1.4.52-5ubuntu1 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Sun Jan 27 21:47:12 UTC 2019
lighttpd (1.4.52-5ubuntu1) disco; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/control, debian/lighttpd-dev.install:
+ Add lighttpd-dev package.
- debian/index.html:
+ Corrected BTS Ubuntu link and branding on the default page.
- debian/lighttpd.conf:
+ Comment 'use-ipv6.pl' by default, which causes failure
to bind port in ipv4.
- debian/control:
+ Build-Depends on libgamin-dev rather than libfam-dev
to fix startup warning.
- debian/rules:
+ Add override_dh_installinit to set "defaults 91 09" to not
start before apache2 but in the same runlevel with
the same priority.
- 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.
lighttpd (1.4.52-5) unstable; urgency=medium
* QA Upload.
* Fix arch-indep build. (Closes: #920448)
lighttpd (1.4.52-4) unstable; urgency=medium
* QA Upload.
[ Glenn Strauss ]
* replace and deprecate include-conf-enabled.pl with include glob
* provide conf-available/10-sockproxy.conf
* explicitly add default modules to lighttpd.conf
* load mod_compress after conf-enabled/*.conf (Closes: #822920)
[ Stefan Bühler ]
* remove reference to lighttpd 2.0 in the description for lighttpd-mod-cml
* run dh_missing --fail-missing as override in own target
* adapt build dependencies for xenial (and jessie) backports
* don't generate lighttpd:ModuleProvides substvar for current package name
* reexport upstream gpg keys with minimal options
[ Glenn Strauss ]
* strict parsing and normalization of URL (see NEWS)
* lighttpd.init add configtest action
[ Stefan Bühler ]
* build with libunwind to log backtraces on failed asserts
[ Helmut Grohne ]
* fail the build when chown does not work
[ Glenn Strauss ]
* define alias.url in 10-cgi.conf (Closes: #837696)
* remove obsolete index.lighttpd.html
* update paths in starter index.html
* NEWS: mod_cgi defines alias to /usr/lib/cgi-bin
* enable 99-unconfigured.conf if not configured
[ Helmut Grohne ]
* connection_close.patch: cherry-picked from upstream
* cross.patch: cherry-picked from upstream
Date: Sun, 27 Jan 2019 22:44:43 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debian QA Group <packages at qa.debian.org>
https://launchpad.net/ubuntu/+source/lighttpd/1.4.52-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 27 Jan 2019 22:44:43 +0100
Source: lighttpd
Binary: lighttpd lighttpd-doc lighttpd-modules-ldap lighttpd-modules-mysql lighttpd-mod-mysql-vhost lighttpd-mod-trigger-b4-dl lighttpd-mod-cml lighttpd-mod-magnet lighttpd-mod-webdav lighttpd-dev lighttpd-mod-authn-gssapi lighttpd-mod-authn-ldap lighttpd-mod-authn-mysql lighttpd-mod-authn-pam lighttpd-mod-authn-sasl lighttpd-mod-geoip lighttpd-mod-vhostdb-dbi lighttpd-mod-vhostdb-pgsql
Architecture: source
Version: 1.4.52-5ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Debian QA Group <packages at qa.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
lighttpd - fast webserver with minimal memory footprint
lighttpd-dev - Development files for lighttpd
lighttpd-doc - documentation for lighttpd
lighttpd-mod-authn-gssapi - GSSAPI authentication for lighttpd
lighttpd-mod-authn-ldap - Transitional dummy package for LDAP authentication for lighttpd
lighttpd-mod-authn-mysql - Transitional dummy package for MySQL authentication for lighttpd
lighttpd-mod-authn-pam - PAM authentication for lighttpd
lighttpd-mod-authn-sasl - SASL authentication for lighttpd
lighttpd-mod-cml - cache meta language module for lighttpd
lighttpd-mod-geoip - GeoIP restrictions for lighttpd
lighttpd-mod-magnet - control the request handling module for lighttpd
lighttpd-mod-mysql-vhost - Transitional dummy package for MySQL-based virtual host configura
lighttpd-mod-trigger-b4-dl - anti-deep-linking module for lighttpd
lighttpd-mod-vhostdb-dbi - DBI-based virtual host configuration for lighttpd
lighttpd-mod-vhostdb-pgsql - PostgreSQL-based virtual host configuration for lighttpd
lighttpd-mod-webdav - WebDAV module for lighttpd
lighttpd-modules-ldap - LDAP-based modules for lighttpd
lighttpd-modules-mysql - MySQL-based modules for lighttpd
Closes: 822920 837696 920448
Changes:
lighttpd (1.4.52-5ubuntu1) disco; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- debian/control, debian/lighttpd-dev.install:
+ Add lighttpd-dev package.
- debian/index.html:
+ Corrected BTS Ubuntu link and branding on the default page.
- debian/lighttpd.conf:
+ Comment 'use-ipv6.pl' by default, which causes failure
to bind port in ipv4.
- debian/control:
+ Build-Depends on libgamin-dev rather than libfam-dev
to fix startup warning.
- debian/rules:
+ Add override_dh_installinit to set "defaults 91 09" to not
start before apache2 but in the same runlevel with
the same priority.
- 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.
.
lighttpd (1.4.52-5) unstable; urgency=medium
.
* QA Upload.
* Fix arch-indep build. (Closes: #920448)
.
lighttpd (1.4.52-4) unstable; urgency=medium
.
* QA Upload.
.
[ Glenn Strauss ]
* replace and deprecate include-conf-enabled.pl with include glob
* provide conf-available/10-sockproxy.conf
* explicitly add default modules to lighttpd.conf
* load mod_compress after conf-enabled/*.conf (Closes: #822920)
.
[ Stefan Bühler ]
* remove reference to lighttpd 2.0 in the description for lighttpd-mod-cml
* run dh_missing --fail-missing as override in own target
* adapt build dependencies for xenial (and jessie) backports
* don't generate lighttpd:ModuleProvides substvar for current package name
* reexport upstream gpg keys with minimal options
.
[ Glenn Strauss ]
* strict parsing and normalization of URL (see NEWS)
* lighttpd.init add configtest action
.
[ Stefan Bühler ]
* build with libunwind to log backtraces on failed asserts
.
[ Helmut Grohne ]
* fail the build when chown does not work
.
[ Glenn Strauss ]
* define alias.url in 10-cgi.conf (Closes: #837696)
* remove obsolete index.lighttpd.html
* update paths in starter index.html
* NEWS: mod_cgi defines alias to /usr/lib/cgi-bin
* enable 99-unconfigured.conf if not configured
.
[ Helmut Grohne ]
* connection_close.patch: cherry-picked from upstream
* cross.patch: cherry-picked from upstream
Checksums-Sha1:
be06b402330da785a87af5c6b1ff4146e0970aed 3884 lighttpd_1.4.52-5ubuntu1.dsc
efaddb8449d23944bfe9212147f4ac2bdd0be9e7 48060 lighttpd_1.4.52-5ubuntu1.debian.tar.xz
9e9628ef05121dfcbe649747e69c1ef1792ed7c8 8484 lighttpd_1.4.52-5ubuntu1_source.buildinfo
Checksums-Sha256:
0a55d364fe43359defb8ab5f4abead821a790d9db7ca677a213853925a81dd21 3884 lighttpd_1.4.52-5ubuntu1.dsc
ab96e5560fea1dc5721519f07ceeffdd0bfa75738b61d90ee45a7a59058f1df4 48060 lighttpd_1.4.52-5ubuntu1.debian.tar.xz
7a33783bd7de2b81e301fe253b1e838ba96a94b65531cb87ff5a954db0c31e51 8484 lighttpd_1.4.52-5ubuntu1_source.buildinfo
Files:
866858603df0be70f982765cebb62355 3884 httpd optional lighttpd_1.4.52-5ubuntu1.dsc
68618089360759f8486fe138dc50a3d0 48060 httpd optional lighttpd_1.4.52-5ubuntu1.debian.tar.xz
624b4504c16f34df84fd56b7da1f946e 8484 httpd optional lighttpd_1.4.52-5ubuntu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAlxOJsYACgkQ808JdE6f
Xdn47xAA1ZG186nfgTW+KE+qo/6tXmu757fGoNbFoE4N5aOk95+6h6n9U1JF2eOK
bSMc2eYtD9PuVDmIrs5qDasO8jmJ9qn7lout1bWaBGq37G2ru5BBwJAZi56wRAth
APISxJYdY1oRYiZwOSvpaNJzVdlF2t8PAbpIk1x8s7Jic38Kcj8XBY5vi0U7/xWO
I9TCOEEfHoVT5ZxHvF37eD6tYgGoHxzLv4r6sbHtppv6BCLutkOz0hm+i3cNmjXO
2Ienm373aGdGt98CVbzbTEkTR3uU32yVUZASOt4eW57Qw93/nmH0gfpt3z7Cf7Af
ZAxb+5Czxpb5jxJSorxZkd5sYeE7TKCG/9T917qnSX86y6Lh2dTlOAnvg+S6w4oV
U7P0scgtvvFKxpkTW3RVpIVAxytdBueQp+j6TGdBedEvjvoknC4aC3fUqP2aVShC
PbeJS2jp9dz7kZi0irRfn52Q7I/SZIyVJbFTq1a3eLZg233l9N2rAv/ye+Wr8ayS
fhRjnT66Bti8D5A6ndTTiyLE2+N7E9bUP1A/Ce2AwYvFh452HL7Uh33SOXCs0f+U
6GxHSqzvo4OfJNXhAYiIiRrWpoTKowMDocOA3H0FFT5NESd8ogFnzgrJeeAHPfCT
b4VBLPzfzFJ8D2kIwH/0eQFz3jQkVnkTKRtlVCeI9LB422+w7ZQ=
=ZBMh
-----END PGP SIGNATURE-----
More information about the Disco-changes
mailing list