Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f2bb478ed3ebe3c9f6f3e40dc88b35da24276f61)
  • Date: Fri, 30 Nov 2007 01:56:55 -0600

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

http/apache/DETAILS | 10 +++++++---
http/apache/HISTORY | 17 ++++++++++-------
http/apache22/DETAILS | 10 +++++++---
http/apache22/HISTORY | 3 +++
libs/apr-util/DETAILS | 9 +++++++--
libs/apr-util/HISTORY | 9 ++++++---
libs/apr/DETAILS | 10 +++++++---
libs/apr/HISTORY | 3 +++
8 files changed, 50 insertions(+), 21 deletions(-)

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

SOURCE_URL[0]=svn://svn.apache.org/repos/asf/apr/$SPELL/$REPOS_URI:$SPELL-$VERSION
+else
+ SOURCE2=$SPELL-$VERSION.tar.bz2.asc
+ SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_URL[0]=http://archive.apache.org/dist/apr/$SOURCE2
+ SOURCE2_IGNORE=signature
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCE_URL[0]:-http://archive.apache.org/dist/apr/$SOURCE}
- WEB_SITE=http://apr.apache.org/
LICENSE[0]=APACHE
- ENTERED=20030302
+ WEB_SITE=http://apr.apache.org/
KEYWORDS="libs"
+ ENTERED=20030302
SHORT='Apache Portable Runtime Utility (APU) Library'
cat << EOF
Apache Portable Runtime Utility library provides various services
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index 4e448d1..2a5d58e 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2007-11-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Use upstream apache.gpg key and signatures
+
2007-03-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add optional sqlite, sqlite2, psotgresql

@@ -8,12 +11,12 @@
* DETAILS: version 1.2.8

2006-10-20 Juuso Alasuutari <iuso AT sourcemage.org>
- * TRIGGERS: Substituted broken conditional with
- is_depends_enabled, changed 'on_cast db cast_self' to
+ * TRIGGERS: Substituted broken conditional with
+ is_depends_enabled, changed 'on_cast db cast_self' to
check_self, added PATCHLEVEL=1, removed UPDATED.

2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Create /usr/share/apache2/build-1/ if necessary, bug
+ * INSTALL: Create /usr/share/apache2/build-1/ if necessary, bug
#13152.

2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index e89759f..f8c7eed 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -1,6 +1,5 @@
SPELL=apr
VERSION=1.2.8
-
SOURCE_HASH=sha512:a3a1e4bc84055b219c4628a665441caa628d242858bf7505aa37cecf8e998866ca0ce03bff6cd70a7714047a91f035ef0f75cde64b0ee7d2100d30790173235d
REPOS_URI="branches/${VERSION%.*}.x"
# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
@@ -8,15 +7,20 @@ if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
SOURCE_IGNORE=volatile
SOURCE_HINTS=old_svn_compat

SOURCE_URL[0]=svn://svn.apache.org/repos/asf/apr/$SPELL/$REPOS_URI:$SPELL-$VERSION
+else
+ SOURCE2=$SPELL-$VERSION.tar.bz2.asc
+ SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_URL[0]=http://archive.apache.org/dist/apr/$SOURCE2
+ SOURCE2_IGNORE=signature
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCE_URL[0]:-http://archive.apache.org/dist/apr/$SOURCE}
- WEB_SITE=http://apr.apache.org/
LICENSE[0]=APACHE
MAKE_NJOBS=1
- ENTERED=20030302
+ WEB_SITE=http://apr.apache.org/
KEYWORDS="libs"
+ ENTERED=20030302
SHORT='The Apache Portable Runtime (APR) library'
cat << EOF
The mission of the Apache Portable Runtime (APR) is to provide a free library
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index 1c29143..4abe9e4 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,6 @@
+2007-11-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Use upstream apache.gpg key and signatures
+
2006-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.8




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f2bb478ed3ebe3c9f6f3e40dc88b35da24276f61), Eric Sandall, 11/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page