diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 14:04:03 +0000 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 14:04:03 +0000 |
commit | 8944d040aa426cc31509fefaba3418ecd15a7170 (patch) | |
tree | ac41017ae3f8ca648999d15ed51074eea1af02d6 /debian | |
parent | c1b976ee40dcab0134ff95a153f2ff58fbdafa83 (diff) | |
download | lighttpd-8944d040aa426cc31509fefaba3418ecd15a7170.tar.gz |
Fix the mess. For some reason our trunk didn't have hardening flags anymore?
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 63af763..7af7c71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,8 @@ lighttpd (1.4.31-3) unstable; urgency=high * Fix "configuration files refer to wrong path for documentation" by merging a patch supplied by Denis Laxalde <denis@laxalde.org> (Closes: #676641) - * CVE-2012-5533: Fix Denial Of Service attacks against Lighttpd by sending faulty - Connection headers + * CVE-2012-5533: Fix Denial Of Service attacks against Lighttpd by sending + faulty Connection headers -- Arno Töll <arno@debian.org> Wed, 21 Nov 2012 14:42:32 +0100 diff --git a/debian/control b/debian/control index b0e3fdb..e40ac41 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8), 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 + libxml2-dev, libkrb5-dev, perl, dpkg-dev (>= 1.16.1~) Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-lighttpd/lighttpd/trunk/ Standards-Version: 3.9.3.1 diff --git a/debian/rules b/debian/rules index cf5e078..43c6e03 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ override_dh_auto_configure: --with-openssl \ --with-pcre \ --with-webdav-locks \ - --with-webdav-props \ + --with-webdav-props \ $(shell dpkg-buildflags --export=configure) override_dh_fixperms: |