summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-11-18 16:30:07 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2014-01-19 22:04:31 +0100
commite60e96daf41604f8980aea9b327cfb8eee1ce26c (patch)
tree9561f1697ce2c9e0bff1fb3bda7d2e051abf021b /apache
parentffd14d007c44c87307aab2a887ef4722a67612a6 (diff)
downloadopt-e60e96daf41604f8980aea9b327cfb8eee1ce26c.tar.gz
opt-e60e96daf41604f8980aea9b327cfb8eee1ce26c.tar.xz
apache: update to 2.2.26
Diffstat (limited to 'apache')
-rw-r--r--apache/.md5sum4
-rw-r--r--apache/Pkgfile2
-rw-r--r--apache/apache-ssl_cert.patch22
3 files changed, 14 insertions, 14 deletions
diff --git a/apache/.md5sum b/apache/.md5sum
index 3c5054a0e..c2b5a254b 100644
--- a/apache/.md5sum
+++ b/apache/.md5sum
@@ -1,4 +1,4 @@
e0514e5840c0e58cc4e7982a7e14fc4b apache
-75a919be7ff65f443287b094eaf6a162 apache-ssl_cert.patch
+4abb5cfa1e5d4145e26b0f89d324aeda apache-ssl_cert.patch
bd931fee9d102c361e95ad318d199674 crux.layout
-9ebe3070c0bb4311f21a0cd0e34f0045 httpd-2.2.25.tar.bz2
+254eda547f8d624604e4bf403241e617 httpd-2.2.26.tar.bz2
diff --git a/apache/Pkgfile b/apache/Pkgfile
index d94aa8c4f..74e1f2b1a 100644
--- a/apache/Pkgfile
+++ b/apache/Pkgfile
@@ -5,7 +5,7 @@
# Group: apache
name=apache
-version=2.2.25
+version=2.2.26
release=1
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
$name-ssl_cert.patch crux.layout apache)
diff --git a/apache/apache-ssl_cert.patch b/apache/apache-ssl_cert.patch
index a5ac87462..610f1fa4a 100644
--- a/apache/apache-ssl_cert.patch
+++ b/apache/apache-ssl_cert.patch
@@ -1,21 +1,21 @@
-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.)
+diff -Nru httpd-2.2.26.orig/docs/conf/extra/httpd-ssl.conf.in httpd-2.2.26/docs/conf/extra/httpd-ssl.conf.in
+--- httpd-2.2.26.orig/docs/conf/extra/httpd-ssl.conf.in 2013-11-17 10:46:25.992237273 +0100
++++ httpd-2.2.26/docs/conf/extra/httpd-ssl.conf.in 2013-11-17 10:48:52.536996463 +0100
+@@ -117,7 +117,7 @@
+ # Some ECC cipher suites (http://www.ietf.org/rfc/rfc4492.txt)
+ # require an ECC certificate which can also be configured in
+ # parallel.
-SSLCertificateFile "@exp_sysconfdir@/server.crt"
+SSLCertificateFile "/etc/ssl/certs/apache.crt"
#SSLCertificateFile "@exp_sysconfdir@/server-dsa.crt"
+ #SSLCertificateFile "@exp_sysconfdir@/server-ecc.crt"
- # Server Private Key:
-@@ -104,7 +104,7 @@
- # directive to point at the key file. Keep in mind that if
+@@ -127,7 +127,7 @@
# 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.)
+ # ECC keys, when in use, can also be configured in parallel
-SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
+SSLCertificateKeyFile "/etc/ssl/keys/apache.key"
#SSLCertificateKeyFile "@exp_sysconfdir@/server-dsa.key"
+ #SSLCertificateKeyFile "@exp_sysconfdir@/server-ecc.key"
- # Server Certificate Chain:

Generated by cgit