summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2008-06-04 11:35:50 +0000
committerjorton <jorton@fedoraproject.org>2008-06-04 11:35:50 +0000
commit91afecf7de46e2df961307fdc5d3bf0fa2ed4f9a (patch)
tree3f801d531d903cd93aae8130d9bc83be31ce53cb
parent0a6d82dc328e04d203b7b06bc837f83b87c424e7 (diff)
downloadhttpd-91afecf7de46e2df961307fdc5d3bf0fa2ed4f9a.tar.gz
httpd-91afecf7de46e2df961307fdc5d3bf0fa2ed4f9a.tar.xz
httpd-91afecf7de46e2df961307fdc5d3bf0fa2ed4f9a.zip
Patch comment updates.
-rw-r--r--.cvsignore1
-rw-r--r--httpd-2.0.45-deplibs.patch4
-rw-r--r--httpd-2.0.54-selinux.patch3
-rw-r--r--httpd-2.1.10-apxs.patch3
-rw-r--r--httpd-2.1.10-disablemods.patch2
-rw-r--r--httpd-2.1.10-layout.patch5
-rw-r--r--httpd-2.1.10-pod.patch4
-rw-r--r--httpd-2.2.4-oldflush.patch2
8 files changed, 19 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index 514ca70..22dec26 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,4 @@
httpd-2.2.8.tar.gz
x86_64
*.log
+*.rpm
diff --git a/httpd-2.0.45-deplibs.patch b/httpd-2.0.45-deplibs.patch
index 8fd05cf..8afee44 100644
--- a/httpd-2.0.45-deplibs.patch
+++ b/httpd-2.0.45-deplibs.patch
@@ -2,9 +2,7 @@
apr and apr-util are patched to correctly depend on their deps, so
it's sufficient to just link httpd against the .la file.
-Upstream-HEAD: needed
-Upstream-2.0: omit
-Upstream-Status: apr-util still to be fixed properly on HEAD
+Upstream-Status: needed
--- httpd-2.0.45/configure.in.deplibs 2003-04-29 10:27:05.000000000 +0100
+++ httpd-2.0.45/configure.in 2003-04-29 10:26:45.000000000 +0100
diff --git a/httpd-2.0.54-selinux.patch b/httpd-2.0.54-selinux.patch
index dc538a0..6ba8737 100644
--- a/httpd-2.0.54-selinux.patch
+++ b/httpd-2.0.54-selinux.patch
@@ -1,6 +1,9 @@
If SELinux is enabled, log the context on startup.
+Upstream-Status: not submitted, needs #ifdef-goodness, probably
+ not worth the battle
+
--- httpd-2.1.10/server/core.c.selinux
+++ httpd-2.1.10/server/core.c
@@ -51,6 +51,8 @@
diff --git a/httpd-2.1.10-apxs.patch b/httpd-2.1.10-apxs.patch
index 3fbc90a..5881276 100644
--- a/httpd-2.1.10-apxs.patch
+++ b/httpd-2.1.10-apxs.patch
@@ -3,6 +3,9 @@
- drop unnecessary --libs output from ap?-?-config
- make multilib-safe
+Upstream-Status: The is-mod_so-linked-in hack is done better on trunk.
+ The multilib hack is awful and can't go upstream.
+
--- httpd-2.2.2/support/apxs.in.apxs
+++ httpd-2.2.2/support/apxs.in
@@ -25,7 +25,18 @@
diff --git a/httpd-2.1.10-disablemods.patch b/httpd-2.1.10-disablemods.patch
index a62c789..7e938e4 100644
--- a/httpd-2.1.10-disablemods.patch
+++ b/httpd-2.1.10-disablemods.patch
@@ -2,6 +2,8 @@
Support "--enable-modules=none" to build an httpd binary with
no optional modules enabled.
+Upstream-Status: committed to trunk, r357168
+
--- httpd-2.1.10/acinclude.m4.disablemods
+++ httpd-2.1.10/acinclude.m4
@@ -289,14 +289,19 @@
diff --git a/httpd-2.1.10-layout.patch b/httpd-2.1.10-layout.patch
index 2a42685..0c4df7c 100644
--- a/httpd-2.1.10-layout.patch
+++ b/httpd-2.1.10-layout.patch
@@ -1,7 +1,8 @@
Tweak the default config to get installbuilddir right.
-(should really make the RedHat layout DTRT again and
-use that layout instead)
+
+Upstream-Status: should really make the "RedHat" layout DTRT again and
+ use that layout instead
--- httpd-2.1.10/config.layout.layout
+++ httpd-2.1.10/config.layout
diff --git a/httpd-2.1.10-pod.patch b/httpd-2.1.10-pod.patch
index eb76638..8d522dc 100644
--- a/httpd-2.1.10-pod.patch
+++ b/httpd-2.1.10-pod.patch
@@ -5,6 +5,10 @@ configured, to avoid spamming the SSL vhost in the default install.
In 2.2 lr->protocol could be used instead to do this properly, if
that was actually initialized properly by mod_ssl.
+Upstream-Status: not submitted, ugly hack which only makes a difference
+ to the default configuration used in Fedora. Need to find
+ a way to do this properly.
+
--- httpd-2.1.10/server/mpm_common.c.pod
+++ httpd-2.1.10/server/mpm_common.c
@@ -583,6 +584,7 @@
diff --git a/httpd-2.2.4-oldflush.patch b/httpd-2.2.4-oldflush.patch
index 9c17974..66d8e93 100644
--- a/httpd-2.2.4-oldflush.patch
+++ b/httpd-2.2.4-oldflush.patch
@@ -1,6 +1,8 @@
http://issues.apache.org/bugzilla/show_bug.cgi?id=36780
+Upstream-Status: committed to trunk, r583817
+
--- httpd-2.2.4/server/util_filter.c.oldflush
+++ httpd-2.2.4/server/util_filter.c
@@ -578,8 +578,18 @@ AP_DECLARE_NONSTD(apr_status_t) ap_filte