From: Graham Leggett Date: Thu, 20 May 2004 19:09:03 +0000 (+0000) Subject: Propose a backport, a vote. X-Git-Tag: 2.0.50~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f928b39ba25e1a6ca3e7f0c20d9097a812b850b3;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport, a vote. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103705 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7d73a7bbb45..5464cecf3e1 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/17 14:13:49 $] +Last modified at [$Date: 2004/05/20 19:09:03 $] Release: @@ -72,6 +72,11 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) RPM spec file changes: changed default dependancy to link to db4 + instead of db3. Fixed complaints about unpackaged files. + build/rpm/httpd.spec.in + +1: minfrin + *) Use APR_LARGEFILE when opening log files, and not APR_WRITE, allowing >2Gb log files on some platforms with a 32-bit off_t http://www.apache.org/~jorton/largelog.diff @@ -92,6 +97,7 @@ PATCHES TO BACKPORT FROM 2.1 bound. modules/experimental/util_ldap.c: r1.27 +1: bnicholes + +1: minfrin (confirmed fixes long standing timeout bug) *) mod_ssl: Fix potential SEGV in 'shmcb' session cache. modules/ssl/ssl_scache_shmcb.c: r1.26