Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4cfea41cff754bf5c83a72cf38b33c158c88d671)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4cfea41cff754bf5c83a72cf38b33c158c88d671)
  • Date: Sat, 21 May 2011 19:00:36 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/apache22/DETAILS | 14 +++++++-------
http/apache22/HISTORY | 4 ++++
libs/apr-util/DETAILS | 2 +-
libs/apr-util/HISTORY | 3 +++
libs/apr/CONFIGURE | 1 -
libs/apr/DETAILS | 3 ++-
libs/apr/HISTORY | 3 +++
7 files changed, 20 insertions(+), 10 deletions(-)

New commits:
commit 4cfea41cff754bf5c83a72cf38b33c158c88d671
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apache22: => 2.2.19 (security)

commit f95df69e1f12f31d8687a3d6557bb7cd435ae5f0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apr-util: => 1.3.12

commit 6fdfe6532262ec070e0839979887779c74aeae1a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apr: => 1.4.5 (security)

diff --git a/http/apache22/DETAILS b/http/apache22/DETAILS
index 1fd6855..ab402eb 100755
--- a/http/apache22/DETAILS
+++ b/http/apache22/DETAILS
@@ -1,20 +1,20 @@
SPELL=apache22
- VERSION=2.2.18
- SECURITY_PATCH=11
+ VERSION=2.2.19
+ SECURITY_PATCH=12
SOURCE=httpd-$VERSION.tar.bz2
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
- SOURCE2_URL[0]=$APACHE_URL/httpd/$SOURCE2
- SOURCE2_URL[1]=http://www.apache.org/dist/httpd/$SOURCE2
+ SOURCE_URL[0]=http://www.apache.org/dist/httpd/$SOURCE
+ SOURCE_URL[1]=$APACHE_URL/httpd/$SOURCE
+ SOURCE2_URL[0]=http://www.apache.org/dist/httpd/$SOURCE2
+ SOURCE2_URL[1]=$APACHE_URL/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"
+ SHORT="Apache 2.2 HTTP server"
cat << EOF
Apache 2.2 offers numerous enhancements, improvements and performance
boosts over the 1.3 and 2.0 codebase. The most visible and noteworthy
addition
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index b6d0ddf..22a3116 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,7 @@
+2011-05-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.19; SECURITY_PATCH++ (CVE-2011-1928)
+ swapped source urls; modified short desc
+
2011-05-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.2.18; SECURITY_PATCH++ (CVE-2011-0419)

diff --git a/libs/apr-util/DETAILS b/libs/apr-util/DETAILS
index 048c3e9..1553118 100755
--- a/libs/apr-util/DETAILS
+++ b/libs/apr-util/DETAILS
@@ -3,7 +3,7 @@ if [ -f $DEPENDS_CONFIG/apr.p ]; then
fi

SPELL=apr-util
- VERSION=1.3.10
+ VERSION=1.3.12
SECURITY_PATCH=2

SOURCE_HASH=sha512:636e51bfbf88a48844c79260c54ea28e9712a507d9c77266c9ca74911fff1ced2fadd766f794354e915f4a9139de92122c34d4417cdeacd975773c9b31077766
REPOS_URI="branches/${VERSION%.*}.x"
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index df75744..3ba53e1 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2011-05-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.12
+
2010-10-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated to 1.3.10, SECURITY_PATCH++

diff --git a/libs/apr/CONFIGURE b/libs/apr/CONFIGURE
index 8296473..ddf3d0a 100755
--- a/libs/apr/CONFIGURE
+++ b/libs/apr/CONFIGURE
@@ -1,3 +1,2 @@
source $SECTION_DIRECTORY/FUNCTIONS &&
default_configure_apr
-
diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index 5a55734..c4e60c0 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -1,5 +1,6 @@
SPELL=apr
- VERSION=1.4.2
+ VERSION=1.4.5
+ SECURITY_PATCH=1
REPOS_URI="branches/${VERSION%.*}.x"
# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index 0e65b42..9449ae5 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,6 @@
+2011-05-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.5; SECURITY_PATCH++
+
2010-10-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4cfea41cff754bf5c83a72cf38b33c158c88d671), Vlad Glagolev, 05/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page