~ubuntu-branches/debian/wheezy/apache2/wheezy

« back to all changes in this revision

Viewing changes to srclib/apr-util/configure.in

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch, Stefan Fritsch, Arno Töll
  • Date: 2012-02-01 21:49:04 UTC
  • mfrom: (0.13.15)
  • Revision ID: package-import@ubuntu.com-20120201214904-nlchebp6wu7z55jw
Tags: 2.2.22-1
[ Stefan Fritsch ]
* New upstream release, urgency medium due to security fixes:
  - Fix CVE-2012-0021: mod_log_config: DoS with '%{cookiename}C' log format
  - Fix CVE-2012-0031: Unprivileged child process could cause the parent to
    crash at shutdown
  - Fix CVE-2012-0053: Exposure of "httpOnly" cookies in code 400 error
    message.
* Move httxt2dbm to apache2-utils
* Adjust debian/control to point to new git repository.

[ Arno Töll ]
* Fix "typo in /etc/apache2/apache2.conf" (Closes: #653801)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
sinclude(build/apu-hints.m4)
14
14
sinclude(build/apr_common.m4)
15
15
sinclude(build/find_apr.m4)
 
16
sinclude(build/crypto.m4)
16
17
sinclude(build/dbm.m4)
17
18
sinclude(build/dbd.m4)
18
19
sinclude(build/dso.m4)
149
150
dnl Determine what DBM backend type to use.
150
151
dnl Find Expat
151
152
dnl Find an iconv library
 
153
APU_CHECK_CRYPTO
 
154
APU_CHECK_CRYPTO_OPENSSL
 
155
APU_CHECK_CRYPTO_NSS
152
156
APU_FIND_LDAP
153
157
APU_CHECK_DBM
154
158
APU_CHECK_DBD