summaryrefslogtreecommitdiff
path: root/apache/apache-ssl_cert.patch
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-09-09 10:25:21 +0200
committerJuergen Daubert <jue@jue.li>2007-09-09 10:25:21 +0200
commit6a8ef23eb87cc70104545ff5a323d069595718f5 (patch)
tree672022ed5859105fb81f22bba5577bd14596fdc0 /apache/apache-ssl_cert.patch
parent8adceda9e5f4eb8365175f36699ebc2bfd245f3d (diff)
downloadopt-6a8ef23eb87cc70104545ff5a323d069595718f5.tar.gz
opt-6a8ef23eb87cc70104545ff5a323d069595718f5.tar.xz
[notify] apache: update to 2.2.6
Security fixes, see http://www.apache.org/dist/httpd/Announcement2.2.html
Diffstat (limited to 'apache/apache-ssl_cert.patch')
-rw-r--r--apache/apache-ssl_cert.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/apache/apache-ssl_cert.patch b/apache/apache-ssl_cert.patch
index 0ba6a8327..a5ac87462 100644
--- a/apache/apache-ssl_cert.patch
+++ b/apache/apache-ssl_cert.patch
@@ -1,21 +1,21 @@
-diff -Nru httpd-2.2.3.orig/docs/conf/extra/httpd-ssl.conf.in httpd-2.2.3/docs/conf/extra/httpd-ssl.conf.in
---- httpd-2.2.3.orig/docs/conf/extra/httpd-ssl.conf.in 2006-11-25 10:10:32.723767703 +0100
-+++ httpd-2.2.3/docs/conf/extra/httpd-ssl.conf.in 2006-11-25 10:11:26.143767703 +0100
+diff -Nru httpd-2.2.6.orig/docs/conf/extra/httpd-ssl.conf.in httpd-2.2.6/docs/conf/extra/httpd-ssl.conf.in
+--- httpd-2.2.6.orig/docs/conf/extra/httpd-ssl.conf.in 2007-09-07 16:24:03.000000000 +0200
++++ httpd-2.2.6/docs/conf/extra/httpd-ssl.conf.in 2007-09-07 16:27:15.000000000 +0200
@@ -96,7 +96,7 @@
# in mind that if you have both an RSA and a DSA certificate you
# can configure both in parallel (to also allow the use of DSA
# ciphers, etc.)
--SSLCertificateFile @exp_sysconfdir@/server.crt
-+SSLCertificateFile /etc/ssl/certs/apache.crt
- #SSLCertificateFile @exp_sysconfdir@/server-dsa.crt
+-SSLCertificateFile "@exp_sysconfdir@/server.crt"
++SSLCertificateFile "/etc/ssl/certs/apache.crt"
+ #SSLCertificateFile "@exp_sysconfdir@/server-dsa.crt"
# Server Private Key:
@@ -104,7 +104,7 @@
# directive to point at the key file. Keep in mind that if
# you've both a RSA and a DSA private key you can configure
# both in parallel (to also allow the use of DSA ciphers, etc.)
--SSLCertificateKeyFile @exp_sysconfdir@/server.key
-+SSLCertificateKeyFile /etc/ssl/keys/apache.key
- #SSLCertificateKeyFile @exp_sysconfdir@/server-dsa.key
+-SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
++SSLCertificateKeyFile "/etc/ssl/keys/apache.key"
+ #SSLCertificateKeyFile "@exp_sysconfdir@/server-dsa.key"
# Server Certificate Chain:

Generated by cgit