diff options
| author | jorton <jorton@fedoraproject.org> | 2005-04-18 08:10:30 +0000 |
|---|---|---|
| committer | jorton <jorton@fedoraproject.org> | 2005-04-18 08:10:30 +0000 |
| commit | c8c880208c19a054cd3c3bfc7118f562e19b63fb (patch) | |
| tree | 2ceec1874fa960d060f12dc0f0bd4602e547cc62 | |
| parent | 22b674063e23c2765abb4c126bbfe6db56b139d0 (diff) | |
| download | httpd-c8c880208c19a054cd3c3bfc7118f562e19b63fb.tar.gz httpd-c8c880208c19a054cd3c3bfc7118f562e19b63fb.tar.xz httpd-c8c880208c19a054cd3c3bfc7118f562e19b63fb.zip | |
- update to 2.0.54httpd-2_0_54-3
| -rw-r--r-- | .cvsignore | 3 | ||||
| -rw-r--r-- | httpd-2.0.54.tar.gz.asc | 7 | ||||
| -rw-r--r-- | httpd.spec | 15 | ||||
| -rw-r--r-- | sources | 2 | ||||
| -rw-r--r-- | upstream | 2 |
5 files changed, 16 insertions, 13 deletions
@@ -1,2 +1 @@ -httpd-2.0.53.tar.gz -httpd-2.0.53 +httpd-2.0.54.tar.gz diff --git a/httpd-2.0.54.tar.gz.asc b/httpd-2.0.54.tar.gz.asc new file mode 100644 index 0000000..63c1635 --- /dev/null +++ b/httpd-2.0.54.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQBCWubGZjW2wN6IXdMRArzBAJ9bHFN8TIhptTrs7YUBPfNwmqfBKQCfcERZ +LDwbssYf/DGspfIrdK+3cdo= +=ZWIg +-----END PGP SIGNATURE----- @@ -6,8 +6,8 @@ Summary: Apache HTTP Server Name: httpd -Version: 2.0.53 -Release: 6 +Version: 2.0.54 +Release: 3 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -49,9 +49,6 @@ Patch27: httpd-2.0.48-sslpphrase.patch Patch28: httpd-2.0.48-worker.patch Patch29: httpd-2.0.48-workerhup.patch Patch30: httpd-2.0.48-davmisc.patch -Patch39: httpd-2.0.50-reclaim.patch -Patch40: httpd-2.0.52-htdigperms.patch -Patch41: httpd-2.0.52-ssluser.patch # Features/functional changes Patch70: httpd-2.0.48-release.patch Patch71: httpd-2.0.40-xfsz.patch @@ -164,9 +161,6 @@ executed by SSI pages) as a user other than the 'apache' user. %patch28 -p1 -b .worker %patch29 -p1 -b .workerhup %patch30 -p1 -b .davmisc -%patch39 -p1 -b .reclaim -%patch40 -p1 -b .htdigperms -%patch41 -p1 -b .ssluser %patch71 -p0 -b .xfsz %patch72 -p1 -b .pod @@ -278,7 +272,7 @@ mpmbuild prefork --enable-mods-shared=all \ --enable-cache --enable-mem-cache \ --enable-file-cache --enable-disk-cache \ --enable-ldap --enable-auth-ldap \ - --enable-logio + --enable-logio --enable-cgid # To prevent most modules being built statically into httpd.worker, # easiest way seems to be enable them shared. @@ -583,6 +577,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/suexec.8* %changelog +* Mon Apr 18 2005 Joe Orton <jorton@redhat.com> 2.0.54-3 +- update to 2.0.54 + * Tue Mar 29 2005 Joe Orton <jorton@redhat.com> 2.0.53-6 - update default httpd.conf: * clarify the comments on AddDefaultCharset usage (#135821) @@ -1 +1 @@ -b089bdc7065c3be166bcc516b0d92416 httpd-2.0.53.tar.gz +772503748ffb85301385d47fb2b96eca httpd-2.0.54.tar.gz @@ -1 +1 @@ -httpd-2.0.53.tar.gz +httpd-2.0.54.tar.gz |
