summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:10:33 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:10:33 +0000
commite3cd9fe66258c700188bed5232f866310acf9e04 (patch)
tree3ffde8e9faf52e05840e173d5db347fe82be4878 /httpd.spec
parentdb63bd363364f82320ccd40793be61b5c689eda4 (diff)
downloadhttpd-e3cd9fe66258c700188bed5232f866310acf9e04.tar.gz
httpd-e3cd9fe66258c700188bed5232f866310acf9e04.tar.xz
httpd-e3cd9fe66258c700188bed5232f866310acf9e04.zip
auto-import changelog data from httpd-2.0.40-11.src.rpmhttpd-2_0_40-11
Wed Oct 09 2002 Joe Orton <jorton@redhat.com> 2.0.40-11 - correct SERVER_NAME encoding in i18n error pages (thanks to Andre Malo) Wed Oct 09 2002 Joe Orton <jorton@redhat.com> 2.0.40-10 - fix patch for CAN-2002-0840 to also cover i18n error pages Wed Oct 02 2002 Joe Orton <jorton@redhat.com> 2.0.40-9 - security fixes for CAN-2002-0840 and CAN-2002-0843 - fix for possible mod_dav segfault for certain requests Tue Sep 24 2002 Gary Benson <gbenson@redhat.com> - updates to the migration guide
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec25
1 files changed, 24 insertions, 1 deletions
diff --git a/httpd.spec b/httpd.spec
index c06bc90..ebb8345 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -5,7 +5,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.0.40
-Release: 8
+Release: 11
URL: http://httpd.apache.org/
Vendor: Red Hat, Inc.
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -24,11 +24,16 @@ Source14: mod_ssl-Makefile.crl
Patch1: httpd-2.0.40-apctl.patch
Patch2: httpd-2.0.36-apxs.patch
Patch3: httpd-2.0.36-sslink.patch
+# Bug fixes
+Patch20: httpd-2.0.40-davsegv.patch
# features/functional changes
Patch40: httpd-2.0.36-cnfdir.patch
Patch41: httpd-2.0.36-redhat.patch
Patch42: httpd-2.0.40-xfsz.patch
Patch43: httpd-2.0.40-pod.patch
+# Security fixes
+Patch60: httpd-2.0.40-CAN-2002-0840.patch
+Patch61: httpd-2.0.40-CAN-2002-0843.patch
License: Apache Software License
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-root
@@ -89,11 +94,16 @@ Security (TLS) protocols.
%patch2 -p0 -b .apxs
%patch3 -p0 -b .sslink
+%patch20 -p1 -b .davsegv
+
%patch40 -p0 -b .cnfdir
%patch41 -p0 -b .redhat
%patch42 -p0 -b .xfsz
%patch43 -p0 -b .pod
+%patch60 -p1 -b .can0840
+%patch61 -p1 -b .can0843
+
# copy across the migration guide and sed it's location into apachectl
cp $RPM_SOURCE_DIR/migration.{html,css} .
%{__perl} -pi -e "s:\@docdir\@:%{_docdir}/%{name}-%{version}:g" \
@@ -367,6 +377,19 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/libtool
%changelog
+* Wed Oct 9 2002 Joe Orton <jorton@redhat.com> 2.0.40-11
+- correct SERVER_NAME encoding in i18n error pages (thanks to Andre Malo)
+
+* Wed Oct 9 2002 Joe Orton <jorton@redhat.com> 2.0.40-10
+- fix patch for CAN-2002-0840 to also cover i18n error pages
+
+* Wed Oct 2 2002 Joe Orton <jorton@redhat.com> 2.0.40-9
+- security fixes for CAN-2002-0840 and CAN-2002-0843
+- fix for possible mod_dav segfault for certain requests
+
+* Tue Sep 24 2002 Gary Benson <gbenson@redhat.com>
+- updates to the migration guide
+
* Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.40-8
- link httpd with libssl to avoid library loading/unloading weirdness