Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (38f8b7dc164e00172ccc0de06177af05a8bc94cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (38f8b7dc164e00172ccc0de06177af05a8bc94cd)
  • Date: Mon, 5 Feb 2007 21:34:05 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/apache2/DETAILS | 8 ++++----
http/apache2/HISTORY | 2 ++
2 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 38f8b7dc164e00172ccc0de06177af05a8bc94cd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)

commit b8fa4ada3976374854aa9bc3c4108ca77b9b388f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)"

This reverts commit df2c360b38f0dbdcf3abcf26f6d713dd7902375c.

Forgot PATCHLEVEL

diff --git a/http/apache2/DETAILS b/http/apache2/DETAILS
index 7d749c0..62d9cd8 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=1
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 50e2439..e5d61f8 100644
--- a/http/apache2/HISTORY
+++ b/http/apache2/HISTORY
@@ -1,4 +1,6 @@
2007-02-05 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Incremented PATCHLEVEL
+ Removed UPDATED
* config.layout: Fix Bug #13295
sysconfdir should be /etc/apache2 to follow 'standards'





Archive powered by MHonArc 2.6.24.

Top of Page