New commits:
commit f2bb478ed3ebe3c9f6f3e40dc88b35da24276f61
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
apache22: Use upstream apache.gpg key
commit ca4ec938dcad4307c9f6ca4629b48a59d657dbc1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
apr-util: Cleanup HISTORY a bit
commit 0c854ed9902ff3380718fd48ac0f4ebc0a1a320b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
apr-util: Use upstream apache.gpg key
commit 6a197966dad71e18639163c3b23f20d7da77f24b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
apr: Use upstream apache.gpg key
commit 27a2e36b605694439d06d804b24ef7b58e8801bf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
apache: Cleanup HISTORY
commit d1f08dfab35f3a6d9bbeac22b03ce0ea12a59033
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
apache: Use upstream apache.gpg key
diff --git a/http/apache/DETAILS b/http/apache/DETAILS
index 3db6e7f..75636ec 100755
--- a/http/apache/DETAILS
+++ b/http/apache/DETAILS
@@ -1,15 +1,19 @@
SPELL=apache
VERSION=1.3.39
-
SOURCE_HASH=sha512:fdffb3ed167d7beae0162f341c36cbb5f0a9be63c898442534b217e0ce7c5f87dffe6a9223873fc336848261ea3424a7e692c3de1b4a4cf9ae43e9f75d8827d9
SECURITY_PATCH=2
SOURCE=${SPELL}_$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
- WEB_SITE=http://httpd.apache.org/
- ENTERED=20010922
+ SOURCE2_URL[0]=$APACHE_URL/httpd/$SOURCE2
+ SOURCE2_URL[1]=http://www.apache.org/dist/httpd/$SOURCE2
+ SOURCE2_IGNORE=signature
LICENSE[0]=APACHE
+ WEB_SITE=http://httpd.apache.org/
KEYWORDS="http"
+ ENTERED=20010922
SHORT="Apache HTTP Server"
cat << EOF
Apache is the world's most popular HTTP server, being quite possibly
diff --git a/http/apache/HISTORY b/http/apache/HISTORY
index 0415b58..0723ff0 100644
--- a/http/apache/HISTORY
+++ b/http/apache/HISTORY
@@ -1,3 +1,6 @@
+2007-11-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Use upstream apache.gpg
+
2007-09-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.39, SECURITY_PATCH=2, updated SOURCE_URLs
CVE-2006-5752, CVE-2007-3304
@@ -104,7 +107,7 @@
should be applied on your box.
2002-04-08 Eric Schabell <eric AT schabell.com>
- * DETAILS: Reverted back to 1.3.24 due to bugs/complications with php
spell and
+ * DETAILS: Reverted back to 1.3.24 due to bugs/complications with php
spell and
other user problems.
2002-04-07 Eric Schabell <eric AT schabell.com>
@@ -119,13 +122,13 @@
2002-03-25 Eric Schabell <eric AT schabell.com>
* DETAILS: Updated version to 1.3.24:
- The Apache Group is pleased to announce the release
+ The Apache Group is pleased to announce the release
of the 1.3.24 version of the Apache HTTP server.
- Apache 1.3.24 is principally a security and bug fix
- release. Of particular note is that 1.3.24 addresses
- and fixes the issues noted in CAN-2002-0061 (mitre.org)
- regarding escaping of command line args on Win32.
- Apache 1.3.24 is the best version of Apache currently
+ Apache 1.3.24 is principally a security and bug fix
+ release. Of particular note is that 1.3.24 addresses
+ and fixes the issues noted in CAN-2002-0061 (mitre.org)
+ regarding escaping of command line args on Win32.
+ Apache 1.3.24 is the best version of Apache currently
available.
2002-03-13 Eric Schabell <eric AT schabell.com>
diff --git a/http/apache22/DETAILS b/http/apache22/DETAILS
index 41591a4..a906885 100755
--- a/http/apache22/DETAILS
+++ b/http/apache22/DETAILS
@@ -2,14 +2,18 @@
VERSION=2.2.6
SECURITY_PATCH=2
SOURCE=httpd-$VERSION.tar.gz
-
SOURCE_HASH=sha512:5d7d54785c2c25649a55c61f9fccd52f7607f15fce595c48d0dd13110df4e91ad6c3cdce111bb40a1770b39fbccae98521f3ac647ea1d35d5fa0f8064b8d5293
+ SOURCE2=$SOURCE.asc
+ SOURCE_GPG="apache.gpg:$SOURCE2: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
+ SOURCE2_URL[0]=$APACHE_URL/httpd/$SOURCE2
+ SOURCE2_URL[1]=http://www.apache.org/dist/httpd/$SOURCE2
+ SOURCE2_IGNORE=signature
LICENSE[0]=APACHE
+ WEB_SITE=http://www.apache.org/
KEYWORDS="http httpd webserver apache"
+ ENTERED=20020422
SHORT="Apache 2 HTTP server"
cat << EOF
Apache 2.2 offers numerous enhancements, improvements and performance
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index 44f2c65..ccf70b4 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2007-11-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Use upstream apache.gpg key and signatures
+
2007-09-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.6, SECURITY_PATCH=2
CVE-2007-3847, CVE-2007-1863, CVE-2007-3304, CVE-2006-5752,
diff --git a/libs/apr-util/DETAILS b/libs/apr-util/DETAILS
index 3f71bdd..b823e0e 100755
--- a/libs/apr-util/DETAILS
+++ b/libs/apr-util/DETAILS
@@ -11,14 +11,19 @@ if [[ "$APR_LATEST" == y ]]; then
SOURCE_IGNORE=volatile
SOURCE_HINTS=old_svn_compat