diff options
| author | Joe Orton <jorton@redhat.com> | 2011-03-21 22:39:33 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2011-03-21 22:39:33 +0000 |
| commit | de1732661cbef3fb4c0898c3f373a1c175742383 (patch) | |
| tree | d06f067d39ceb2d9c9e05d6d3a82b2f1c922d3fe | |
| parent | af8f10bb133e5a42c8ea6b477f90fe515596b9cc (diff) | |
| download | httpd-de1732661cbef3fb4c0898c3f373a1c175742383.tar.gz httpd-de1732661cbef3fb4c0898c3f373a1c175742383.tar.xz httpd-de1732661cbef3fb4c0898c3f373a1c175742383.zip | |
- add comments
| -rw-r--r-- | httpd-2.2.11-corelimit.patch | 7 | ||||
| -rw-r--r-- | httpd-2.2.11-selinux.patch | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/httpd-2.2.11-corelimit.patch b/httpd-2.2.11-corelimit.patch index ea9f857..779c9df 100644 --- a/httpd-2.2.11-corelimit.patch +++ b/httpd-2.2.11-corelimit.patch @@ -1,3 +1,10 @@ + +Bump up the core size limit if CoreDumpDirectory is +configured. + +Was discussed upstream but there are competing desires; +there are portability oddities here too. + --- httpd-2.2.11/server/core.c.corelimit +++ httpd-2.2.11/server/core.c @@ -3777,6 +3779,25 @@ static int core_post_config(apr_pool_t * diff --git a/httpd-2.2.11-selinux.patch b/httpd-2.2.11-selinux.patch index 7b1b3cb..1b51eb4 100644 --- a/httpd-2.2.11-selinux.patch +++ b/httpd-2.2.11-selinux.patch @@ -1,3 +1,8 @@ + +Log the SELinux context at startup. + +Almost certainly undesired upstream. + --- httpd-2.2.11/configure.in.selinux +++ httpd-2.2.11/configure.in @@ -412,6 +412,10 @@ getpgid |
