~ubuntu-branches/ubuntu/intrepid/apache2/intrepid

« back to all changes in this revision

Viewing changes to support/config.m4

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch, Stefan Fritsch, Peter Samuelson
  • Date: 2007-07-01 19:57:51 UTC
  • mfrom: (0.8.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701195751-kcags6dpm5up3li5
Tags: 2.2.4-1
[ Stefan Fritsch ]
* Urgency medium for security fix
* Fix CVE-2007-1863: DoS in mod_cache
* New upstream version (Closes: #427050)
  - Fixes "proxy: error reading status line from remote server"
    (Closes: #410331)
* Fix CVE-2007-1862: mod_mem_cache DoS (introduced in 2.2.4)
* Change logrotate script to use reload instead of restart.
  (Closes: #298689)
* chmod o-rx /var/log/apache2 (Closes: #291841)
* chmod o-x suexec (Closes: #431048)
* Update patch for truncated mod_cgi 500 responses from upstream SVN
  (Closes: #412580)
* Don't use AddDefaultCharset for our docs (Closes: #414429)
* fix options syntax in sites-available/default (Closes: #419539)
* Move conf.d include to the end of apache2.conf (Closes: #305933)
* Remove log, cache, and lock files on purge (Closes: #428887)
* Ship /usr/lib/cgi-bin (Closes: #415698)
* Add note to README.Debian how to read docs (Closes: #350822)
* Document pid file name (Closes: #350286)
* Update Standards-Version (no changes needed)
* Fix some lintian warnings, add some overrides
* Start apache when doing a "restart" even if it was not running
  (Closes: #384682)
* reload config in apache2-doc postinst (Closes: #289289)
* don't fail in prerm if apache is not running (Closes: #418536)
* Suggest apache2-doc and www-browser (Closes: #399056)
* Make init script always display a warning if NO_START=1 since
  VERBOSE=yes is not the default anymore (Closes: #430116)
* Replace apache2(8) man page with a more current version
* Add httxt2dbm(8) man page
* Show -X option in help message (Closes: #391817)
* remove sick-hack-to-update-modules
* don't depend on procps on hurd (Closes: #431125)

[ Peter Samuelson ]
* Add shlibs:Depends to apache2.2-common.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
htdbm_LTFLAGS=""
6
6
ab_LTFLAGS=""
7
7
checkgid_LTFLAGS=""
 
8
htcacheclean_LTFLAGS=""
 
9
httxt2dbm_LTFLAGS=""
8
10
 
9
11
AC_ARG_ENABLE(static-support,APACHE_HELP_STRING(--enable-static-support,Build a statically linked version of the support binaries),[
10
12
if test "$enableval" = "yes" ; then
15
17
  APR_ADDTO(htdbm_LTFLAGS, [-static])
16
18
  APR_ADDTO(ab_LTFLAGS, [-static])
17
19
  APR_ADDTO(checkgid_LTFLAGS, [-static])
 
20
  APR_ADDTO(htcacheclean_LTFLAGS, [-static])
 
21
  APR_ADDTO(httxt2dbm_LTFLAGS, [-static])
18
22
fi
19
23
])
20
24
 
81
85
])
82
86
APACHE_SUBST(checkgid_LTFLAGS)
83
87
 
 
88
AC_ARG_ENABLE(static-htcacheclean,APACHE_HELP_STRING(--enable-static-htcacheclean,Build a statically linked version of htcacheclean),[
 
89
if test "$enableval" = "yes" ; then
 
90
  APR_ADDTO(htcacheclean_LTFLAGS, [-static])
 
91
else
 
92
  APR_REMOVEFROM(htcacheclean_LTFLAGS, [-static])
 
93
fi
 
94
])
 
95
APACHE_SUBST(htcacheclean_LTFLAGS)
 
96
 
 
97
AC_ARG_ENABLE(static-httxt2dbm,APACHE_HELP_STRING(--enable-static-httxt2dbm,Build a statically linked version of httxt2dbm),[
 
98
if test "$enableval" = "yes" ; then
 
99
  APR_ADDTO(httxt2dbm_LTFLAGS, [-static])
 
100
else
 
101
  APR_REMOVEFROM(httxt2dbm, [-static])
 
102
fi
 
103
])
 
104
APACHE_SUBST(httxt2dbm_LTFLAGS)
 
105
 
84
106
case $host in
85
107
    *aix*)
86
108
        # this works in any locale, unlike the default command below, which