New commits:
commit e935443e80ae28408f0a57ec50594e13102dbb62
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>
apache2: a couple more minor tweaks for #13295
(cherry picked from commit e9349f63f78a2e179fb7904089fa4294a4758f28)
commit 6f61ee9f78dc5a021b92bcd4f9c5a7fae1304a85
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>
apache2: a couple more minor tweaks for #13295
(cherry picked from commit 0b4c6d69da478bc6b337f876f332e3a6d49b8b83)
commit 4265ed1746fa5ca2b9ae94103af3769051c7d8ce
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>
Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)
(cherry picked from commit d05aa87d1b432dcde20f05a04c35f86ca84de8c5)
diff --git a/http/apache2/DETAILS b/http/apache2/DETAILS
index 7d749c0..823b19c 100755
--- a/http/apache2/DETAILS
+++ b/http/apache2/DETAILS
@@ -1,16 +1,16 @@
SPELL=apache2
VERSION=2.0.59
- SECURITY_PATCH=1
SOURCE=httpd-$VERSION.tar.gz
SOURCE_GPG="httpd.gpg:${SOURCE}.asc:UPSTREAM_KEY"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/httpd-$VERSION
SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
- WEB_SITE=http://www.apache.org/
- ENTERED=20020422
- UPDATED=20050923
+ SECURITY_PATCH=1
+ PATCHLEVEL=3
LICENSE[0]=APACHE
KEYWORDS="http"
+ WEB_SITE=http://www.apache.org/
+ ENTERED=20020422
SHORT="Apache 2 HTTP server"
cat << EOF
The Apache Group is proud to announce the release the first GA release of
diff --git a/http/apache2/HISTORY b/http/apache2/HISTORY
index fd20c6e..2d158f9 100644
--- a/http/apache2/HISTORY
+++ b/http/apache2/HISTORY
@@ -1,3 +1,14 @@
+2007-02-06 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * DETAILS: PATCHLEVEL++
+ * config.layout: Some more tweaks for bugs 13295 and 13051.
+
+2007-02-05 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Incremented PATCHLEVEL to 2
+ Removed UPDATED
+ * config.layout: Fix Bug #13295
+ sysconfdir should be /etc/httpd
+ datadir should be /usr/share/apache2
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163