Hello community, here is the log from the commit of package lighttpd for openSUSE:Factory checked in at 2015-08-11 08:26:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lighttpd (Old) and /work/SRC/openSUSE:Factory/.lighttpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lighttpd" Changes: -------- --- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes 2015-03-03 11:14:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes 2015-08-11 08:26:52.000000000 +0200 @@ -1,0 +2,66 @@ +Mon Aug 10 11:09:46 UTC 2015 - mrueck...@suse.de + +- do not use the full url as we are reusing the debian tarball. + +------------------------------------------------------------------- +Sun Jul 26 10:37:13 UTC 2015 - jenk...@lighttpd.net + +- update to 1.4.36 + + [configfile] fix reading uninitialized variable (found by Willian B.) + + [dist] add dist-xz, remove dist-bzip2, allow ~rc appendix in packdist.sh + +------------------------------------------------------------------- +Sat Jul 11 13:14:15 UTC 2015 - jenk...@lighttpd.net + +- update to 1.4.36~rc1 + + - next is 1.4.36 + + use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body + + fix bad shift in conditional netmask ".../0" handling + + add more mime types and a script to generate mime.conf (fxies #2579) + + fix typo in NEWS entry for #2579 + + add support for (Free)BSD extended attributes + + [build] use fortify flags with "extra-warnings" + + [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available + + [ssl] disable SSL3.0 by default + + Fixed typo found by openSUSE user (boo# 907709) + + add NEWS entry for previous commit + + [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is not defined (fixes #2609) + + [connections] fix bug in connection state handling + + print backtrace in assert logging with libunwind + + fix buffer, chunk and http_chunk API + + Remove chunkqueue_get_{append,prepend}* API + + Remove buffer_prepare_copy() and buffer_prepare_append() + + [tests] improve valgrind and strace TRACEME, disable condition logging in normal configs + + Use buffer API to read and modify "used" member + + rename buffer_append_long_hex to buffer_append_uint_hex + + [buffer] constify some parameters + + [bitset] unused -> remove + + remove unused stuff from server.h + + [crc32] fix method signature (const pointer) + + [tests] fix undefined index warning in sendfile.php + + [mod_auth] use crypt_r instead of crypt if available + + fix error message for T_CONFIG_ARRAY config values if an entry value is not a string + + fix segfaults in many plugins if they failed configuration + + escape all strings for logging (fixes #2646 log file injection, reported by Jaanus Kääp) + + add some until now missing files to dist tarball + + minor spelling fixes + + fix hex escape in accesslog (fixes #2559) + + show extforward re-run warning only with debug.log-request-handling (fixes #2561) + + parse If-None-Match for ETag validation (fixes #2578) + + check pointer before usage in new etag compare + + fix memory leak in mod_status when no counters are set (found by coverity) + + #ifdef all parts belonging to the connection-state debugging + + [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity) + + fix segfault when temp file for upload couldn't be created (found by coverity) + + check fcgi_env_add return value (found by coverity) + + mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf + + [mod_proxy] add unix domain socket support (fixes #2653) + +------------------------------------------------------------------- +Sat Jun 20 08:12:41 UTC 2015 - stbueh...@web.de + +- define and use pkg_name, pkg_version, tarball_version +- use debian orig tarball +- fix download url + +------------------------------------------------------------------- Old: ---- lighttpd-1.4.35.tar.bz2 lighttpd_1.4.35-0.1.debian.tar.xz lighttpd_1.4.35-0.1.dsc New: ---- lighttpd_1.4.36-0.1.debian.tar.xz lighttpd_1.4.36-0.1.dsc lighttpd_1.4.36.orig.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lighttpd.spec ++++++ --- /var/tmp/diff_new_pack.1oISg5/_old 2015-08-11 08:26:53.000000000 +0200 +++ /var/tmp/diff_new_pack.1oISg5/_new 2015-08-11 08:26:53.000000000 +0200 @@ -18,21 +18,24 @@ %define pkg_home %{_localstatedir}/lib/%{name} Name: lighttpd -Version: 1.4.35 +Version: 1.4.36 Release: 0 +# +%define pkg_name %{name} +%define pkg_version %{version} +%define tarball_version %{version} +# Summary: A Secure, Fast, Compliant, and Very Flexible Web Server License: BSD-3-Clause Group: Productivity/Networking/Web/Servers Url: http://www.lighttpd.net/ -Source: http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2 +Source: %{name}_%{tarball_version}.orig.tar.xz Source1: %{name}.init Source2: %{name}.sysconfig Source4: lightytest.sh Source5: lighttpd.SuSEfirewall Source6: lighttpd-ssl.SuSEfirewall Source7: lighttpd.logrotate -# this is just dummy to pass the check for factory and still have one package for deb and rpm -Source99: lighttpd_1.4.35-0.1.debian.tar.xz Patch0: lighttpd-1.4.13_geoip.patch BuildRequires: FastCGI-devel BuildRequires: GeoIP-devel @@ -187,7 +190,7 @@ litmus tests are passed. %prep -%setup -q +%setup -q -n %{pkg_name}-%{pkg_version} %patch0 # Do not store build TIME and DATE ++++++ lighttpd-1.4.13_geoip.patch ++++++ --- /var/tmp/diff_new_pack.1oISg5/_old 2015-08-11 08:26:53.000000000 +0200 +++ /var/tmp/diff_new_pack.1oISg5/_new 2015-08-11 08:26:53.000000000 +0200 @@ -12,7 +12,7 @@ +mod_geoip_la_LIBADD = $(common_libadd) -lGeoIP hdr = server.h buffer.h network.h log.h keyvalue.h \ - response.h request.h fastcgi.h chunk.h \ + response.h request.h fastcgi.h chunk.h \ Index: src/mod_geoip.c =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++++ lighttpd_1.4.35-0.1.debian.tar.xz -> lighttpd_1.4.36-0.1.debian.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/changelog new/debian/changelog --- old/debian/changelog 2014-03-18 17:01:12.000000000 +0100 +++ new/debian/changelog 2015-07-26 12:37:09.000000000 +0200 @@ -1,20 +1,112 @@ -lighttpd (1.4.35-0.1) unstable; urgency=medium +lighttpd (1.4.36-0.1) unstable; urgency=low * Non-maintainer upload. - * Many bug fixes - * New upstream release 1.4.35 - - Fix CVE-2014-2323 - - Fix CVE-2014-2324 + * new snapshot 1.4.36 + + [configfile] fix reading uninitialized variable (found by Willian B.) + + [dist] add dist-xz, remove dist-bzip2, allow ~rc appendix in packdist.sh - -- Stefan Bühler <stbueh...@web.de> Tue, 18 Mar 2014 17:01:06 +0100 + -- Jenkins (autobuilder) <jenk...@lighttpd.net> Sun, 26 Jul 2015 10:37:09 +0000 -lighttpd (1.4.33-1+nmu2~bpo70+0.1) unstable; urgency=high +lighttpd (1.4.36~rc1-0.2) unstable; urgency=low - * Non-maintainer upload - * Backport for Debian 7 (and perhaps others): - - Remove dh_systemd helper (breaks #713859) + * Non-maintainer upload. + * Package rebuild + + -- Jenkins (autobuilder) <jenk...@lighttpd.net> Sat, 11 Jul 2015 13:27:22 +0000 + +lighttpd (1.4.36~rc1-0.1) unstable; urgency=low + + * Non-maintainer upload. + * new snapshot 1.4.36~rc1 + + - next is 1.4.36 + + use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body + + fix bad shift in conditional netmask ".../0" handling + + add more mime types and a script to generate mime.conf (fxies #2579) + + fix typo in NEWS entry for #2579 + + add support for (Free)BSD extended attributes + + [build] use fortify flags with "extra-warnings" + + [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available + + [ssl] disable SSL3.0 by default + + Fixed typo found by openSUSE user (boo# 907709) + + add NEWS entry for previous commit + + [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is not defined (fixes #2609) + + [connections] fix bug in connection state handling + + print backtrace in assert logging with libunwind + + fix buffer, chunk and http_chunk API + + Remove chunkqueue_get_{append,prepend}* API + + Remove buffer_prepare_copy() and buffer_prepare_append() + + [tests] improve valgrind and strace TRACEME, disable condition logging in normal configs + + Use buffer API to read and modify "used" member + + rename buffer_append_long_hex to buffer_append_uint_hex + + [buffer] constify some parameters + + [bitset] unused -> remove + + remove unused stuff from server.h + + [crc32] fix method signature (const pointer) + + [tests] fix undefined index warning in sendfile.php + + [mod_auth] use crypt_r instead of crypt if available + + fix error message for T_CONFIG_ARRAY config values if an entry value is not a string + + fix segfaults in many plugins if they failed configuration + + escape all strings for logging (fixes #2646 log file injection, reported by Jaanus Kääp) + + add some until now missing files to dist tarball + + minor spelling fixes + + fix hex escape in accesslog (fixes #2559) + + show extforward re-run warning only with debug.log-request-handling (fixes #2561) + + parse If-None-Match for ETag validation (fixes #2578) + + check pointer before usage in new etag compare + + fix memory leak in mod_status when no counters are set (found by coverity) + + #ifdef all parts belonging to the connection-state debugging + + [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity) + + fix segfault when temp file for upload couldn't be created (found by coverity) + + check fcgi_env_add return value (found by coverity) + + mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf + + [mod_proxy] add unix domain socket support (fixes #2653) + + -- Jenkins (autobuilder) <jenk...@lighttpd.net> Sat, 11 Jul 2015 13:14:12 +0000 + +lighttpd (1.4.35-4) unstable; urgency=medium + + * Disable SSLv3 by default (closes: #765702). + + -- Michael Gilbert <mgilb...@debian.org> Sun, 02 Nov 2014 02:49:09 +0000 + +lighttpd (1.4.35-3) unstable; urgency=medium + + * Support building with dpkg-buildpackage -g. + * Drop libmemcache-dev build-dependency (closes: #748809). + + -- Michael Gilbert <mgilb...@debian.org> Mon, 18 Aug 2014 03:42:29 +0000 + +lighttpd (1.4.35-2) unstable; urgency=medium + + * Fix a spelling error. + * Add a lintian override. + * Make VCS field canonical. + * Add myself to the uploaders. + * Use dh-autoreconf (closes: #726394, #731104). + * Disable indeterminant test on kfreebsd (closes: #731074). + + -- Michael Gilbert <mgilb...@debian.org> Sat, 05 Apr 2014 18:12:03 +0000 + +lighttpd (1.4.35-1) unstable; urgency=low + + * New upstream version (fixes CVE-2014-2323, CVE-2014-2324) + + Delete patches: cve-2013-4508.patch, cve-2013-4559.patch, + cve-2013-4560.patch. Those are all cumulative included since + lighttpd 1.4.34 + * Acknowledge NMUs by the security team + * Make the init script wait until lighttpd really terminates. + * Change the default document root /var/www/html (Closes: #730379), add a + Lintian override for it + * Bump the debhelper dependency to >= 9.20130624 to ensure dh_installinit is + recent enough for systemd (Closes: #713860) + * Reorder LSB init dependencies, add $local_fs to it + * Add hardening flags to lighttpd. Thanks to Michael Gilbert + for providing a patch (Closes: #741497) + * Remove W3C logo from index.html to avoid inclusion of images hosted + elsewhere + * Push standards version to 3.9.5 (no changes needed). - -- Stefan Bühler <stbueh...@web.de> Sat, 07 Dec 2013 16:13:54 +0000 + -- Arno Töll <a...@debian.org> Sat, 22 Mar 2014 03:06:59 -1100 lighttpd (1.4.33-1+nmu2) unstable; urgency=high diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/control new/debian/control --- old/debian/control 2013-12-07 17:14:50.000000000 +0100 +++ new/debian/control 2015-07-11 14:36:01.000000000 +0200 @@ -4,16 +4,36 @@ Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintain...@lists.alioth.debian.org> Uploaders: Krzysztof Krzyżaniak (eloy) <e...@debian.org>, Olaf van der Spek <olafvds...@gmail.com>, - Arno Töll <a...@debian.org> + Arno Töll <a...@debian.org>, + Michael Gilbert <mgilb...@debian.org> Homepage: http://lighttpd.net/ -Build-Depends: debhelper (>= 9), mime-support, libssl-dev, - zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, - libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, - liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, - libxml2-dev, libkrb5-dev, perl, dpkg-dev (>= 1.16.1~), autotools-dev -Vcs-Git: git://git.debian.org/git/pkg-lighttpd/lighttpd.git +Build-Depends: + dpkg-dev (>= 1.16.1~), + debhelper (>= 9.20130624~), + dh-systemd (>= 1.3), + dh-autoreconf, + mime-support, + libssl-dev, + zlib1g-dev, + libbz2-dev, + libattr1-dev, + libpcre3-dev, + libmysqlclient-dev, + libfam-dev, + libldap2-dev, + libfcgi-dev, + libgdbm-dev, + liblua5.1-0-dev, + pkg-config, + uuid-dev, + libsqlite3-dev, + libxml2-dev, + libkrb5-dev, + perl, + libcgi-pm-perl, +Vcs-Git: git://anonscm.debian.org/pkg-lighttpd/lighttpd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Package: lighttpd Architecture: any @@ -45,7 +65,10 @@ Depends: ${misc:Depends} Suggests: lighttpd Description: documentation for lighttpd - This package contains all documentation files 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. Package: lighttpd-mod-mysql-vhost Architecture: any diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/index.html new/debian/index.html --- old/debian/index.html 2012-11-22 00:14:25.000000000 +0100 +++ new/debian/index.html 2014-08-18 05:39:29.000000000 +0200 @@ -45,11 +45,6 @@ If you find a bug in this Lighttpd package, or in Lighttpd itself, please file a bug report on it. Instructions on doing this, and the list of known bugs of this package, can be found in the <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=lighttpd">Debian Bug Tracking System.</a> </p> - <p> - <a href="http://validator.w3.org/check?uri=referer"><img - src="http://www.w3.org/Icons/valid-xhtml10" - alt="Valid XHTML 1.0 Transitional" height="31" width="88" border="0" /></a> - </p> </div> </div> <!-- s:853e9a42efca88ae0dd1a83aeb215047 --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/lighttpd.conf new/debian/lighttpd.conf --- old/debian/lighttpd.conf 2013-03-17 19:11:19.000000000 +0100 +++ new/debian/lighttpd.conf 2014-08-18 05:39:29.000000000 +0200 @@ -6,7 +6,7 @@ # "mod_rewrite", ) -server.document-root = "/var/www" +server.document-root = "/var/www/html" server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) server.errorlog = "/var/log/lighttpd/error.log" server.pid-file = "/var/run/lighttpd.pid" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/lighttpd.dirs new/debian/lighttpd.dirs --- old/debian/lighttpd.dirs 2013-03-17 19:11:19.000000000 +0100 +++ new/debian/lighttpd.dirs 2014-08-18 05:39:29.000000000 +0200 @@ -5,4 +5,4 @@ var/cache/lighttpd/compress var/cache/lighttpd/uploads var/log/lighttpd -var/www +var/www/html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/lighttpd.init new/debian/lighttpd.init --- old/debian/lighttpd.init 2013-03-17 19:11:19.000000000 +0100 +++ new/debian/lighttpd.init 2014-08-18 05:39:29.000000000 +0200 @@ -1,8 +1,8 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: lighttpd -# Required-Start: $syslog $remote_fs $network -# Required-Stop: $syslog $remote_fs $network +# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Stop: $local_fs $remote_fs $network $syslog # Should-Start: fam # Should-Stop: fam # Default-Start: 2 3 4 5 @@ -70,7 +70,8 @@ check_syntax log_daemon_msg "Reloading $DESC configuration" $NAME if start-stop-daemon --stop --signal INT --quiet \ - --pidfile $PIDFILE --exec $DAEMON + --pidfile $PIDFILE --exec $DAEMON \ + --retry=TERM/60/KILL/5 then rm $PIDFILE if start-stop-daemon --start --quiet \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/lighttpd.lintian-overrides new/debian/lighttpd.lintian-overrides --- old/debian/lighttpd.lintian-overrides 2013-03-17 19:11:19.000000000 +0100 +++ new/debian/lighttpd.lintian-overrides 2014-08-18 05:39:29.000000000 +0200 @@ -3,3 +3,8 @@ # like log files which may disclose error messages or session URLs. Therefore we # consider Lintian being wrong here and an override to be appropriate. non-standard-dir-perm var/log/lighttpd/ 0750 != 0755 +# Lighttpd uses var/www/html/ as a new default document root +# # See #730372 and https://lists.debian.org/debian-devel/2012/04/msg00301.html +lighttpd: dir-or-file-in-var-www var/www/html/ +# This is intentionally provided +lighttpd: package-contains-empty-directory usr/lib/cgi-bin/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/lighttpd.postinst new/debian/lighttpd.postinst --- old/debian/lighttpd.postinst 2013-03-17 19:52:42.000000000 +0100 +++ new/debian/lighttpd.postinst 2014-08-18 05:39:29.000000000 +0200 @@ -4,9 +4,8 @@ set -e if [ "$1" = "configure" ]; then - if [ ! -r /var/www/index.lighttpd.html ]; - then - cp /usr/share/lighttpd/index.html /var/www/index.lighttpd.html + if [ ! -r /var/www/html/index.lighttpd.html ]; then + cp /usr/share/lighttpd/index.html /var/www/html/index.lighttpd.html fi # Remove a possibly dangling symlink for the obsolete conffile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/patches/kfreebsd-disable-test.patch new/debian/patches/kfreebsd-disable-test.patch --- old/debian/patches/kfreebsd-disable-test.patch 1970-01-01 01:00:00.000000000 +0100 +++ new/debian/patches/kfreebsd-disable-test.patch 2014-08-18 05:39:29.000000000 +0200 @@ -0,0 +1,18 @@ +description: disable mod-fastcgi test on kfreebsd +author: Michael Gilbert <mgilb...@debian.org> + +--- a/tests/run-tests.pl 2014-03-23 06:02:39.000000000 +0000 ++++ b/tests/run-tests.pl 2014-03-23 06:04:40.473881736 +0000 +@@ -16,5 +16,12 @@ + push @fs, $srcdir.'/'.$f; + } + } ++ ++# avoid indeterminant test on kfreebsd ++use Config; ++if (index($Config{'archname'}, 'freebsd') != -1) { ++ @fs = grep(!/mod-fastcgi.t/, @fs); ++} ++ + closedir DIR; + runtests (sort @fs); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/patches/series new/debian/patches/series --- old/debian/patches/series 2014-03-18 17:00:27.000000000 +0100 +++ new/debian/patches/series 2015-07-11 14:32:42.000000000 +0200 @@ -0,0 +1 @@ +kfreebsd-disable-test.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/rules new/debian/rules --- old/debian/rules 2013-12-07 17:15:30.000000000 +0100 +++ new/debian/rules 2014-08-18 06:00:16.000000000 +0200 @@ -1,10 +1,13 @@ #!/usr/bin/make -f -# uncomment to enable verbose mode -#export DH_VERBOSE=1 +# enable verbose mode +export DH_VERBOSE=1 + +# enable all hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with autotools_dev + dh $@ --with autoreconf,systemd override_dh_auto_configure: dh_auto_configure -- \ @@ -27,9 +30,27 @@ override_dh_fixperms: dh_fixperms - chmod 0750 debian/lighttpd/var/log/lighttpd - chown www-data:www-data debian/lighttpd/var/cache/lighttpd/compress debian/lighttpd/var/cache/lighttpd/uploads - chown www-data:www-data debian/lighttpd/var/log/lighttpd + test -d debian/lighttpd && \ + chmod 0750 debian/lighttpd/var/log/lighttpd && \ + chown www-data:www-data \ + debian/lighttpd/var/cache/lighttpd/compress \ + debian/lighttpd/var/cache/lighttpd/uploads \ + debian/lighttpd/var/log/lighttpd || true override_dh_installinit: dh_installinit --error-handler=start_failed + +override_dh_clean: + dh_clean -- \ + aclocal.m4 \ + ar-lib \ + autogen.sh \ + compile \ + config.* \ + configure \ + depcomp \ + install-sh \ + ltmain.sh \ + m4/* \ + Makefile.in \ + missing ++++++ lighttpd_1.4.35-0.1.dsc -> lighttpd_1.4.36-0.1.dsc ++++++ --- /work/SRC/openSUSE:Factory/lighttpd/lighttpd_1.4.35-0.1.dsc 2015-03-03 11:14:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd_1.4.36-0.1.dsc 2015-08-11 08:26:52.000000000 +0200 @@ -5,46 +5,40 @@ Source: lighttpd Binary: lighttpd, lighttpd-doc, lighttpd-mod-mysql-vhost, lighttpd-mod-trigger-b4-dl, lighttpd-mod-cml, lighttpd-mod-magnet, lighttpd-mod-webdav Architecture: any all -Version: 1.4.35-0.1 +Version: 1.4.36-0.1 Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintain...@lists.alioth.debian.org> -Uploaders: Krzysztof Krzyżaniak (eloy) <e...@debian.org>, Olaf van der Spek <olafvds...@gmail.com>, Arno Töll <a...@debian.org> +Uploaders: Krzysztof Krzyżaniak (eloy) <e...@debian.org>, Olaf van der Spek <olafvds...@gmail.com>, Arno Töll <a...@debian.org>, Michael Gilbert <mgilb...@debian.org> Homepage: http://lighttpd.net/ -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git -Vcs-Git: git://git.debian.org/git/pkg-lighttpd/lighttpd.git -Build-Depends: debhelper (>= 9), mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl, dpkg-dev (>= 1.16.1~), autotools-dev -Package-List: - lighttpd deb httpd optional - lighttpd-doc deb doc optional - lighttpd-mod-cml deb httpd optional - lighttpd-mod-magnet deb httpd optional - lighttpd-mod-mysql-vhost deb httpd optional - lighttpd-mod-trigger-b4-dl deb httpd optional - lighttpd-mod-webdav deb httpd optional -Checksums-Sha1: - 3cfe7bd894746a1a2729299f2fd79d8805f4e16d 665955 lighttpd-1.4.35.tar.bz2 - 5fb7e7b30c0bd3f1aefef7c8d6e2eb91540ca165 25032 lighttpd_1.4.35-0.1.debian.tar.xz -Checksums-Sha256: - 4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7 665955 lighttpd-1.4.35.tar.bz2 - 1c9bb9bff735ada065e1dd3d9a583e7dbced4a9f3b0e11877d52b15c5cf700ed 25032 lighttpd_1.4.35-0.1.debian.tar.xz -Files: - f7a88130ee9984b421ad8aa80629750a 665955 lighttpd-1.4.35.tar.bz2 - 3f2ac5c7ac5873fe9d36e07ada304f53 25032 lighttpd_1.4.35-0.1.debian.tar.xz +Vcs-Git: git://anonscm.debian.org/pkg-lighttpd/lighttpd.git +Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9.20130624~), dh-systemd (>= 1.3), dh-autoreconf, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl, libcgi-pm-perl +Package-List: + lighttpd deb httpd optional arch=any + lighttpd-doc deb doc optional arch=all + lighttpd-mod-cml deb httpd optional arch=any + lighttpd-mod-magnet deb httpd optional arch=any + lighttpd-mod-mysql-vhost deb httpd optional arch=any + lighttpd-mod-trigger-b4-dl deb httpd optional arch=any + lighttpd-mod-webdav deb httpd optional arch=any +Checksums-Sha1: + 0c39b7d2ccef5476dbf5f2b0b952ac5694ab75b3 570756 lighttpd_1.4.36.orig.tar.xz + 841be8170ee5b2890ac3c4b04e5c801af674b096 26880 lighttpd_1.4.36-0.1.debian.tar.xz +Checksums-Sha256: + 897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53 570756 lighttpd_1.4.36.orig.tar.xz + ceddc201cfeeabe372953f440ba53faa5b0340e918d60a138fc9f270b011bd2c 26880 lighttpd_1.4.36-0.1.debian.tar.xz +Files: + 1843daffcb018aa528f6d15d43544654 570756 lighttpd_1.4.36.orig.tar.xz + 61cbf835ffb53086d40e1d7d140b8b9d 26880 lighttpd_1.4.36-0.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) +Version: GnuPG v2 -iQIcBAEBCAAGBQJTKG3OAAoJEODn0BcelbrXtrcP/ic97zuh8bgWg3eocC6GakNm -sEDifcj7SLZUcCjM+XUl4w5jHAEcLQMMW34lNwA+p9+5GrC7qWVrV+CyMSd9cVv2 -BAOEtekPgL9ADYg4MGFhB+5M1DVSSNoVdWXeDayWJ8EcPwkiudWI/cd7dvGbnhLt -esf1ZK9U7S+QZKy2W8bwqQA3E5fSH55qPWSVdlvVLoW/EZGVkoWIFDbJQ9m0Q26N -oeWR2oahHlMHmW52+bgaVCoRvAk06mtoP20wg2dpqLXH/M9DKPFIeLzaJxOfEYXs -Vh8ChlnV4ZsJP80frhlp+1Uu5dzWrTQfNgYW2YMJvJf3T3FNzwOM6mEpNk8TmOxu -QYwxCZQbH2babHtXseqH+ZNrFjUGZXLI8DYfwN7h/4Xd+NhZS/weRG6q+LIqgS1u -xsfKnPfdxKp5SR49+s6Fd6Q5qh6X2w2MQI2gbH25GBGmXVTeOJTMGYj7LJixKTYm -8YvDOyrUozwcE42wIalErUu/zHLkm9N6G054tOar4m+OcSvUvWd7wQALbigCBYw9 -U3Jfi7BzJLo/kPXyojcgfuJCvSQocMnkNIL9Wsy4nKXDNUVgGK0hz1oQoSWY0tTJ -YKj8n+6GcIcq8wsqoNitIHhnskcyPXH3rvP7xSdTnyqfPk9J0Qm5dm0QrU7NTDi7 -E+XfNnc3nnLWIM4QBrYJ -=n228 +iQEcBAEBCAAGBQJVtLhXAAoJEE3M2orHRjXrre8IALEOIVtEp/5mREpFLLn5rVMb +SmLuS4rpesrzHTmeL8wBT8+ncp8PnrZ82IDoz8KEgBL1cdbvTlgwl1hIS556MacA +E7PcEDeWCEiUI7JHwRJQei5zyhHM9JzzOi0Ykj4BxumihEHBVCL+iT0Pzcn03uj0 +HK9R1mW5UQF1hX1vaZgxoqrWjEGXSJVo0kYh99lbzOZeIDN6JovylRcZdKDeVY89 +uaNCMoz9L/uuzAiEfX8Z7bnD8sXeJxczwrGCdZx3sUkFbUrCzcahqEetzQ9evoJJ +LE1u4gXmN0XjYcjEmwYYSxaTxL8D857kND1j+NGiYndK97WUxd2OVGaxs0EWkpY= +=K14c -----END PGP SIGNATURE-----